| /src/sys/kern/ |
| kern_condvar.c | 327 * the time slept, so on exit, bt is the time remaining after 344 struct bintime slept; local 377 slept = timo2bintime(end - start); 378 if (bintimecmp(bt, &slept, <=)) { 382 /* bt := bt - slept */ 383 bintime_sub(bt, &slept); 398 * subtracts the time slept, so on exit, bt is the time remaining 409 struct bintime slept; local 442 slept = timo2bintime(end - start); 443 if (bintimecmp(bt, &slept, <=)) [all...] |
| /src/sys/dev/ieee1394/ |
| fwdev.c | 237 int err = 0, slept = 0; local 268 if (slept == 0) { 269 slept = 1; 275 } else if (slept == 1) 297 slept = -1; 314 int slept = 0, err = 0; local 340 } else if (slept == 0) { 341 slept = 1; 371 slept = 0;
|
| /src/sys/ufs/lfs/ |
| lfs_bio.c | 214 int error, slept; local 218 slept = 0; 225 if (!slept) { 232 ++slept; 252 if (slept) {
|
| lfs_vnops.c | 1454 int i, sn, error, slept, loopcount; local 1485 slept = 1; 1488 while (slept && fs->lfs_seglock) { 1499 slept = 0; 1529 slept = 1; 1537 slept = 1;
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| notify.c | 623 int slept; local 627 slept = -1; 630 slept = now.sec - global->suspend_time.sec; 632 wpa_printf(MSG_DEBUG, "System resume notification (slept %d seconds)", 633 slept);
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_syscallargs.h | 526 syscallarg(struct osf1_timeval *) slept; member in struct:linux_sys_osf1_usleep_thread_args
|