OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nd6_dad_lock
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
nd6_nbr.c
1094
static kmutex_t
nd6_dad_lock
;
variable in typeref:typename:kmutex_t
1101
mutex_init(&
nd6_dad_lock
, MUTEX_DEFAULT, IPL_NONE);
1112
KASSERT(mutex_owned(&
nd6_dad_lock
));
1164
mutex_enter(&
nd6_dad_lock
);
1166
mutex_exit(&
nd6_dad_lock
);
1183
KASSERT(mutex_owned(&
nd6_dad_lock
));
1188
callout_halt(&dp->dad_timer_ch, &
nd6_dad_lock
);
1238
mutex_enter(&
nd6_dad_lock
);
1240
mutex_exit(&
nd6_dad_lock
);
1248
mutex_exit(&
nd6_dad_lock
);
[
all
...]
nd6_nbr.c
1094
static kmutex_t
nd6_dad_lock
;
variable in typeref:typename:kmutex_t
1101
mutex_init(&
nd6_dad_lock
, MUTEX_DEFAULT, IPL_NONE);
1112
KASSERT(mutex_owned(&
nd6_dad_lock
));
1164
mutex_enter(&
nd6_dad_lock
);
1166
mutex_exit(&
nd6_dad_lock
);
1183
KASSERT(mutex_owned(&
nd6_dad_lock
));
1188
callout_halt(&dp->dad_timer_ch, &
nd6_dad_lock
);
1238
mutex_enter(&
nd6_dad_lock
);
1240
mutex_exit(&
nd6_dad_lock
);
1248
mutex_exit(&
nd6_dad_lock
);
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025