OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LB_LOCK_MASK
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/
lockstat.h
121
#define
LB_LOCK_MASK
0x0000ff00
lockstat.c
537
if ((le->le_mask &
LB_LOCK_MASK
) == 0)
/src/usr.sbin/lockstat/
main.c
308
le.le_mask = (eventtype & LB_EVENT_MASK) | (locktype &
LB_LOCK_MASK
);
393
(name->mask &
LB_LOCK_MASK
) != locktype)
625
type = mask &
LB_LOCK_MASK
;
628
if (!xflag && (lb->lb_flags &
LB_LOCK_MASK
) != type)
Completed in 34 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026