Home
last modified time | relevance | path

Searched refs:pump_requests (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/crypto/
Dcrypto_engine.c53 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_finalize_request()
82 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
94 &engine->pump_requests); in crypto_pump_requests()
171 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
198 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_transfer_request()
373 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_engine_start()
456 kthread_init_work(&engine->pump_requests, crypto_pump_work); in crypto_engine_alloc_init()
/Linux-v5.4/include/crypto/
Dengine.h61 struct kthread_work pump_requests; member