/freebsd/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/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/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/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/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/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/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() local 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() local 930 error = dmu_tx_assign(tx, (waited ? TXG_NOTHROTTLE : 0) | TXG_NOWAIT); in zfs_tmpfile() 933 waited = B_TRUE; in zfs_tmpfile() 1006 boolean_t waited = B_FALSE; in zfs_remove() local 1094 error = dmu_tx_assign(tx, (waited ? TXG_NOTHROTTLE : 0) | TXG_NOWAIT); in zfs_remove() [all …]
|
/freebsd/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/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/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 1859 uint64_t tag, boolean_t *waited) in wait_common() argument 1870 if (error == 0 && waited != NULL) in wait_common() 1871 *waited = fnvlist_lookup_boolean_value(result, in wait_common() 1881 lzc_wait(const char *pool, zpool_wait_activity_t activity, boolean_t *waited) in lzc_wait() argument 1883 return (wait_common(pool, activity, B_FALSE, 0, waited)); in lzc_wait() 1888 boolean_t *waited) in lzc_wait_tag() argument 1890 return (wait_common(pool, activity, B_TRUE, tag, waited)); in lzc_wait_tag() 1894 lzc_wait_fs(const char *fs, zfs_wait_activity_t activity, boolean_t *waited) in lzc_wait_fs() argument 1903 if (error == 0 && waited != NULL) in lzc_wait_fs() 1904 *waited = fnvlist_lookup_boolean_value(result, in lzc_wait_fs()
|
/freebsd/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/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/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/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/share/man/man9/ |
H A D | sema.9 | 88 A semaphore is waited on (decremented) with
|
/freebsd/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/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/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/share/man/man3/ |
H A D | pthread_join.3 | 145 waited for thread exit.
|
/freebsd/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/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/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/sys/contrib/openzfs/man/man7/ |
H A D | dracut.zfs.7 | 221 If it still doesn't, it's waited for for up to
|
/freebsd/sys/dev/usb/ |
H A D | usb_core.h | 96 uint8_t did_dma_delay:1; /* set if we waited for HW DMA */
|