Searched refs:req_count (Results 1 – 5 of 5) sorted by relevance
297 int req_count, min_count = 0; in fha_hash_entry_choose_thread() local303 req_count = thread->st_p2; in fha_hash_entry_choose_thread()309 "fha: %p(%d)w", thread, req_count); in fha_hash_entry_choose_thread()326 (req_count < softc->ctls.max_reqs_per_nfsd)) { in fha_hash_entry_choose_thread()329 "fha: %p(%d)r", thread, req_count); in fha_hash_entry_choose_thread()343 req_count, offset1, offset2); in fha_hash_entry_choose_thread()345 if ((min_thread == NULL) || (req_count < min_count)) { in fha_hash_entry_choose_thread()346 min_count = req_count; in fha_hash_entry_choose_thread()
3176 + mach_msg_type_number_t req_count;4094 + * Sanity check req_count.4096 + end_offset = req->req_count;4101 + len = req->req_count + strlen(location) - 1;4115 + memcpy(cp, &req->req_plane, req->req_count);4116 + cp += (req->req_count - 1); /* overwrite trailing \0 */4429 + * Sanity check req_count4431 + end_offset = req->req_count;4852 + mach_msg_type_number_t req_count;4912 + mach_msg_type_number_t req_count;[all …]
4980 /* Sanity check req->req_count */4981 if (req->req_count > 12)5530 *msglen = sizeof(*rep) + ((req->req_count - 9) * sizeof(int));5552 *msglen = sizeof(*rep) + ((req->req_count - 9) * sizeof(int));
560 register int req_count; in process_control() local629 req_count = (int)htons(pkt->count); in process_control()640 if (req_data < req_count || rbufp->recv_length & 0x3) { in process_control()646 properlen = req_count + CTL_HEADER_LEN; in process_control()695 reqend = reqpt + req_count; in process_control()
1845 adv->req_count); in adv_put_ready_queue()