OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:req_count
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/util/
attr_clnt.c
122
int
req_count
;
member in struct:ATTR_CLNT
151
client->
req_count
= 0;
228
&& (client->
req_count
+= 1) >= client->req_limit) {
230
client->
req_count
= 0;
248
client->
req_count
= 0;
/src/sys/fs/nfs/common/
nfs_fha.c
299
int
req_count
, min_count = 0;
local
305
req_count
= thread->st_p2;
311
"fha: %p(%d)w", thread,
req_count
);
328
(
req_count
< softc->ctls.max_reqs_per_nfsd)) {
331
"fha: %p(%d)r", thread,
req_count
);
345
req_count
, offset1, offset2);
347
if ((min_thread == NULL) || (
req_count
< min_count)) {
348
min_count =
req_count
;
/src/external/bsd/ntp/dist/ntpd/
ntp_control.c
1179
int
req_count
;
local
1248
req_count
= (int)ntohs(pkt->count);
1264
if (req_data <
req_count
|| rbufp->recv_length & 0x3) {
1270
properlen =
req_count
+ CTL_HEADER_LEN;
1302
reqend = reqpt +
req_count
;
Completed in 125 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026