Home
last modified time | relevance | path

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

/Linux-v4.19/crypto/
Dcrypto_engine.c58 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_finalize_request()
87 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
99 &engine->pump_requests); in crypto_pump_requests()
176 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
203 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_transfer_request()
378 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_engine_start()
461 kthread_init_work(&engine->pump_requests, crypto_pump_work); in crypto_engine_alloc_init()
/Linux-v4.19/include/crypto/
Dengine.h66 struct kthread_work pump_requests; member