OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ch_refs
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hyperv/
vmbusvar.h
94
u_int
ch_refs
;
member in struct:vmbus_channel
vmbus.c
1053
ch->
ch_refs
= 1;
1075
KASSERTMSG(ch->
ch_refs
== 0, "channel %u: invalid refcnt %d",
1076
ch->ch_id, ch->
ch_refs
);
1135
refs = atomic_inc_uint_nv(&nch->
ch_refs
);
1246
atomic_dec_uint(&ch->
ch_refs
);
1519
KASSERTMSG(ch->
ch_refs
> 0, "channel%u: invalid refcnt %d",
1520
ch->ch_id, ch->
ch_refs
);
1523
refs = atomic_dec_uint_nv(&ch->
ch_refs
);
Completed in 17 milliseconds
Indexes created Mon Oct 20 01:09:56 GMT 2025