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