crp_req_queue      37 crypto/crypto.c struct cryptop *crp_req_queue = NULL;
crp_req_queue     422 crypto/crypto.c 	if (crp_req_queue == NULL) {
crp_req_queue     423 crypto/crypto.c 		crp_req_queue = crp;
crp_req_queue     426 crypto/crypto.c 		wakeup(&crp_req_queue); /* Shared wait channel. */
crp_req_queue     447 crypto/crypto.c 		wakeup(&crp_req_queue); /* Shared wait channel. */
crp_req_queue     645 crypto/crypto.c 		crp = crp_req_queue;
crp_req_queue     648 crypto/crypto.c 			(void)tsleep(&crp_req_queue, PLOCK, "crypto_wait", 0);
crp_req_queue     654 crypto/crypto.c 			crp_req_queue = crp->crp_next;