OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:core_mtx
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/pci/ixgbe/
ixgbe.h
490
kmutex_t
core_mtx
;
member in struct:ixgbe_softc
656
mutex_init(&(_sc)->
core_mtx
, MUTEX_DEFAULT, IPL_SOFTNET)
657
#define IXGBE_CORE_LOCK_DESTROY(_sc) mutex_destroy(&(_sc)->
core_mtx
)
660
#define IXGBE_CORE_LOCK(_sc) mutex_enter(&(_sc)->
core_mtx
)
664
#define IXGBE_CORE_UNLOCK(_sc) mutex_exit(&(_sc)->
core_mtx
)
667
#define IXGBE_CORE_LOCK_ASSERT(_sc) KASSERT(mutex_owned(&(_sc)->
core_mtx
))
if_fdir.c
62
KASSERT(mutex_owned(&sc->
core_mtx
));
ixv.c
720
KASSERT(mutex_owned(&sc->
core_mtx
));
1139
KASSERT(mutex_owned(&sc->
core_mtx
));
1395
KASSERT(mutex_owned(&sc->
core_mtx
));
1477
KASSERT(mutex_owned(&sc->
core_mtx
));
1708
ixv_media_status, &sc->
core_mtx
);
3603
KASSERT(mutex_owned(&sc->
core_mtx
));
ixgbe.c
1444
ixgbe_media_status, &sc->
core_mtx
);
4064
KASSERT(mutex_owned(&sc->
core_mtx
));
4528
KASSERT(mutex_owned(&sc->
core_mtx
));
4801
KASSERT(mutex_owned(&sc->
core_mtx
));
4890
KASSERT(mutex_owned(&sc->
core_mtx
));
4911
KASSERT(mutex_owned(&sc->
core_mtx
));
5016
KASSERT(mutex_owned(&sc->
core_mtx
));
5060
KASSERT(mutex_owned(&sc->
core_mtx
));
7172
KASSERT(mutex_owned(&sc->
core_mtx
));
if_sriov.c
652
KASSERT(mutex_owned(&sc->
core_mtx
));
Completed in 146 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025