/src/sys/rump/librump/rumpkern/ |
ltsleep.c | 64 sleeper(wchan_t ident, int timo, bool kinterlock) function in typeref:typename:int 134 rv = sleeper(ident, timo, false); 147 rv = sleeper(ident, timo, true);
|
ltsleep.c | 64 sleeper(wchan_t ident, int timo, bool kinterlock) function in typeref:typename:int 134 rv = sleeper(ident, timo, false); 147 rv = sleeper(ident, timo, true);
|
/src/sys/kern/ |
subr_lockdebug.c | 727 int sleeper = (ld->ld_flags & LD_SLEEPER); variable in typeref:typename:int 755 locksym, (sleeper ? "sleep/adaptive" : "spin"), 783 if (sleeper) {
|
subr_lockdebug.c | 727 int sleeper = (ld->ld_flags & LD_SLEEPER); variable in typeref:typename:int 755 locksym, (sleeper ? "sleep/adaptive" : "spin"), 783 if (sleeper) {
|