Lines Matching defs:bundle_priv
45 struct bundle_priv { struct
47 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;
81 struct bundle_priv *pbundle; in uapi_compute_bundle_size() argument