Home
last modified time | relevance | path

Searched full:waited (Results 1 – 25 of 127) sorted by relevance

123456

/freebsd/libexec/rc/rc.d/
H A Ddefaultroute35 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 Dmountcritlocal18 local err holders waited
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/predicates/
H A Dtst.predcache.ksh160 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 Dnetsend.c100 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 Dgcore.c91 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 Dzpool_wait.kshlib96 # 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 Dcache.json14 …"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 Dzfs_vnops_os.c152 * 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 Dlinux_work.c192 * 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 Dwatchdogd.c343 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 Dlibzfs_core.c1859 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 Dzpool_events.kshlib38 log_note "waited $i seconds"
/freebsd/lib/libpmc/pmu-events/arch/x86/sapphirerapids/
H A Dcache.json14 …"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 Dwait.297 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 DCustomBehaviour.cpp23 // 0 signifies that there are no hazards that need to be waited on in checkCustomHazard()
/freebsd/share/man/man9/
H A Dsema.988 A semaphore is waited on (decremented) with
/freebsd/contrib/nvi/ex/
H A Dex_write.c168 * 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 Dcache.json15 …"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 Dcache.json15 …"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 Dpthread_join.3145 waited for thread exit.
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/trim/
H A Dtrim.kshlib96 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 Dzfs_clone_livelist_condense_races.ksh23 # If a variable is set, the zthr will pause until it is cancelled or waited
/freebsd/contrib/kyua/utils/process/
H A Dexecutor.cpp647 /// \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 Ddracut.zfs.7221 If it still doesn't, it's waited for for up to
/freebsd/sys/dev/usb/
H A Dusb_core.h96 uint8_t did_dma_delay:1; /* set if we waited for HW DMA */

123456