H A D | xarray.c | 301 bool xas_nomem(struct xa_state *xas, gfp_t gfp) in xas_nomem() argument 328 static bool __xas_nomem(struct xa_state *xas, gfp_t gfp) in __xas_nomem() argument 373 gfp_t gfp = GFP_NOWAIT | __GFP_NOWARN; xas_alloc() local 1046 xas_split_alloc(struct xa_state * xas,void * entry,unsigned int order,gfp_t gfp) xas_split_alloc() argument 1182 gfp_t gfp = GFP_NOWAIT; xas_try_split() local 1692 __xa_store(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) __xa_store() argument 1729 xa_store(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) xa_store() argument 1764 __xa_cmpxchg(struct xarray * xa,unsigned long index,void * old,void * entry,gfp_t gfp) __xa_cmpxchg() argument 1771 __xa_cmpxchg_raw(struct xarray * xa,unsigned long index,void * old,void * entry,gfp_t gfp) __xa_cmpxchg_raw() argument 1807 __xa_insert(struct xarray * xa,unsigned long index,void * entry,gfp_t gfp) __xa_insert() argument 1873 xa_store_range(struct xarray * xa,unsigned long first,unsigned long last,void * entry,gfp_t gfp) xa_store_range() argument 1983 __xa_alloc(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,gfp_t gfp) __xa_alloc() argument 2035 __xa_alloc_cyclic(struct xarray * xa,u32 * id,void * entry,struct xa_limit limit,u32 * next,gfp_t gfp) __xa_alloc_cyclic() argument [all...] |