Searched defs:_gfp (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | darray.h | 41 #define __darray_resize(_d, _element_size, _new_size, _gfp) \ argument 46 #define darray_resize_gfp(_d, _new_size, _gfp) \ argument 52 #define darray_make_room_gfp(_d, _more, _gfp) \ argument 62 #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 | 139 #define __alloc_percpu_gfp(_size, _align, _gfp) \ argument
|
H A D | gfp.h | 244 #define alloc_pages_bulk(_gfp, _nr_pages, _page_array) \ argument
|
H A D | fs.h | 3378 #define alloc_inode_sb(_sb, _cache, _gfp) kmem_cache_alloc_lru(_cache, &_sb->s_inode_lru, _gfp) argument
|