| /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 | 68 struct work_struct free_work; member 312 INIT_WORK(&arena->free_work, arena_free_worker); in arena_map_alloc() 385 flush_work(&arena->free_work); in arena_map_free() 975 struct bpf_arena *arena = container_of(work, struct bpf_arena, free_work); in arena_free_worker() 1044 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/drivers/net/ovpn/ |
| H A D | crypto.h | 50 struct rcu_work free_work; member
|
| H A D | crypto_aead.c | 395 free_work); in ovpn_aead_crypto_key_slot_free_work() 430 INIT_RCU_WORK(&ks->free_work, ovpn_aead_crypto_key_slot_free_work); in ovpn_aead_crypto_key_slot_new()
|
| H A D | crypto.c | 26 queue_rcu_work(ovpn_wq, &ks->free_work); in ovpn_crypto_key_slot_release()
|
| /linux/include/linux/ |
| H A D | livepatch.h | 148 struct work_struct free_work; member
|
| /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() 967 INIT_WORK(&patch->free_work, klp_free_patch_work_fn); in klp_init_patch_early()
|
| /linux/fs/afs/ |
| H A D | rxrpc.c | 181 INIT_WORK(&call->free_work, afs_deferred_free_worker); in afs_alloc_call() 242 struct afs_call *call = container_of(work, struct afs_call, free_work); in afs_deferred_free_worker() 263 schedule_work(&call->free_work); in afs_deferred_put_call()
|
| H A D | internal.h | 133 struct work_struct free_work; /* Deferred free processor */ member
|
| /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() 1569 cancel_delayed_work(&lgr->free_work); in __smc_lgr_terminate() 2019 if (!rc && delayed_work_pending(&lgr->free_work)) in smc_conn_create() 2020 cancel_delayed_work(&lgr->free_work); in smc_conn_create()
|
| /linux/block/ |
| H A D | blk-cgroup.h | 82 struct work_struct free_work; member
|
| H A D | blk-cgroup.c | 120 free_work); in blkg_free_workfn() 168 INIT_WORK(&blkg->free_work, blkg_free_workfn); in blkg_free() 169 schedule_work(&blkg->free_work); in blkg_free()
|
| /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
|