Searched refs:xa_limit (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | xarray.h | 236 struct xa_limit { struct 241 #define XA_LIMIT(_min, _max) (struct xa_limit) { .min = _min, .max = _max } argument 526 struct xa_limit, gfp_t); 528 struct xa_limit, u32 *next, gfp_t); 818 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc() 847 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_bh() 876 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_irq() 909 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic() 942 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic_bh() 975 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic_irq()
|