OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:core_mtx
(Results
1 - 2
of
2
) 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
))
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
))
Completed in 50 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025