Lines Matching defs:gfp
582 void *entry, gfp_t gfp) in xa_store_bh()
608 void *entry, gfp_t gfp) in xa_store_irq()
683 void *old, void *entry, gfp_t gfp) in xa_cmpxchg()
710 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_bh()
737 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_irq()
766 unsigned long index, void *entry, gfp_t gfp) in xa_insert()
795 unsigned long index, void *entry, gfp_t gfp) in xa_insert_bh()
824 unsigned long index, void *entry, gfp_t gfp) in xa_insert_irq()
853 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc()
882 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_bh()
911 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_irq()
944 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic()
977 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic_bh()
1010 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic_irq()
1040 int xa_reserve(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve()
1058 int xa_reserve_bh(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_bh()
1076 int xa_reserve_irq(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_irq()
1527 unsigned int order, gfp_t gfp) in xas_split_alloc()