Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/include/crypto/internal/
H A Dengine.h68 struct kthread_work pump_requests; member