| /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/sys/compat/linux/arch/alpha/ |
| linux_osf1.c | 664 if (SCARG(uap, slept) != NULL) { 673 error = copyout(&endotv, SCARG(uap, slept), sizeof endotv);
|
| linux_syscallargs.h | 526 syscallarg(struct osf1_timeval *) slept; member in struct:linux_sys_osf1_usleep_thread_args
|
| /src/sys/external/isc/libsodium/dist/ |
| configure | 2613 echo "timestamp, slept: $am_has_slept" > conftest.file 2650 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
|