OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_chanmap
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/hyperv/
vmbusvar.h
182
struct vmbus_channel * volatile *
sc_chanmap
;
member in struct:vmbus_softc
vmbus.c
275
sc->
sc_chanmap
= kmem_zalloc(sizeof(struct vmbus_channel *) *
310
kmem_free(__UNVOLATILE(sc->
sc_chanmap
),
332
kmem_free(__UNVOLATILE(sc->
sc_chanmap
),
733
ch = sc->
sc_chanmap
[chanid];
1482
sc->
sc_chanmap
[ch->ch_id] = ch;
1502
sc->
sc_chanmap
[ch->ch_id] = NULL;
1538
sc->
sc_chanmap
[ch->ch_id] = NULL;
Completed in 15 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025