Home
last modified time | relevance | path

Searched refs:xencomm_desc (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/xen/
Dxencomm.c28 static int xencomm_init(struct xencomm_desc *desc, in xencomm_init()
70 static struct xencomm_desc *xencomm_alloc(gfp_t gfp_mask, in xencomm_alloc()
73 struct xencomm_desc *desc; in xencomm_alloc()
88 desc = (struct xencomm_desc *)__get_free_pages(gfp_mask, in xencomm_alloc()
94 ((PAGE_SIZE << order) - sizeof(struct xencomm_desc)) / in xencomm_alloc()
109 struct xencomm_desc *desc__ = (struct xencomm_desc *)desc; in xencomm_free()
121 struct xencomm_desc **ret, gfp_t gfp_mask) in xencomm_create()
123 struct xencomm_desc *desc; in xencomm_create()
168 struct xencomm_desc **ret) in xencomm_create_mini()
171 struct xencomm_desc *desc; in xencomm_create_mini()
[all …]
/linux-2.6.39/include/xen/interface/
Dxencomm.h35 struct xencomm_desc { struct
/linux-2.6.39/include/xen/
Dxencomm.h29 struct xencomm_desc _desc;