Lines Matching defs:gfp
301 bool xas_nomem(struct xa_state *xas, gfp_t gfp) in xas_nomem()
328 static bool __xas_nomem(struct xa_state *xas, gfp_t gfp) in __xas_nomem()
373 gfp_t gfp = GFP_NOWAIT | __GFP_NOWARN; in xas_alloc() local
1046 gfp_t gfp) in xas_split_alloc()
1182 gfp_t gfp = GFP_NOWAIT; in xas_try_split() local
1692 void *__xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_store()
1729 void *xa_store(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in xa_store()
1764 void *old, void *entry, gfp_t gfp) in __xa_cmpxchg()
1771 void *old, void *entry, gfp_t gfp) in __xa_cmpxchg_raw()
1807 int __xa_insert(struct xarray *xa, unsigned long index, void *entry, gfp_t gfp) in __xa_insert()
1873 unsigned long last, void *entry, gfp_t gfp) in xa_store_range()
1986 struct xa_limit limit, gfp_t gfp) in __xa_alloc()
2038 struct xa_limit limit, u32 *next, gfp_t gfp) in __xa_alloc_cyclic()