OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxfiles
(Results
1 - 7
of
7
) sorted by null
/external/ltp/testcases/kernel/fs/fs-bench/
create-files.c
36
int
maxfiles
= 0xFFFFFF;
local
40
sscanf(av[1], "%x", &
maxfiles
);
41
if (
maxfiles
== 0) {
66
if (
maxfiles
< createfiles++) {
/device/linaro/bootloader/edk2/StdLib/Include/sys/
file.h
96
extern int
maxfiles
; /* kernel limit on number of open files */
/external/grpc-grpc/tools/internal_ci/helper_scripts/
prepare_build_macos_rc
18
sudo launchctl limit
maxfiles
unlimited unlimited
20
# show current
maxfiles
21
launchctl limit
maxfiles
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c
254
int
maxfiles
= 0xFFFFFF;
local
289
if (rc != 0 ||
maxfiles
< dFileCount++) {
/external/syzkaller/vendor/golang.org/x/sys/unix/
zsysctl_openbsd_386.go
62
{"kern.
maxfiles
", []_C_int{1, 7}},
zsysctl_openbsd_amd64.go
67
{"kern.
maxfiles
", []_C_int{1, 7}},
zsysctl_openbsd_arm.go
62
{"kern.
maxfiles
", []_C_int{1, 7}},
Completed in 2962 milliseconds