Home
last modified time | relevance | path

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

/linux/lib/ !
H A Drhashtable.c422 ht = container_of(work, struct rhashtable, run_work); in rht_deferred_worker()
445 schedule_work(&ht->run_work);
480 schedule_work(&ht->run_work); in rhashtable_insert_rehash()
491 schedule_work(&ht->run_work); in rhashtable_insert_rehash()
632 schedule_work(&ht->run_work); in rhashtable_try_insert()
1086 INIT_WORK(&ht->run_work, rht_deferred_worker); in rhashtable_init_noprof()
1152 cancel_work_sync(&ht->run_work); in rhashtable_free_and_destroy()
/linux/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/include/linux/ !
H A Drhashtable-types.h88 struct work_struct run_work; member
H A Drhashtable.h856 schedule_work(&ht->run_work); in __rhashtable_insert_fast()
1125 schedule_work(&ht->run_work); in __rhashtable_remove_fast()
H A Dblk-mq.h344 struct delayed_work run_work; member
/linux/drivers/media/platform/st/sti/hva/ !
H A Dhva.h253 struct work_struct run_work; member
H A Dhva-v4l2.c807 struct hva_ctx *ctx = container_of(work, struct hva_ctx, run_work); in hva_run_work()
860 queue_work(hva->work_queue, &ctx->run_work); in hva_device_run()
1175 INIT_WORK(&ctx->run_work, hva_run_work); in hva_open()
/linux/drivers/media/platform/st/sti/delta/ !
H A Ddelta.h456 struct work_struct run_work; member
H A Ddelta-v4l2.c928 struct delta_ctx *ctx = container_of(work, struct delta_ctx, run_work); in delta_run_work()
1043 queue_work(delta->work_queue, &ctx->run_work); in delta_device_run()
1642 INIT_WORK(&ctx->run_work, delta_run_work); in delta_open()
/linux/block/ !
H A Dblk-mq.c2320 kblockd_mod_delayed_work_on(blk_mq_hctx_next_cpu(hctx), &hctx->run_work, in blk_mq_delay_run_hw_queue()
2462 if (delayed_work_pending(&hctx->run_work)) in blk_mq_delay_run_hw_queues()
2487 cancel_delayed_work(&hctx->run_work); in blk_mq_stop_hw_queue()
2560 container_of(work, struct blk_mq_hw_ctx, run_work.work); in blk_mq_run_work_fn()
4045 INIT_DELAYED_WORK(&hctx->run_work, blk_mq_run_work_fn); in blk_mq_alloc_hctx()
5285 cancel_delayed_work_sync(&hctx->run_work); in blk_mq_cancel_work_sync()
/linux/drivers/net/ethernet/mellanox/mlx5/core/ !
H A Den_tc.c5257 lockdep_init_map(&tc->ht.run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0); in mlx5e_tc_nic_init()
5383 lockdep_init_map(&tc_ht->run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0); in mlx5e_tc_ht_init()