Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_lmi.c117 int poll_count; /* the count of times for autolmi */ member
293 sc->poll_count = 0; in nglmi_startup_auto()
393 if ((sc->poll_count <= 0) || (sc->poll_count > LMIPOLLSIZE)) { in ngauto_state_machine()
396 sc->poll_count = LMIPOLLSIZE; in ngauto_state_machine()
432 sc->poll_count--; in ngauto_state_machine()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h377 kmp_uint64 poll_count;
521 poll_count = 0;
522 (void)poll_count;
625 if (KMP_BLOCKING(hibernate_goal, poll_count++))
/freebsd/crypto/openssl/test/
H A Dcmp_client_test.c198 static int test_exec_IR_ses_poll(int check_after, int poll_count, in test_exec_IR_ses_poll() argument
205 ossl_cmp_mock_srv_set_pollCount(fixture->srv_ctx, poll_count); in test_exec_IR_ses_poll()
/freebsd/sys/dev/arcmsr/
H A Darcmsr.c3465 u_int32_t flag_srb, outbound_intstatus, poll_srb_done=0, poll_count=0; in arcmsr_polling_hba_srbdone() local
3469 poll_count++; in arcmsr_polling_hba_srbdone()
3480 if ((poll_count > 100) && (poll_srb != NULL)) { in arcmsr_polling_hba_srbdone()
3520 u_int32_t flag_srb, poll_srb_done=0, poll_count=0; in arcmsr_polling_hbb_srbdone() local
3525 poll_count++; in arcmsr_polling_hbb_srbdone()
3535 if ((poll_count > 100) && (poll_srb != NULL)) { in arcmsr_polling_hbb_srbdone()
3578 u_int32_t flag_srb, poll_srb_done=0, poll_count=0; in arcmsr_polling_hbc_srbdone() local
3582 poll_count++; in arcmsr_polling_hbc_srbdone()
3590 if ((poll_count > 100) && (poll_srb != NULL)) { in arcmsr_polling_hbc_srbdone()
3629 u_int32_t flag_srb, poll_srb_done=0, poll_count=0; in arcmsr_polling_hbd_srbdone() local
[all …]
/freebsd/sys/dev/bxe/
H A Dbxe.c17714 uint32_t poll_count) in bxe_flr_clnup_reg_poll() argument
17716 uint32_t cur_cnt = poll_count; in bxe_flr_clnup_reg_poll()
17859 uint32_t poll_count) in bxe_pbf_pN_buf_flushed() argument
17862 uint32_t cur_cnt = poll_count; in bxe_pbf_pN_buf_flushed()
17888 poll_count-cur_cnt, FLR_WAIT_INTERVAL, regs->pN); in bxe_pbf_pN_buf_flushed()
17894 uint32_t poll_count) in bxe_pbf_pN_cmd_flushed() argument
17897 uint32_t cur_cnt = poll_count; in bxe_pbf_pN_cmd_flushed()
17920 poll_count - cur_cnt, FLR_WAIT_INTERVAL, regs->pN); in bxe_pbf_pN_cmd_flushed()
17924 bxe_tx_hw_flushed(struct bxe_softc *sc, uint32_t poll_count) in bxe_tx_hw_flushed() argument
17981 bxe_pbf_pN_cmd_flushed(sc, &cmd_regs[i], poll_count); in bxe_tx_hw_flushed()
[all …]
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-cmp.pod.in129 [B<-poll_count> I<number>]
1034 =item B<-poll_count> I<number>