/src/usr.bin/make/unit-tests/ |
opt-debug-jobs.mk | 28 # Avoid a race condition in the debug output. Without sleeping,
|
job-output.mk | 10 # By sleeping for a second, the output of the child process is written byte
|
cmd-interrupt.mk | 66 # command then continues, and after sleeping a bit creates the target file.
|
/src/bin/ps/ |
ps.c | 554 int i, onproc, running, sleeping, stopped, suspended; local in function:pick_representative_lwp 568 onproc = running = sleeping = stopped = suspended = -1; 578 sleeping = i; 592 if (sleeping != -1) 593 return &kl[sleeping];
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/ |
msm8916-longcheer-l8150.dts | 180 syna,nosleep-mode = <1>; // Allow sleeping
|
msm8916-huawei-g7.dts | 186 syna,nosleep-mode = <1>; /* Allow sleeping */
|
/src/sys/altq/ |
altq_rmclass.c | 124 * since a sleeping class won't have a chance to be scheduled in the 882 int sleeping = cl->sleeping_; local in function:rmc_under_limit 894 if (sleeping) { 907 if (sleeping) 1558 * class is still sleeping (it might have been restarted as a side
|
/src/sys/dev/pci/cxgb/ |
cxgb_sge.c | 2366 unsigned int sleeping) 2392 unsigned int sleeping = 0; local in function:process_responses 2475 sleeping |= flags & RSPD_GTS_MASK; 2519 if (sleeping) 2520 check_ring_db(adap, qs, sleeping);
|
/src/sys/dev/sdmmc/ |
if_bwfm_sdio.c | 1402 if (sc->sleeping == sleep) 1421 sc->sleeping = sleep;
|