Searched defs:_gfp (Results 1 – 5 of 5) sorted by relevance
/linux/fs/bcachefs/ |
H A D | darray.h | 29 #define __darray_resize(_d, _element_size, _new_size, _gfp) \ argument 34 #define darray_resize_gfp(_d, _new_size, _gfp) \ argument 40 #define darray_make_room_gfp(_d, _more, _gfp) \ argument 50 #define darray_push_gfp(_d, _item, _gfp) \ argument
|
H A D | fifo.h | 20 #define init_fifo(fifo, _size, _gfp) \ argument
|
/linux/include/linux/ |
H A D | generic-radix-tree.h | 226 #define genradix_ptr_alloc_inlined(_radix, _idx, _gfp) \ argument 234 #define genradix_ptr_alloc_preallocated_inlined(_radix, _idx, _new_node, _gfp)\ argument 251 #define genradix_ptr_alloc(_radix, _idx, _gfp) \ argument 257 #define genradix_ptr_alloc_preallocated(_radix, _idx, _new_node, _gfp)\ argument 396 #define genradix_prealloc(_radix, _nr, _gfp) \ argument
|
H A D | percpu.h | 143 #define __alloc_percpu_gfp(_size, _align, _gfp) \ argument
|
H A D | fs.h | 3313 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp) argument
|