Home
last modified time | relevance | path

Searched refs:poll_count (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/netgraph/
H A Dng_lmi.c119 int poll_count; /* the count of times for autolmi */ member
295 sc->poll_count = 0; in nglmi_startup_auto()
395 if ((sc->poll_count <= 0) || (sc->poll_count > LMIPOLLSIZE)) { in ngauto_state_machine()
398 sc->poll_count = LMIPOLLSIZE; in ngauto_state_machine()
434 sc->poll_count--; in ngauto_state_machine()
/freebsd-13.1/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h183 kmp_uint64 poll_count; in __kmp_wait_template() local
322 poll_count = 0; in __kmp_wait_template()
323 (void)poll_count; in __kmp_wait_template()
425 if (KMP_BLOCKING(hibernate_goal, poll_count++)) in __kmp_wait_template()
/freebsd-13.1/sys/dev/arcmsr/
H A Darcmsr.c3483 poll_count++; in arcmsr_polling_hba_srbdone()
3494 if ((poll_count > 100) && (poll_srb != NULL)) { in arcmsr_polling_hba_srbdone()
3534 u_int32_t flag_srb, poll_srb_done=0, poll_count=0; in arcmsr_polling_hbb_srbdone() local
3539 poll_count++; in arcmsr_polling_hbb_srbdone()
3549 if ((poll_count > 100) && (poll_srb != NULL)) { in arcmsr_polling_hbb_srbdone()
3592 u_int32_t flag_srb, poll_srb_done=0, poll_count=0; in arcmsr_polling_hbc_srbdone() local
3596 poll_count++; in arcmsr_polling_hbc_srbdone()
3604 if ((poll_count > 100) && (poll_srb != NULL)) { in arcmsr_polling_hbc_srbdone()
3643 u_int32_t flag_srb, poll_srb_done=0, poll_count=0; in arcmsr_polling_hbd_srbdone() local
3648 poll_count++; in arcmsr_polling_hbd_srbdone()
[all …]
/freebsd-13.1/sys/dev/bxe/
H A Dbxe.c17750 uint32_t poll_count) in bxe_flr_clnup_reg_poll() argument
17752 uint32_t cur_cnt = poll_count; in bxe_flr_clnup_reg_poll()
17895 uint32_t poll_count) in bxe_pbf_pN_buf_flushed() argument
17898 uint32_t cur_cnt = poll_count; in bxe_pbf_pN_buf_flushed()
17924 poll_count-cur_cnt, FLR_WAIT_INTERVAL, regs->pN); in bxe_pbf_pN_buf_flushed()
17930 uint32_t poll_count) in bxe_pbf_pN_cmd_flushed() argument
17933 uint32_t cur_cnt = poll_count; in bxe_pbf_pN_cmd_flushed()
17956 poll_count - cur_cnt, FLR_WAIT_INTERVAL, regs->pN); in bxe_pbf_pN_cmd_flushed()
17960 bxe_tx_hw_flushed(struct bxe_softc *sc, uint32_t poll_count) in bxe_tx_hw_flushed() argument
18017 bxe_pbf_pN_cmd_flushed(sc, &cmd_regs[i], poll_count); in bxe_tx_hw_flushed()
[all …]