OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:crp_ret_q
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/opencrypto/
crypto.c
167
struct crypto_crp_ret_q
crp_ret_q
;
member in struct:crypto_crp_ret_qs
539
TAILQ_INIT(&qs->
crp_ret_q
);
1603
* When
crp_ret_q
is full, we restrict here to avoid
crp_ret_q
overflow
1699
struct crypto_crp_ret_q *
crp_ret_q
;
local
1712
crp_ret_q
= &qs->
crp_ret_q
;
1713
wasempty = TAILQ_EMPTY(
crp_ret_q
);
1716
TAILQ_INSERT_TAIL(
crp_ret_q
, crp, crp_next);
1950
struct crypto_crp_ret_q *
crp_ret_q
;
local
[
all
...]
Completed in 15 milliseconds
Indexes created Wed May 20 00:24:30 UTC 2026