OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_refcnt
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/tsort/
tsort.c
93
size_t
n_refcnt
; /* # of arcs pointing to this node */
member in struct:node_str
234
++n2->
n_refcnt
;
267
n->
n_refcnt
= 0;
314
if (n->
n_refcnt
== 0) {
368
--(*np)->
n_refcnt
;
/src/sys/net/npf/
npf_nat.c
93
unsigned
n_refcnt
;
member in struct:npf_natpolicy
187
atomic_store_relaxed(&np->
n_refcnt
, 1);
280
KASSERT(atomic_load_relaxed(&np->
n_refcnt
) > 0);
283
if (atomic_dec_uint_nv(&np->
n_refcnt
) != 0) {
305
if (atomic_load_relaxed(&np->
n_refcnt
) > 1) {
317
KASSERT(atomic_load_relaxed(&np->
n_refcnt
) >= 1);
427
atomic_inc_uint(&np->
n_refcnt
);
659
atomic_inc_uint(&np->
n_refcnt
);
693
KASSERT(atomic_load_relaxed(&np->
n_refcnt
) > 0);
988
atomic_store_relaxed(&np->
n_refcnt
,
[
all
...]
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025