Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/sw/rdmavt/
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()
/linux-6.1.9/drivers/net/ethernet/mscc/
Docelot.c2738 ocelot->owq = alloc_ordered_workqueue("ocelot-owq", 0); in ocelot_init()
2739 if (!ocelot->owq) in ocelot_init()
2744 destroy_workqueue(ocelot->owq); in ocelot_init()
2864 destroy_workqueue(ocelot->owq); in ocelot_deinit()
Docelot_net.c659 queue_work(ocelot->owq, &w->work); in ocelot_enqueue_mact_action()
/linux-6.1.9/include/soc/mscc/
Docelot.h1030 struct workqueue_struct *owq; member