OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ec_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_ether.h
203
kmutex_t *
ec_lock
;
member in struct:ethercom
348
#define ETHER_LOCK(ec) mutex_enter((ec)->
ec_lock
)
349
#define ETHER_UNLOCK(ec) mutex_exit((ec)->
ec_lock
)
if_ethersubr.c
1101
ec->
ec_lock
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_NET);
1149
mutex_obj_free(ec->
ec_lock
);
1150
ec->
ec_lock
= NULL;
1967
* ec->
ec_lock
is a spin mutex so we cannot call sysctl_copyout, which
Completed in 13 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025