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 - 1
of
1
) 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
);
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025