OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:spppq_lock
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/
if_spppsubr.c
302
static kmutex_t *
spppq_lock
= NULL;
variable in typeref:typename:kmutex_t *
308
#define
SPPPQ_LOCK
() if (
spppq_lock
) \
309
mutex_enter(
spppq_lock
);
310
#define SPPPQ_UNLOCK() if (
spppq_lock
) \
311
mutex_exit(
spppq_lock
);
1058
if (!
spppq_lock
)
1059
spppq_lock
= mutex_obj_alloc(MUTEX_DEFAULT, IPL_SOFTNET);
1105
SPPPQ_LOCK
();
1118
SPPPQ_LOCK
();
[
all
...]
Completed in 12 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025