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_kq
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/opencrypto/
crypto.c
172
struct crypto_crp_ret_kq
crp_ret_kq
;
member in struct:crypto_crp_ret_qs
544
TAILQ_INIT(&qs->
crp_ret_kq
);
1670
* When
crp_ret_kq
is full, we restrict here to avoid
crp_ret_kq
1734
struct crypto_crp_ret_kq *
crp_ret_kq
;
local
1742
crp_ret_kq
= &qs->
crp_ret_kq
;
1744
wasempty = TAILQ_EMPTY(
crp_ret_kq
);
1746
TAILQ_INSERT_TAIL(
crp_ret_kq
, krp, krp_next);
1951
struct crypto_crp_ret_kq *
crp_ret_kq
;
local
[
all
...]
crypto.c
172
struct crypto_crp_ret_kq
crp_ret_kq
;
member in struct:crypto_crp_ret_qs
544
TAILQ_INIT(&qs->
crp_ret_kq
);
1670
* When
crp_ret_kq
is full, we restrict here to avoid
crp_ret_kq
1734
struct crypto_crp_ret_kq *
crp_ret_kq
;
local
1742
crp_ret_kq
= &qs->
crp_ret_kq
;
1744
wasempty = TAILQ_EMPTY(
crp_ret_kq
);
1746
TAILQ_INSERT_TAIL(
crp_ret_kq
, krp, krp_next);
1951
struct crypto_crp_ret_kq *
crp_ret_kq
;
local
[
all
...]
Completed in 104 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026