Home
last modified time | relevance | path

Searched refs:refill_work (Results 1 – 7 of 7) sorted by relevance

/linux/fs/smb/common/smbdirect/
H A Dsmbdirect_socket.h245 struct work_struct refill_work; member
402 INIT_WORK(&sc->recv_io.posted.refill_work, __smbdirect_socket_disabled_work); in smbdirect_socket_init()
403 disable_work_sync(&sc->recv_io.posted.refill_work); in smbdirect_socket_init()
/linux/kernel/bpf/
H A Dmemalloc.c96 struct irq_work refill_work; member
433 struct bpf_mem_cache *c = container_of(work, struct bpf_mem_cache, refill_work); in bpf_mem_refill()
451 irq_work_queue(&c->refill_work); in irq_work_raise()
473 init_irq_work(&c->refill_work, bpf_mem_refill); in init_refill_work()
760 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
775 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
/linux/fs/smb/server/
H A Dtransport_rdma.c198 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in put_recvmsg()
260 disable_work(&sc->recv_io.posted.refill_work); in smb_direct_disconnect_rdma_work()
316 disable_work(&sc->recv_io.posted.refill_work); in smb_direct_disconnect_rdma_connection()
487 disable_work_sync(&sc->recv_io.posted.refill_work); in free_transport()
722 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in recv_done()
1022 container_of(work, struct smbdirect_socket, recv_io.posted.refill_work); in smb_direct_post_recv_credits()
1534 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in smb_direct_post_send_data()
2601 INIT_WORK(&sc->recv_io.posted.refill_work, smb_direct_post_recv_credits); in smb_direct_prepare()
2602 smb_direct_post_recv_credits(&sc->recv_io.posted.refill_work); in smb_direct_prepare()
/linux/fs/smb/client/
H A Dsmbdirect.c218 disable_work(&sc->recv_io.posted.refill_work); in smbd_disconnect_rdma_work()
273 disable_work(&sc->recv_io.posted.refill_work); in smbd_disconnect_rdma_connection()
716 container_of(work, struct smbdirect_socket, recv_io.posted.refill_work); in smbd_post_send_credits()
895 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in recv_done()
1460 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in smbd_post_send_iter()
1797 queue_work(sc->workqueue, &sc->recv_io.posted.refill_work); in put_receive_buffer()
1919 disable_work_sync(&sc->recv_io.posted.refill_work); in smbd_destroy()
2285 INIT_WORK(&sc->recv_io.posted.refill_work, smbd_post_send_credits); in _smbd_get_connection()
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.h301 struct refill_work { struct
520 struct refill_work *refill_wrk;
H A Dotx2_common.c1157 struct refill_work *wrk; in otx2_pool_refill_task()
1161 wrk = container_of(work, struct refill_work, pool_refill_work.work); in otx2_pool_refill_task()
1207 sizeof(struct refill_work), GFP_KERNEL); in otx2_config_nix_queues()
H A Dotx2_txrx.c613 struct refill_work *work; in otx2_napi_handler()