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

/linux-master/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 116 milliseconds