Searched refs:run_work (Results 1 – 6 of 6) sorted by relevance
| /linux/lib/ |
| H A D | rhashtable.c | 432 ht = container_of(work, struct rhashtable, run_work); in rht_deferred_worker() 463 schedule_work(&ht->run_work); in rht_deferred_worker() 478 schedule_work(&ht->run_work); in rht_deferred_irq_work() 1224 INIT_WORK(&ht->run_work, rht_deferred_worker); in __rhashtable_init_noprof() 1299 cancel_work_sync(&ht->run_work); in rhashtable_free_and_destroy()
|
| /linux/drivers/media/platform/st/sti/delta/ |
| H A D | delta.h | 456 struct work_struct run_work; member
|
| H A D | delta-v4l2.c | 928 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/drivers/media/platform/st/sti/hva/ |
| H A D | hva-v4l2.c | 806 struct hva_ctx *ctx = container_of(work, struct hva_ctx, run_work); in hva_run_work() 859 queue_work(hva->work_queue, &ctx->run_work); in hva_device_run() 1174 INIT_WORK(&ctx->run_work, hva_run_work); in hva_open()
|
| /linux/block/ |
| H A D | blk-mq.c | 2289 kblockd_mod_delayed_work_on(blk_mq_hctx_next_cpu(hctx), &hctx->run_work, in blk_mq_delay_run_hw_queue() 2431 if (delayed_work_pending(&hctx->run_work)) in blk_mq_delay_run_hw_queues() 2456 cancel_delayed_work(&hctx->run_work); in blk_mq_stop_hw_queue() 2529 container_of(work, struct blk_mq_hw_ctx, run_work.work); in blk_mq_run_work_fn() 4036 INIT_DELAYED_WORK(&hctx->run_work, blk_mq_run_work_fn); in blk_mq_alloc_hctx() 5278 cancel_delayed_work_sync(&hctx->run_work); in blk_mq_cancel_work_sync()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_tc.c | 5300 lockdep_init_map(&tc->ht.run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0); in mlx5e_tc_nic_init() 5426 lockdep_init_map(&tc_ht->run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0); in mlx5e_tc_ht_init()
|