OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:vmx_mtx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/pci/
if_vmx.c
122
#define VMXNET3_CORE_LOCK(_sc) mutex_enter((_sc)->
vmx_mtx
)
123
#define VMXNET3_CORE_UNLOCK(_sc) mutex_exit((_sc)->
vmx_mtx
)
124
#define VMXNET3_CORE_LOCK_ASSERT(_sc) mutex_owned((_sc)->
vmx_mtx
)
296
kmutex_t *
vmx_mtx
;
member in struct:vmxnet3_softc
599
sc->
vmx_mtx
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_NET);
675
callout_halt(&sc->vmx_tick, sc->
vmx_mtx
);
693
if (sc->
vmx_mtx
)
694
mutex_obj_free(sc->
vmx_mtx
);
1869
vmxnet3_ifmedia_status, sc->
vmx_mtx
);
2770
callout_halt(&sc->vmx_tick, sc->
vmx_mtx
);
[
all
...]
if_vmx.c
122
#define VMXNET3_CORE_LOCK(_sc) mutex_enter((_sc)->
vmx_mtx
)
123
#define VMXNET3_CORE_UNLOCK(_sc) mutex_exit((_sc)->
vmx_mtx
)
124
#define VMXNET3_CORE_LOCK_ASSERT(_sc) mutex_owned((_sc)->
vmx_mtx
)
296
kmutex_t *
vmx_mtx
;
member in struct:vmxnet3_softc
599
sc->
vmx_mtx
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_NET);
675
callout_halt(&sc->vmx_tick, sc->
vmx_mtx
);
693
if (sc->
vmx_mtx
)
694
mutex_obj_free(sc->
vmx_mtx
);
1869
vmxnet3_ifmedia_status, sc->
vmx_mtx
);
2770
callout_halt(&sc->vmx_tick, sc->
vmx_mtx
);
[
all
...]
Completed in 30 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025