Home
last modified time | relevance | path

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

/linux-4.19.296/crypto/
Dcryptd.c105 static void cryptd_queue_worker(struct work_struct *work);
119 INIT_WORK(&cpu_queue->work, cryptd_queue_worker); in cryptd_init_queue()
169 static void cryptd_queue_worker(struct work_struct *work) in cryptd_queue_worker() function