Searched refs:IB_POLL_BATCH (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | cq.c | 17 #define IB_POLL_BATCH 16 macro 158 completed = __ib_process_cq(cq, budget, cq->wc, IB_POLL_BATCH); in ib_poll_handler() 185 IB_POLL_BATCH); in ib_cq_poll_work() 234 cq->wc = kmalloc_array(IB_POLL_BATCH, sizeof(*cq->wc), GFP_KERNEL); in __ib_alloc_cq()
|
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | cq.c | 16 #define IB_POLL_BATCH 16 macro 157 completed = __ib_process_cq(cq, budget, cq->wc, IB_POLL_BATCH); in ib_poll_handler() 184 IB_POLL_BATCH); in ib_cq_poll_work() 233 cq->wc = kmalloc_array(IB_POLL_BATCH, sizeof(*cq->wc), GFP_KERNEL); in __ib_alloc_cq()
|
Completed in 2 milliseconds