Home
last modified time | relevance | path

Searched refs:pump_requests (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/crypto/
H A 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()
202 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
246 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
273 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_transfer_request()
419 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_engine_start()
519 kthread_init_work(&engine->pump_requests, crypto_pump_work); in crypto_engine_alloc_init_and_set()
/kernel/linux/linux-6.6/crypto/
H A Dcrypto_engine.c61 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_finalize_request()
91 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
103 &engine->pump_requests); in crypto_pump_requests()
185 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_pump_requests()
225 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
253 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_transfer_request()
425 kthread_queue_work(engine->kworker, &engine->pump_requests); in crypto_engine_start()
525 kthread_init_work(&engine->pump_requests, crypto_pump_work); in crypto_engine_alloc_init_and_set()
/kernel/linux/linux-6.6/include/crypto/internal/
H A Dengine.h43 * @pump_requests: work struct for scheduling work to the request pump
68 struct kthread_work pump_requests; member
/kernel/linux/linux-5.10/include/crypto/
H A Dengine.h43 * @pump_requests: work struct for scheduling work to the request pump
68 struct kthread_work pump_requests; member

Completed in 3 milliseconds