OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:req_count
(Results
1 - 1
of
1
) sorted by relevancy
/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
;
Completed in 22 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026