Home
last modified time | relevance | path

Searched refs:owq (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/infiniband/sw/rdmavt/
H A Dsrq.c177 struct rvt_rwq *owq = NULL; in rvt_modify_srq() local
215 owq = srq->rq.wq; in rvt_modify_srq()
216 head = RDMA_READ_UAPI_ATOMIC(owq->head); in rvt_modify_srq()
217 tail = RDMA_READ_UAPI_ATOMIC(owq->tail); in rvt_modify_srq()
266 vfree(owq); in rvt_modify_srq()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rdmavt/
H A Dsrq.c135 struct rvt_rwq *owq = NULL; in rvt_modify_srq() local
173 owq = srq->rq.wq; in rvt_modify_srq()
174 head = RDMA_READ_UAPI_ATOMIC(owq->head); in rvt_modify_srq()
175 tail = RDMA_READ_UAPI_ATOMIC(owq->tail); in rvt_modify_srq()
224 vfree(owq); in rvt_modify_srq()
/kernel/linux/linux-6.6/drivers/net/ethernet/mscc/
H A Docelot.c2933 ocelot->owq = alloc_ordered_workqueue("ocelot-owq", 0); in ocelot_init()
2934 if (!ocelot->owq) in ocelot_init()
3061 destroy_workqueue(ocelot->owq); in ocelot_init()
3069 destroy_workqueue(ocelot->owq); in ocelot_deinit()
H A Docelot_net.c650 queue_work(ocelot->owq, &w->work); in ocelot_enqueue_mact_action()
/kernel/linux/linux-6.6/include/soc/mscc/
H A Docelot.h873 struct workqueue_struct *owq; member

Completed in 11 milliseconds