OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canp_refcount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netcan/
can_pcb.h
61
int
canp_refcount
;
member in struct:canpcb
can_pcb.c
110
canp->
canp_refcount
= 1;
208
canp->
canp_refcount
++;
215
canp->
canp_refcount
--;
216
KASSERT(canp->
canp_refcount
>= 0);
217
if (canp->
canp_refcount
> 0) {
Completed in 12 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025