Searched refs:grant_ref_t (Results 1 – 6 of 6) sorted by relevance
15 grant_ref_t gnttab_alloc_and_grant(void **map);16 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame,18 int gnttab_end_access(grant_ref_t ref);
43 static grant_ref_t gnttab_list[NR_GRANT_ENTRIES];45 static void put_free_entry(grant_ref_t ref) in put_free_entry()55 static grant_ref_t get_free_entry(void) in get_free_entry()78 grant_ref_t gnttab_grant_access(domid_t domid, unsigned long frame, int readonly) in gnttab_grant_access()80 grant_ref_t ref; in gnttab_grant_access()96 int gnttab_end_access(grant_ref_t ref) in gnttab_end_access()116 grant_ref_t gnttab_alloc_and_grant(void **map) in gnttab_alloc_and_grant()119 grant_ref_t gref; in gnttab_alloc_and_grant()
63 grant_ref_t ring_ref;99 grant_ref_t gref[BLKIF_MAX_SEGMENTS_PER_REQUEST];
73 typedef u32 grant_ref_t; typedef210 grant_ref_t gref;249 grant_ref_t ref;331 grant_ref_t ref;366 grant_ref_t ref;485 grant_ref_t ref;
621 grant_ref_t gref; /* reference to I/O buffer frame */660 grant_ref_t indirect_grefs[BLKIF_MAX_INDIRECT_PAGES_PER_REQUEST];
448 grant_ref_t ref[]; \
Completed in 9 milliseconds