Searched refs:refill_work (Results 1 – 5 of 5) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | memalloc.c | 96 struct irq_work refill_work; member 422 struct bpf_mem_cache *c = container_of(work, struct bpf_mem_cache, refill_work); in bpf_mem_refill() 440 irq_work_queue(&c->refill_work); in irq_work_raise() 462 init_irq_work(&c->refill_work, bpf_mem_refill); in init_refill_work() 747 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy() 762 irq_work_sync(&c->refill_work); in bpf_mem_alloc_destroy()
|
| /linux/fs/smb/smbdirect/ |
| H A D | socket.c | 298 disable_work(&sc->recv_io.posted.refill_work); in __smbdirect_socket_schedule_cleanup() 398 disable_work(&sc->recv_io.posted.refill_work); in smbdirect_socket_cleanup_work() 515 disable_work_sync(&sc->recv_io.posted.refill_work); in smbdirect_socket_destroy()
|
| H A D | connection.c | 198 INIT_WORK(&sc->recv_io.posted.refill_work, smbdirect_connection_recv_io_refill_work); in smbdirect_connection_negotiation_done() 606 queue_work(sc->workqueues.refill, &sc->recv_io.posted.refill_work); in smbdirect_connection_put_recv_io() 1147 queue_work(sc->workqueues.refill, &sc->recv_io.posted.refill_work); in smbdirect_connection_send_single_iter() 1657 queue_work(sc->workqueues.refill, &sc->recv_io.posted.refill_work); in smbdirect_connection_recv_io_done() 1671 disable_work(&sc->recv_io.posted.refill_work); in smbdirect_connection_recv_io_done() 1776 container_of(work, struct smbdirect_socket, recv_io.posted.refill_work); in smbdirect_connection_recv_io_refill_work()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_common.c | 1157 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 D | otx2_txrx.c | 613 struct refill_work *work; in otx2_napi_handler()
|