Searched refs:cwait (Results 1 – 3 of 3) sorted by relevance
226 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()
46 struct crypto_wait cwait; member
3436 struct cwt_wait *cwait = container_of(wait, struct cwt_wait, wait); in cwt_wakefn() local3438 if (cwait->work != key) in cwt_wakefn()3468 struct cwt_wait cwait; in __cancel_work_timer() local3470 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()