| /linux/arch/powerpc/sysdev/ |
| H A D | fsl_mpic_timer_wakeup.c | 20 struct work_struct free_work; member 29 container_of(ws, struct fsl_mpic_timer_wakeup, free_work); in fsl_free_resource() 46 schedule_work(&wakeup->free_work); in fsl_mpic_timer_irq() 118 INIT_WORK(&fsl_wakeup->free_work, fsl_free_resource); in fsl_wakeup_sys_init()
|
| /linux/drivers/block/xen-blkback/ |
| H A D | common.h | 296 struct work_struct free_work; member 317 struct work_struct free_work; member 369 schedule_work(&(_b)->free_work);\
|
| H A D | xenbus.c | 51 blkif = container_of(work, struct xen_blkif, free_work); in xen_blkif_deferred_free() 186 INIT_WORK(&blkif->free_work, xen_blkif_deferred_free); in xen_blkif_alloc()
|
| /linux/kernel/bpf/ |
| H A D | cpumap.c | 76 struct rcu_work free_work; member 529 rcpu = container_of(to_rcu_work(work), struct bpf_cpu_map_entry, free_work); in __cpu_map_entry_free() 563 INIT_RCU_WORK(&old_rcpu->free_work, __cpu_map_entry_free); in __cpu_map_entry_replace() 564 queue_rcu_work(system_percpu_wq, &old_rcpu->free_work); in __cpu_map_entry_replace() 645 __cpu_map_entry_free(&rcpu->free_work.work); in cpu_map_free()
|
| H A D | arena.c | 63 struct work_struct free_work; member 222 INIT_WORK(&arena->free_work, arena_free_worker); in arena_map_alloc() 280 flush_work(&arena->free_work); in arena_map_free() 802 struct bpf_arena *arena = container_of(work, struct bpf_arena, free_work); in arena_free_worker() 868 schedule_work(&arena->free_work); in arena_free_irq()
|
| /linux/net/rds/ |
| H A D | ib.c | 102 struct rds_ib_device, free_work); in rds_ib_dev_free() 125 queue_work(rds_wq, &rds_ibdev->free_work); in rds_ib_dev_put() 148 INIT_WORK(&rds_ibdev->free_work, rds_ib_dev_free); in rds_ib_add_one()
|
| H A D | ib.h | 262 struct work_struct free_work; member
|
| /linux/fs/fuse/ |
| H A D | dax.c | 83 struct delayed_work free_work; member 116 queue_delayed_work(system_long_wq, &fcd->free_work, in __kick_dmap_free_worker() 1162 free_work.work); in fuse_dax_free_mem_worker() 1206 INIT_DELAYED_WORK(&fcd->free_work, fuse_dax_free_mem_worker); in fuse_dax_mem_range_init() 1351 cancel_delayed_work_sync(&fcd->free_work); in fuse_dax_cancel_work()
|
| /linux/include/linux/ |
| H A D | livepatch.h | 148 struct work_struct free_work; member
|
| /linux/fs/afs/ |
| H A D | rxrpc.c | 173 INIT_WORK(&call->free_work, afs_deferred_free_worker); in afs_alloc_call() 234 struct afs_call *call = container_of(work, struct afs_call, free_work); in afs_deferred_free_worker() 255 schedule_work(&call->free_work); in afs_deferred_put_call()
|
| /linux/include/crypto/ |
| H A D | algapi.h | 80 struct work_struct free_work; member
|
| /linux/kernel/livepatch/ |
| H A D | core.c | 778 container_of(work, struct klp_patch, free_work); in klp_free_patch_work_fn() 786 schedule_work(&patch->free_work); in klp_free_patch_async() 970 INIT_WORK(&patch->free_work, klp_free_patch_work_fn); in klp_init_patch_early()
|
| /linux/net/smc/ |
| H A D | smc_core.c | 88 mod_delayed_work(system_percpu_wq, &lgr->free_work, in smc_lgr_schedule_free_work() 718 free_work); in smc_lgr_free_work() 738 cancel_delayed_work(&lgr->free_work); in smc_lgr_free_work() 935 INIT_DELAYED_WORK(&lgr->free_work, smc_lgr_free_work); in smc_lgr_create() 1568 cancel_delayed_work(&lgr->free_work); in __smc_lgr_terminate() 2018 if (!rc && delayed_work_pending(&lgr->free_work)) in smc_conn_create() 2019 cancel_delayed_work(&lgr->free_work); in smc_conn_create()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ipsec.c | 721 goto free_work; in mlx5_ipsec_create_work() 728 goto free_work; in mlx5_ipsec_create_work() 741 free_work: in mlx5_ipsec_create_work()
|
| /linux/drivers/scsi/qla2xxx/ |
| H A D | qla_target.h | 998 struct work_struct free_work; member
|
| H A D | qla_bsg.c | 19 free_work); in qla2xxx_free_fcport_work() 85 INIT_WORK(&sp->fcport->free_work, qla2xxx_free_fcport_work); in qla2x00_bsg_sp_free() 86 queue_work(ha->wq, &sp->fcport->free_work); in qla2x00_bsg_sp_free()
|
| H A D | qla_target.c | 659 flush_work(&t->free_work); in qla24xx_do_nack_work() 942 free_work); in qlt_free_session_done() 1201 queue_work(sess->vha->hw->wq, &sess->free_work); in qlt_unreg_sess()
|