Home
last modified time | relevance | path

Searched defs:wait (Results 1 – 25 of 164) sorted by relevance

1234567

/freebsd/sys/dev/enic/
H A Dvnic_dev.c182 int wait) in _vnic_dev_cmd()
362 int wait = 1000; in vnic_dev_capable_adv_filters() local
429 int wait = 1000; in vnic_dev_capable_udp_rss_weak() local
444 int wait = 1000; in vnic_dev_capable() local
456 int wait = 1000; in vnic_dev_spec() local
488 int wait = 1000; in vnic_dev_stats_clear() local
496 int wait = 1000; in vnic_dev_stats_dump() local
523 int wait = 1000; in vnic_dev_counter_dma_cfg() local
554 int wait = 1000; in vnic_dev_close() local
562 int wait = 1000; in vnic_dev_enable_wait() local
[all …]
H A Denic_res.c144 int wait = 1000; in enic_add_vlan() local
157 int wait = 1000; in enic_del_vlan() local
174 int wait = 1000; in enic_set_nic_cfg() local
H A Dvnic_wq.c55 unsigned int wait; in vnic_wq_disable() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DThreadPool.cpp145 void ThreadPool::wait() { in wait() function in ThreadPool
153 void ThreadPool::wait(ThreadPoolTaskGroup &Group) { in wait() function in ThreadPool
202 void ThreadPool::wait() { in wait() function in ThreadPool
211 void ThreadPool::wait(ThreadPoolTaskGroup &) { in wait() function in ThreadPool
H A DGraphWriter.cpp136 StringRef Filename, bool wait, in ExecGraphViewer()
190 bool llvm::DisplayGraph(StringRef FilenameRef, bool wait, in DisplayGraph()
/freebsd/contrib/tnftp/src/
H A Dprogressbar.c136 struct timeval now, wait; local
314 struct timeval now, td, wait; local
403 alarmtimer(int wait)
/freebsd/contrib/unbound/util/
H A Dmini_event.c143 struct timeval* wait) in handle_timeouts()
178 static int handle_select(struct event_base* base, struct timeval* wait) in handle_select()
232 struct timeval wait; in event_base_dispatch() local
H A Dwinsock_event.c164 struct timeval* wait) in handle_timeouts()
230 static int handle_select(struct event_base* base, struct timeval* wait) in handle_select()
431 struct timeval wait; in event_base_dispatch() local
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.h41 #define wait(a) posix_wait(a) macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dsmp.h44 #define on_each_cpu(cb, data, wait) ({ \ argument
/freebsd/sys/kern/
H A Dsubr_smr.c367 smr_poll_cpu(smr_t c, smr_seq_t s_rd_seq, smr_seq_t goal, bool wait) in smr_poll_cpu()
419 smr_seq_t s_wr_seq, smr_seq_t goal, bool wait) in smr_poll_scan()
475 smr_poll(smr_t smr, smr_seq_t goal, bool wait) in smr_poll()
H A Duipc_mbuf2.c266 m_dup1(struct mbuf *m, int off, int len, int wait) in m_dup1()
313 m_tag_alloc(uint32_t cookie, uint16_t type, int len, int wait) in m_tag_alloc()
/freebsd/sys/dev/hyperv/input/
H A Dhv_kbd.c213 hvkbd_do_poll(hv_kbd_sc *sc, uint8_t wait) in hvkbd_do_poll()
264 hvkbd_read_char_locked(keyboard_t *kbd, int wait) in hvkbd_read_char_locked()
544 hvkbd_read_char(keyboard_t *kbd, int wait) in hvkbd_read_char()
693 hvkbd_read(keyboard_t *kbd, int wait) in hvkbd_read()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcondition_variable_base.h36 void wait(HybridMutex &M) REQUIRES(M) { in wait() function
/freebsd/sys/dev/netmap/
H A Dnetmap_kloop.c452 wait_queue_t wait; member
502 sync_kloop_tx_kick_wake_fun(wait_queue_t *wait, unsigned mode, in sync_kloop_tx_kick_wake_fun()
514 sync_kloop_tx_irq_wake_fun(wait_queue_t *wait, unsigned mode, in sync_kloop_tx_irq_wake_fun()
534 sync_kloop_rx_kick_wake_fun(wait_queue_t *wait, unsigned mode, in sync_kloop_rx_kick_wake_fun()
546 sync_kloop_rx_irq_wake_fun(wait_queue_t *wait, unsigned mode, in sync_kloop_rx_irq_wake_fun()
/freebsd/sys/arm64/arm64/
H A Duma_machdep.c40 int wait) in uma_small_alloc()
/freebsd/sys/riscv/riscv/
H A Duma_machdep.c39 int wait) in uma_small_alloc()
/freebsd/sys/powerpc/powerpc/
H A Duma_machdep.c47 int wait) in uma_small_alloc()
/freebsd/sys/amd64/amd64/
H A Duma_machdep.c42 int wait) in uma_small_alloc()
/freebsd/crypto/openssh/contrib/redhat/
H A Dopenssh.spec616 - make initscript stop() function wait until sshd really dead to avoid function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dcondition_variable.cpp27 void condition_variable::wait(unique_lock<mutex>& lk) noexcept { in wait() function in condition_variable
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_aq100x.c104 aq100x_reset(struct cphy *phy, int wait) in aq100x_reset()
228 int err, wait = 500; in aq100x_power_down() local
467 unsigned int v, v2, gpio, wait; in t3_aq100x_phy_prep() local
H A Dcxgb_ael1002.c257 static int ael1002_reset(struct cphy *phy, int wait) in ael1002_reset()
362 static int ael1006_reset(struct cphy *phy, int wait) in ael1006_reset()
1251 static int ael2005_reset(struct cphy *phy, int wait) in ael2005_reset()
2024 static int ael2020_reset(struct cphy *phy, int wait) in ael2020_reset()
2234 static int xaui_direct_reset(struct cphy *phy, int wait) in xaui_direct_reset()
/freebsd/sys/dev/axgbe/
H A Dxgbe-i2c.c138 unsigned int wait = XGBE_ABORT_COUNT; in xgbe_i2c_abort() local
159 unsigned int wait = XGBE_DISABLE_COUNT; in xgbe_i2c_set_enable() local
/freebsd/sys/contrib/ck/include/spinlock/
H A Dclh.h40 unsigned int wait; member

1234567