Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/libeth/
H A Dxsk.c162 fq->fqes = kvcalloc_node(fq->count, sizeof(*fq->fqes), GFP_KERNEL, in libeth_xskfq_create()
H A Drx.c184 fqes = kvcalloc_node(fq->count, sizeof(*fqes), GFP_KERNEL, fq->nid); in libeth_rx_fq_create()
/linux/include/linux/
H A Dslab.h1382 #define kvcalloc_node(...) alloc_hooks(kvcalloc_node_noprof(__VA_ARGS__)) macro
/linux/drivers/net/ethernet/google/gve/
H A Dgve_rx_dqo.c264 rx->dqo.buf_states = kvcalloc_node(rx->dqo.num_buf_states, in gve_rx_alloc_ring_dqo()