Home
last modified time | relevance | path

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

/dpdk/lib/eal/unix/
H A Deal_unix_timer.c13 struct timespec wait[2]; in rte_delay_us_sleep() local
/dpdk/lib/rcu/
H A Drte_rcu_qsbr.h511 __rte_rcu_qsbr_check_selective(struct rte_rcu_qsbr *v, uint64_t t, bool wait) in __rte_rcu_qsbr_check_selective() argument
585 __rte_rcu_qsbr_check_all(struct rte_rcu_qsbr *v, uint64_t t, bool wait) in __rte_rcu_qsbr_check_all() argument
665 rte_rcu_qsbr_check(struct rte_rcu_qsbr * v,uint64_t t,bool wait) rte_rcu_qsbr_check() argument
[all...]
/dpdk/drivers/net/cnxk/
H A Dcnxk_link.c33 uint16_t wait = 1000; in nix_wait_for_link_cfg() local
/dpdk/app/test/
H A Dtest_rcu_qsbr_perf.c100 bool wait = (bool)arg; in test_rcu_qsbr_writer_perf() local
/dpdk/drivers/net/bnx2x/
H A Decore_sp.h854 int (*wait)(struct bnx2x_softc *sc, struct ecore_vlan_mac_obj *o); member
H A Dbnx2x.h1813 reg_poll(struct bnx2x_softc *sc, uint32_t reg, uint32_t expected, int ms, int wait) in reg_poll()