Home
last modified time | relevance | path

Searched refs:VERBS_TXREQ_GFP (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.h75 #define VERBS_TXREQ_GFP (GFP_ATOMIC | __GFP_NOWARN) macro
83 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP);
H A Dverbs_txreq.c103 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP);
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dverbs_txreq.h33 #define VERBS_TXREQ_GFP (GFP_ATOMIC | __GFP_NOWARN) macro
41 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP);
H A Dverbs_txreq.c61 tx = kmem_cache_alloc(dev->verbs_txreq_cache, VERBS_TXREQ_GFP);

Completed in 1 milliseconds