Home
last modified time | relevance | path

Searched refs:kvcalloc_node (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/intel/libeth/
H A Drx.c175 fqes = kvcalloc_node(fq->count, sizeof(*fqes), GFP_KERNEL, fq->nid); in libeth_rx_fq_create()
/linux-6.15/include/linux/
H A Dslab.h1073 #define kvcalloc_node(...) alloc_hooks(kvcalloc_node_noprof(__VA_ARGS__)) macro