Home
last modified time | relevance | path

Searched refs:run_work (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/lib/
H A Drhashtable.c420 ht = container_of(work, struct rhashtable, run_work); in rht_deferred_worker()
443 schedule_work(&ht->run_work); in rht_deferred_worker()
478 schedule_work(&ht->run_work); in rhashtable_insert_rehash()
489 schedule_work(&ht->run_work); in rhashtable_insert_rehash()
630 schedule_work(&ht->run_work); in rhashtable_try_insert()
1085 INIT_WORK(&ht->run_work, rht_deferred_worker); in rhashtable_init_noprof()
1151 cancel_work_sync(&ht->run_work); in rhashtable_free_and_destroy()
/linux-6.15/include/linux/
H A Drhashtable-types.h88 struct work_struct run_work; member
H A Drhashtable.h800 schedule_work(&ht->run_work); in __rhashtable_insert_fast()
1069 schedule_work(&ht->run_work); in __rhashtable_remove_fast_one()
H A Dblk-mq.h325 struct delayed_work run_work; member
/linux-6.15/drivers/net/hamradio/
H A Dbaycom_epp.c160 struct delayed_work run_work; member
641 bc = container_of(work, struct baycom_state, run_work.work); in epp_bh()
742 schedule_delayed_work(&bc->run_work, 1); in epp_bh()
869 INIT_DELAYED_WORK(&bc->run_work, epp_bh); in epp_open()
930 schedule_delayed_work(&bc->run_work, 1); in epp_open()
951 cancel_delayed_work_sync(&bc->run_work); in epp_close()
/linux-6.15/drivers/media/platform/st/sti/hva/
H A Dhva.h255 struct work_struct run_work; member
H A Dhva-v4l2.c804 struct hva_ctx *ctx = container_of(work, struct hva_ctx, run_work); in hva_run_work()
857 queue_work(hva->work_queue, &ctx->run_work); in hva_device_run()
1172 INIT_WORK(&ctx->run_work, hva_run_work); in hva_open()
/linux-6.15/drivers/media/platform/st/sti/delta/
H A Ddelta.h456 struct work_struct run_work; member
H A Ddelta-v4l2.c924 struct delta_ctx *ctx = container_of(work, struct delta_ctx, run_work); in delta_run_work()
1039 queue_work(delta->work_queue, &ctx->run_work); in delta_device_run()
1639 INIT_WORK(&ctx->run_work, delta_run_work); in delta_open()
/linux-6.15/block/
H A Dblk-mq.c2288 kblockd_mod_delayed_work_on(blk_mq_hctx_next_cpu(hctx), &hctx->run_work, in blk_mq_delay_run_hw_queue()
2430 if (delayed_work_pending(&hctx->run_work)) in blk_mq_delay_run_hw_queues()
2455 cancel_delayed_work(&hctx->run_work); in blk_mq_stop_hw_queue()
2528 container_of(work, struct blk_mq_hw_ctx, run_work.work); in blk_mq_run_work_fn()
3957 INIT_DELAYED_WORK(&hctx->run_work, blk_mq_run_work_fn); in blk_mq_alloc_hctx()
5155 cancel_delayed_work_sync(&hctx->run_work); in blk_mq_cancel_work_sync()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5253 lockdep_init_map(&tc->ht.run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0); in mlx5e_tc_nic_init()
5377 lockdep_init_map(&tc_ht->run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0); in mlx5e_tc_ht_init()