OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:max_per_call
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/blkdiscard/
blkdiscard.c
100
off_t
max_per_call
= 32 * 1024 * 1024;
local in function:main
123
max_per_call
= val;
160
zeros = calloc(1,
max_per_call
);
163
(long long)
max_per_call
);
234
(long long)
max_per_call
);
243
if (size >
max_per_call
)
244
discard_size =
max_per_call
;
blkdiscard.c
100
off_t
max_per_call
= 32 * 1024 * 1024;
local in function:main
123
max_per_call
= val;
160
zeros = calloc(1,
max_per_call
);
163
(long long)
max_per_call
);
234
(long long)
max_per_call
);
243
if (size >
max_per_call
)
244
discard_size =
max_per_call
;
Completed in 26 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025