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

/linux-master/include/linux/
H A Drhashtable-types.h76 * @run_work: Deferred worker to expand/shrink asynchronously
87 struct work_struct run_work; member in struct:rhashtable
H A Drhashtable.h800 schedule_work(&ht->run_work);
1069 schedule_work(&ht->run_work);
H A Dblk-mq.h308 * @run_work: Used for scheduling a hardware queue run at a later time.
310 struct delayed_work run_work; member in struct:blk_mq_hw_ctx
/linux-master/lib/
H A Drhashtable.c416 ht = container_of(work, struct rhashtable, run_work);
439 schedule_work(&ht->run_work);
474 schedule_work(&ht->run_work);
485 schedule_work(&ht->run_work);
585 schedule_work(&ht->run_work);
1075 INIT_WORK(&ht->run_work, rht_deferred_worker);
1141 cancel_work_sync(&ht->run_work);
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c160 struct delayed_work run_work; member in struct:baycom_state
641 bc = container_of(work, struct baycom_state, run_work.work);
742 schedule_delayed_work(&bc->run_work, 1);
869 INIT_DELAYED_WORK(&bc->run_work, epp_bh);
930 schedule_delayed_work(&bc->run_work, 1);
951 cancel_delayed_work_sync(&bc->run_work);
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta.h427 * @run_work: decoding work
456 struct work_struct run_work; member in struct:delta_ctx
H A Ddelta-v4l2.c924 struct delta_ctx *ctx = container_of(work, struct delta_ctx, run_work);
1039 queue_work(delta->work_queue, &ctx->run_work);
1643 INIT_WORK(&ctx->run_work, delta_run_work);
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva.h225 * @run_work: encode work
255 struct work_struct run_work; member in struct:hva_ctx
H A Dhva-v4l2.c804 struct hva_ctx *ctx = container_of(work, struct hva_ctx, run_work);
857 queue_work(hva->work_queue, &ctx->run_work);
1174 INIT_WORK(&ctx->run_work, hva_run_work);
/linux-master/block/
H A Dblk-mq.c2223 kblockd_mod_delayed_work_on(blk_mq_hctx_next_cpu(hctx), &hctx->run_work,
2339 * If there is already a run_work pending, leave the
2344 if (delayed_work_pending(&hctx->run_work))
2369 cancel_delayed_work(&hctx->run_work);
2436 container_of(work, struct blk_mq_hw_ctx, run_work.work);
3711 INIT_DELAYED_WORK(&hctx->run_work, blk_mq_run_work_fn);
4864 cancel_delayed_work_sync(&hctx->run_work);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tc.c5139 lockdep_init_map(&tc->ht.run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0);
5263 lockdep_init_map(&tc_ht->run_work.lockdep_map, "tc_ht_wq_key", &tc_ht_wq_key, 0);

Completed in 205 milliseconds