Searched refs:xencomm_desc (Results 1 – 3 of 3) sorted by relevance
28 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 …]
35 struct xencomm_desc { struct
29 struct xencomm_desc _desc;