Searched defs:bundle_priv (Results 1 – 1 of 1) sorted by relevance
45 struct bundle_priv { struct47 struct bundle_alloc_head_hdr alloc_head;48 struct bundle_alloc_head *allocated_mem;49 size_t internal_avail;50 size_t internal_used;52 struct radix_tree_root *radix;53 const struct uverbs_api_ioctl_method *method_elm;54 void __rcu **radix_slots;55 unsigned long radix_slots_len;56 u32 method_key;[all …]