OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locklist
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/lockstat/
main.c
131
static locklist_t
locklist
;
variable
367
TAILQ_INIT(&
locklist
);
620
TAILQ_CONCAT(&freelist, &
locklist
, chain);
717
l2 = TAILQ_FIRST(&
locklist
);
727
TAILQ_INSERT_TAIL(&
locklist
, l, chain);
748
if (TAILQ_EMPTY(&
locklist
))
760
TAILQ_FOREACH(l, &
locklist
, chain) {
776
TAILQ_FOREACH(l, &
locklist
, chain) {
/src/sys/kern/
vfs_lockf.c
69
TAILQ_HEAD(
locklist
, lockf);
80
struct
locklist
lf_blkhd; /* List of requests blocked on this lock */
Completed in 15 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026