Searched refs:PASS_BUCKET_PARAM (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ |
| H A D | slab.h | 854 #define PASS_BUCKET_PARAM(_b) (_b) macro 858 #define PASS_BUCKET_PARAM(_b) NULL macro
|
| /linux/mm/ |
| H A D | slub.c | 5266 return __do_kmalloc_node(size, PASS_BUCKET_PARAM(b), flags, node, _RET_IP_); in __kmalloc_node_noprof() 5368 return __do_kmalloc_node(size, PASS_BUCKET_PARAM(b), flags, node, caller); in __kmalloc_node_track_caller_noprof() 6752 ret = __do_kmalloc_node(size, PASS_BUCKET_PARAM(b), in __kvmalloc_node_noprof()
|