Searched defs:gntdev_grant_map (Results 1 – 1 of 1) sorted by relevance
46 struct gntdev_grant_map { struct47 atomic_t in_use;49 bool notifier_init;50 struct list_head next;51 int index;52 int count;53 int flags;54 refcount_t users;61 bool *being_removed;62 struct page **pages;[all …]
Completed in 4 milliseconds