Lines Matching defs:gfp
584 void *entry, gfp_t gfp) in xa_store_bh()
610 void *entry, gfp_t gfp) in xa_store_irq()
685 void *old, void *entry, gfp_t gfp) in xa_cmpxchg()
712 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_bh()
739 void *old, void *entry, gfp_t gfp) in xa_cmpxchg_irq()
768 unsigned long index, void *entry, gfp_t gfp) in xa_insert()
797 unsigned long index, void *entry, gfp_t gfp) in xa_insert_bh()
826 unsigned long index, void *entry, gfp_t gfp) in xa_insert_irq()
855 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc()
884 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_bh()
913 void *entry, struct xa_limit limit, gfp_t gfp) in xa_alloc_irq()
946 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic()
979 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic_bh()
1012 struct xa_limit limit, u32 *next, gfp_t gfp) in xa_alloc_cyclic_irq()
1042 int xa_reserve(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve()
1060 int xa_reserve_bh(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_bh()
1078 int xa_reserve_irq(struct xarray *xa, unsigned long index, gfp_t gfp) in xa_reserve_irq()
1529 unsigned int order, gfp_t gfp) in xas_split_alloc()