OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_refcnt
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/fdt/
fdt_intr.c
60
uint32_t
c_refcnt
;
member in struct:fdtbus_interrupt_cookie
157
c->
c_refcnt
++;
158
KASSERT(c->
c_refcnt
> 0);
171
KASSERT(c->
c_refcnt
> 0);
172
c->
c_refcnt
--;
283
while (c->
c_refcnt
!= 1) {
284
KASSERT(c->
c_refcnt
> 0);
/src/sys/net/npf/
npf_conn.c
345
atomic_dec_uint(&con->
c_refcnt
);
452
atomic_store_relaxed(&con->
c_refcnt
, 0);
486
atomic_store_relaxed(&con->
c_refcnt
, 1);
514
atomic_dec_uint(&con->
c_refcnt
);
532
KASSERT(atomic_load_relaxed(&con->
c_refcnt
) == 0);
576
KASSERT(atomic_load_relaxed(&con->
c_refcnt
) > 0);
649
KASSERT(atomic_load_relaxed(&con->
c_refcnt
) > 0);
667
KASSERT(atomic_load_relaxed(&con->
c_refcnt
) > 0);
696
KASSERT(atomic_load_relaxed(&con->
c_refcnt
) > 0);
697
atomic_dec_uint(&con->
c_refcnt
);
[
all
...]
npf_conn.h
78
unsigned
c_refcnt
;
member in struct:npf_conn
npf_conndb.c
192
atomic_inc_uint(&con->
c_refcnt
);
443
const unsigned refcnt = atomic_load_relaxed(&con->
c_refcnt
);
Completed in 24 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026