OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cd_new
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/npf/
npf_conndb.c
78
npf_conn_t *
cd_new
;
member in struct:npf_conndb
151
KASSERT(cd->
cd_new
== NULL);
251
head = atomic_load_relaxed(&cd->
cd_new
);
253
} while (atomic_cas_ptr(&cd->
cd_new
, head, con) != head);
266
con = atomic_swap_ptr(&cd->
cd_new
, NULL);
npf_conndb.c
78
npf_conn_t *
cd_new
;
member in struct:npf_conndb
151
KASSERT(cd->
cd_new
== NULL);
251
head = atomic_load_relaxed(&cd->
cd_new
);
253
} while (atomic_cas_ptr(&cd->
cd_new
, head, con) != head);
266
con = atomic_swap_ptr(&cd->
cd_new
, NULL);
Completed in 21 milliseconds
Indexes created Tue Sep 30 17:09:57 GMT 2025