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