Home
last modified time | relevance | path

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

/linux/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/drivers/media/platform/st/sti/delta/
H A Ddelta.h456 struct work_struct run_work; member
/linux/include/linux/
H A Drhashtable.h846 schedule_work(&ht->run_work); in __rhashtable_insert_fast()
1115 schedule_work(&ht->run_work); in __rhashtable_remove_fast_one()
H A Dblk-mq.h342 struct delayed_work run_work; member
/linux/block/
H A Dblk-mq.c2310 kblockd_mod_delayed_work_on(blk_mq_hctx_next_cpu(hctx), &hctx->run_work, in blk_mq_delay_run_hw_queue()
2452 if (delayed_work_pending(&hctx->run_work)) in blk_mq_delay_run_hw_queues()
2477 cancel_delayed_work(&hctx->run_work); in blk_mq_stop_hw_queue()
2550 container_of(work, struct blk_mq_hw_ctx, run_work.work); in blk_mq_run_work_fn()
4035 INIT_DELAYED_WORK(&hctx->run_work, blk_mq_run_work_fn); in blk_mq_alloc_hctx()
5251 cancel_delayed_work_sync(&hctx->run_work); in blk_mq_cancel_work_sync()