Home
last modified time | relevance | path

Searched refs:wait (Results 226 – 250 of 875) sorted by relevance

12345678910>>...35

/freebsd/sys/contrib/openzfs/config/
H A Dkernel-usleep_range.m46 dnl # sleep / busy-wait is unnecessary.
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.localsctpstate.ksh.out7 sctp:::state-change to cookie-wait - yes
/freebsd/bin/sh/tests/execution/
H A Dbg13.013 wait "$!"
H A Dredir1.018 wait
H A Dredir2.024 wait
/freebsd/lib/libc/tests/gen/
H A Darc4random_test.c74 wait(&status); in ATF_TC_BODY()
/freebsd/sys/kern/
H A Duipc_mbuf.c537 MBUF_CHECKSLEEP(wait); in m_copym()
556 n = m_gethdr(wait, m->m_type); in m_copym()
558 n = m_get(wait, m->m_type); in m_copym()
563 if (!m_dup_pkthdr(n, m, wait)) in m_copym()
1035 m_split(struct mbuf *m0, int len0, int wait) in m_split() argument
1040 MBUF_CHECKSLEEP(wait); in m_split()
1047 n = m_gethdr(wait, m0->m_type); in m_split()
1062 n = m_gethdr(wait, m0->m_type); in m_split()
1078 n->m_next = m_split(m, len, wait); in m_split()
1093 n = m_get(wait, m->m_type); in m_split()
[all …]
/freebsd/lib/libc/resolv/
H A Dres_send.c935 wait: in send_dg()
969 goto wait; in send_dg()
984 goto wait; in send_dg()
1017 goto wait; in send_dg()
1030 goto wait; in send_dg()
1060 goto wait; in send_dg()
/freebsd/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-trim@.service.in13 exec @sbindir@/zpool wait -t trim %i;\
H A Dzfs-scrub@.service.in13 exec @sbindir@/zpool wait -t scrub %i;\
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DTaskDispatch.cpp43 OutstandingCV.wait(Lock, [this]() { return Outstanding == 0; }); in shutdown()
/freebsd/sys/contrib/device-tree/Bindings/arm/msm/
H A Dqcom,idle-state.txt19 the SPM state machine out of its wait, the next step is to ensure that the
30 sequence and would wait for interrupt, before restoring the cpu to execution
38 core, wait for the interrupt, restore power to the core, and ensure the
/freebsd/contrib/atf/atf-c++/
H A Dutils.hpp48 void wait(const pid_t, const int, const std::string&, const std::string&);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzfs_rlock.c196 goto wait; /* already locked at same offset */ in zfs_rangelock_enter_writer()
201 goto wait; in zfs_rangelock_enter_writer()
206 goto wait; in zfs_rangelock_enter_writer()
210 wait: in zfs_rangelock_enter_writer()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture167 void wait() const;
194 void wait() const;
547 void wait();
853 this->wait();
890 this->wait();
947 _LIBCPP_HIDE_FROM_ABI void wait() const { __state_->wait(); }
1018 _LIBCPP_HIDE_FROM_ABI void wait() const { __state_->wait(); }
1085 _LIBCPP_HIDE_FROM_ABI void wait() const { __state_->wait(); }
1908 _LIBCPP_HIDE_FROM_ABI void wait() const { __state_->wait(); }
1964 _LIBCPP_HIDE_FROM_ABI void wait() const { __state_->wait(); }
[all …]
/freebsd/share/doc/psd/21.ipc/
H A Dspell.ok339 wait.h
340 wait.tv
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_mv88e1xxx.c136 static int mv88e1xxx_reset(struct cphy *cphy, int wait) in mv88e1xxx_reset() argument
138 return t3_phy_reset(cphy, 0, wait); in mv88e1xxx_reset()
/freebsd/contrib/sendmail/libsm/
H A Dmpeix.c151 result = wait(NULL);
180 result = wait(NULL);
/freebsd/contrib/kyua/utils/process/
H A Dchild.hpp106 status wait(void);
/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_pause.c101 (void)wait(&sta); in ATF_TC_BODY()
/freebsd/tools/test/hwpmc/
H A Dpmctest.py93 if (options.wait == True):
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7180-trogdor-lte-sku.dtsi25 * the AP needs to wait for it.
/freebsd/contrib/netbsd-tests/rump/rumpkern/
H A Dt_signals.c111 wait(&status); in ATF_TC_BODY()
/freebsd/usr.sbin/traceroute/
H A Dtraceroute.c1219 struct timeval now, wait; in wait_for_reply() local
1230 wait.tv_sec = tp->tv_sec + waittime; in wait_for_reply()
1231 wait.tv_usec = tp->tv_usec; in wait_for_reply()
1233 tvsub(&wait, &now); in wait_for_reply()
1234 if (wait.tv_sec < 0) { in wait_for_reply()
1235 wait.tv_sec = 0; in wait_for_reply()
1236 wait.tv_usec = 1; in wait_for_reply()
1239 error = select(sock + 1, fdsp, NULL, NULL, &wait); in wait_for_reply()
/freebsd/contrib/ntp/ntpd/
H A Dntpdbase-opts.def231 flags-cant = wait-sync;
281 flags-cant = wait-sync;
313 flags-cant = wait-sync;
404 name = wait-sync;
410 descrip = "Seconds to wait for first clock sync";
419 wait for the first set of the clock before proceeding.

12345678910>>...35