Home
last modified time | relevance | path

Searched refs:work (Results 1 – 4 of 4) sorted by relevance

/crypto/
A Dcryptd.c39 struct work_struct work; member
99 static void cryptd_queue_worker(struct work_struct *work);
113 INIT_WORK(&cpu_queue->work, cryptd_queue_worker); in cryptd_init_queue()
149 queue_work_on(smp_processor_id(), cryptd_wq, &cpu_queue->work); in cryptd_enqueue_request()
166 static void cryptd_queue_worker(struct work_struct *work) in cryptd_queue_worker() argument
171 cpu_queue = container_of(work, struct cryptd_cpu_queue, work); in cryptd_queue_worker()
190 queue_work(cryptd_wq, &cpu_queue->work); in cryptd_queue_worker()
A Dscompress.c45 static void scomp_scratch_workfn(struct work_struct *work);
96 static void scomp_scratch_workfn(struct work_struct *work) in scomp_scratch_workfn() argument
A Dcrypto_engine.c174 static void crypto_pump_work(struct kthread_work *work) in crypto_pump_work() argument
177 container_of(work, struct crypto_engine, pump_requests); in crypto_pump_work()
A Dacompress.c363 static void acomp_stream_workfn(struct work_struct *work) in acomp_stream_workfn() argument
366 container_of(work, struct crypto_acomp_streams, stream_work); in acomp_stream_workfn()

Completed in 10 milliseconds