Home
last modified time | relevance | path

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

/linux-6.6.21/crypto/
Dakcipher.c226 crypto_init_wait(&data->cwait); in crypto_akcipher_sync_prep()
228 crypto_req_done, &data->cwait); in crypto_akcipher_sync_prep()
236 err = crypto_wait_req(err, &data->cwait); in crypto_akcipher_sync_post()
Dinternal.h46 struct crypto_wait cwait; member
/linux-6.6.21/kernel/
Dworkqueue.c3436 struct cwt_wait *cwait = container_of(wait, struct cwt_wait, wait); in cwt_wakefn() local
3438 if (cwait->work != key) in cwt_wakefn()
3468 struct cwt_wait cwait; in __cancel_work_timer() local
3470 init_wait(&cwait.wait); in __cancel_work_timer()
3471 cwait.wait.func = cwt_wakefn; in __cancel_work_timer()
3472 cwait.work = work; in __cancel_work_timer()
3474 prepare_to_wait_exclusive(&cancel_waitq, &cwait.wait, in __cancel_work_timer()
3478 finish_wait(&cancel_waitq, &cwait.wait); in __cancel_work_timer()