OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lsc_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/lagg/
if_lagg_lacp.c
152
kmutex_t
lsc_lock
;
member in struct:lacp_softc
191
*
lsc_lock
(an adaptive mutex)
220
#define LACP_LOCK(_sc) mutex_enter(&(_sc)->
lsc_lock
)
221
#define LACP_UNLOCK(_sc) mutex_exit(&(_sc)->
lsc_lock
)
222
#define LACP_LOCKED(_sc) mutex_owned(&(_sc)->
lsc_lock
)
481
mutex_init(&lsc->
lsc_lock
, MUTEX_DEFAULT, IPL_SOFTNET);
525
mutex_destroy(&lsc->
lsc_lock
);
557
mutex_destroy(&lsc->
lsc_lock
);
605
callout_halt(&lsc->lsc_tick, &lsc->
lsc_lock
);
if_lagg_lacp.c
152
kmutex_t
lsc_lock
;
member in struct:lacp_softc
191
*
lsc_lock
(an adaptive mutex)
220
#define LACP_LOCK(_sc) mutex_enter(&(_sc)->
lsc_lock
)
221
#define LACP_UNLOCK(_sc) mutex_exit(&(_sc)->
lsc_lock
)
222
#define LACP_LOCKED(_sc) mutex_owned(&(_sc)->
lsc_lock
)
481
mutex_init(&lsc->
lsc_lock
, MUTEX_DEFAULT, IPL_SOFTNET);
525
mutex_destroy(&lsc->
lsc_lock
);
557
mutex_destroy(&lsc->
lsc_lock
);
605
callout_halt(&lsc->lsc_tick, &lsc->
lsc_lock
);
Completed in 24 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025