Searched refs:req_count (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/fs/nfsserver/ |
| H A D | nfs_fha_new.c | 474 int req_count, min_count = 0; in fha_hash_entry_choose_thread() local 478 req_count = thread->st_p2; in fha_hash_entry_choose_thread() 484 "fha: %p(%d)w", thread, req_count); in fha_hash_entry_choose_thread() 506 (req_count < softc->ctls.max_reqs_per_nfsd)) { in fha_hash_entry_choose_thread() 509 "fha: %p(%d)r", thread, req_count); in fha_hash_entry_choose_thread() 524 req_count, offset1, offset2); in fha_hash_entry_choose_thread() 526 if ((min_thread == NULL) || (req_count < min_count)) { in fha_hash_entry_choose_thread() 527 min_count = req_count; in fha_hash_entry_choose_thread()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | fwctl.c | 281 u_int req_count; member 374 switch (rinfo.req_count) { in fwctl_request() 382 rinfo.req_count = 1; in fwctl_request() 386 rinfo.req_count++; in fwctl_request() 390 rinfo.req_count++; in fwctl_request()
|
| /freebsd-13.1/sys/dev/smartpqi/ |
| H A D | smartpqi_init.c | 137 pqisrc_free_rcb(pqisrc_softstate_t *softs, int req_count) in pqisrc_free_rcb() argument 146 for (i = 1; i < req_count; i++) in pqisrc_free_rcb()
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | ntp_control.c | 1177 int req_count; in process_control() local 1246 req_count = (int)ntohs(pkt->count); in process_control() 1262 if (req_data < req_count || rbufp->recv_length & 0x3) { in process_control() 1268 properlen = req_count + CTL_HEADER_LEN; in process_control() 1300 reqend = reqpt + req_count; in process_control()
|
| /freebsd-13.1/sys/dev/qlnx/qlnxe/ |
| H A D | ecore_dev.c | 6649 int non_requested_count = 0, req_count = 0, i, num_vports; in ecore_init_wfq_param() local 6658 req_count++; in ecore_init_wfq_param() 6665 req_count++; in ecore_init_wfq_param() 6667 non_requested_count = num_vports - req_count; in ecore_init_wfq_param()
|