/freebsd-src/libexec/rc/rc.d/ |
H A D | defaultroute | 35 local nl waited 45 waited=0 46 while [ ${waited} -lt ${defaultroute_delay} ]; do 49 if [ ${waited} -ne 0 ]; then 55 if [ ${waited} -eq 0 ]; then 60 if [ ${waited} -eq ${defaultroute_carrier_delay} ] && ! defaultroute_carrier; then 66 waited=$(($waited + 1))
|
H A D | mountcritlocal | 18 local err holders waited
|
/freebsd-src/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/ |
H A D | tst.predcache.ksh | 160 let waited=0 162 while [ "$waited" -lt 5 ]; do 167 let waited=waited+1 183 let waited=0 185 while [ "$waited" -lt 10 ]; do 190 let waited=waited+1
|
/freebsd-src/tools/tools/netrate/netsend/ |
H A D | netsend.c | 100 wait_time(struct timespec ts, struct timespec *wakeup_ts, long long *waited) in wait_time() argument 116 if (waited != NULL) in wait_time() 117 (*waited)++; in wait_time() 140 long long waited; in timing_loop() local 187 waited = 0; in timing_loop() 209 if (wait_time(nexttime, &tmptime, &waited) == -1) in timing_loop() 272 printf("waited: %lld\n", waited); in timing_loop() 273 printf("approx waits/sec: %lld\n", (long long)(waited / a->duration)); in timing_loop() 274 printf("approx wait rate: %lld\n", (long long)(waited / send_calls)); in timing_loop()
|
/freebsd-src/usr.bin/gcore/ |
H A D | gcore.c | 91 int error, res, ret, waited; in kcoredump() local 97 waited = waitpid(pid, &res, 0); in kcoredump() 98 if (waited == -1) in kcoredump() 111 waited = waitpid(pid, &res, WNOHANG); in kcoredump() 112 if (waited == -1) { in kcoredump()
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_wait/ |
H A D | zpool_wait.kshlib | 96 # waited for becomes true, and not before. 112 # If the activity being waited on is still in progress, then zpool wait
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/tigerlake/ |
H A D | cache.json | 14 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 20 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 25 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 33 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 38 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 44 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
/freebsd-src/sys/contrib/openzfs/module/os/linux/zfs/ |
H A D | zfs_vnops_os.c | 152 * error = dmu_tx_assign(tx, (waited ? TXG_NOTHROTTLE : 0) | TXG_NOWAIT); 158 * waited = B_TRUE; 616 boolean_t waited = B_FALSE; in zfs_create() 739 (waited ? TXG_NOTHROTTLE : 0) | TXG_NOWAIT); in zfs_create() 743 waited = B_TRUE; in zfs_create() 864 boolean_t waited = B_FALSE; in zfs_tmpfile() 930 error = dmu_tx_assign(tx, (waited ? TXG_NOTHROTTLE : 0) | TXG_NOWAIT); 933 waited = B_TRUE; 1006 boolean_t waited = B_FALSE; in zfs_remove() 1094 error = dmu_tx_assign(tx, (waited in zfs_remove() 574 boolean_t waited = B_FALSE; zfs_create() local 822 boolean_t waited = B_FALSE; zfs_tmpfile() local 964 boolean_t waited = B_FALSE; zfs_remove() local 1202 boolean_t waited = B_FALSE; zfs_mkdir() local 1386 boolean_t waited = B_FALSE; zfs_rmdir() local 2707 boolean_t waited = B_FALSE; zfs_rename() local 3242 boolean_t waited = B_FALSE; zfs_symlink() local 3447 boolean_t waited = B_FALSE; zfs_link() local [all...] |
/freebsd-src/sys/compat/linuxkpi/common/src/ |
H A D | linux_work.c | 192 * It returns true if the work was pending and we waited, it returns 564 * waited for. Else the work was not waited for. 588 * completed. It returns non-zero if the work was successfully waited 589 * for. Else the work was not waited for.
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_events/ |
H A D | zpool_events.kshlib | 38 log_note "waited $i seconds"
|
/freebsd-src/usr.sbin/watchdogd/ |
H A D | watchdogd.c | 343 long waited; in watchdog_loop() local 369 waited = watchdog_check_dogfunction_time(&ts_start, &ts_end); in watchdog_loop() 370 if (nap - waited > 0) in watchdog_loop() 371 sleep(nap - waited); in watchdog_loop()
|
/freebsd-src/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 1859 uint64_t tag, boolean_t *waited) 1870 if (error == 0 && waited != NULL) in lzc_wait_fs() 1871 *waited = fnvlist_lookup_boolean_value(result, in lzc_wait_fs() 1881 lzc_wait(const char *pool, zpool_wait_activity_t activity, boolean_t *waited) in lzc_wait_fs() 1883 return (wait_common(pool, activity, B_FALSE, 0, waited)); in lzc_wait_fs() 1888 boolean_t *waited) 1890 return (wait_common(pool, activity, B_TRUE, tag, waited)); 1894 lzc_wait_fs(const char *fs, zfs_wait_activity_t activity, boolean_t *waited) in lzc_set_bootenv() 1903 if (error == 0 && waited != NULL) in lzc_get_bootenv() 1904 *waited in lzc_get_bootenv() 1833 wait_common(const char * pool,zpool_wait_activity_t activity,boolean_t use_tag,uint64_t tag,boolean_t * waited) wait_common() argument 1855 lzc_wait(const char * pool,zpool_wait_activity_t activity,boolean_t * waited) lzc_wait() argument 1862 lzc_wait_tag(const char * pool,zpool_wait_activity_t activity,uint64_t tag,boolean_t * waited) lzc_wait_tag() argument 1868 lzc_wait_fs(const char * fs,zfs_wait_activity_t activity,boolean_t * waited) lzc_wait_fs() argument [all...] |
/freebsd-src/lib/libsys/ |
H A D | wait.2 | 97 All of the desired process statuses to be waited on must be explicitly 324 The process may be waited for again after this call completes.
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/sapphirerapids/ |
H A D | cache.json | 14 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 20 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 25 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 33 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 48 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 54 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
/freebsd-src/share/man/man9/ |
H A D | sema.9 | 88 A semaphore is waited on (decremented) with
|
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/ |
H A D | CustomBehaviour.cpp | 23 // 0 signifies that there are no hazards that need to be waited on in checkCustomHazard()
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/ |
H A D | trim.kshlib | 96 log_note "Waited for $txgs txgs, $ios $type TRIM IOs"
|
/freebsd-src/share/man/man3/ |
H A D | pthread_join.3 | 145 waited for thread exit.
|
/freebsd-src/contrib/nvi/ex/ |
H A D | ex_write.c | 168 * Historically, vi waited after a write filter even if there in exwr() 170 * nvi waited only if there was output, wanting the visual cue in exwr()
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/ |
H A D | zfs_clone_livelist_condense_races.ksh | 23 # If a variable is set, the zthr will pause until it is cancelled or waited
|
/freebsd-src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_parallel_neg.ksh | 90 echo "pool import failed: $errmsg, waited $SECONDS secs"
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/icelakex/ |
H A D | cache.json | 15 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 21 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 27 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 35 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 41 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 47 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
/freebsd-src/lib/libpmc/pmu-events/arch/x86/icelake/ |
H A D | cache.json | 15 …"BriefDescription": "Number of cycles a demand request has waited due to L1D Fill Buffer (FB) unav… 21 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D Fill Buffer (… 27 …"BriefDescription": "Number of phases a demand request has waited due to L1D Fill Buffer (FB) unav… 35 …"PublicDescription": "Counts number of phases a demand request has waited due to L1D Fill Buffer (… 41 …"BriefDescription": "Number of cycles a demand request has waited due to L1D due to lack of L2 res… 47 …"PublicDescription": "Counts number of cycles a demand request has waited due to L1D due to lack o…
|
/freebsd-src/contrib/kyua/utils/process/ |
H A D | executor.cpp | 647 /// \return A pointer to an object describing the waited-for subprocess. 652 LI(F("Waited for subprocess with exec_handle %s") % original_pid); in post_wait() 888 /// \return A pointer to an object describing the waited-for subprocess. 900 /// \return A pointer to an object describing the waited-for subprocess.
|
/freebsd-src/sys/contrib/openzfs/man/man7/ |
H A D | dracut.zfs.7 | 221 If it still doesn't, it's waited for for up to
|