Searched refs:nfile (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/open/ |
D | open04.c | 42 static int nfile; variable 89 nfile = getdtablesize(); in setup() 101 buf = malloc(sizeof(int) * nfile - first); in setup() 105 for (ifile = first; ifile <= nfile; ifile++) { in setup() 123 for (ifile = first; ifile < nfile; ifile++) { in cleanup()
|
/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 216 int nfile = 0; in file_system_count() local 220 nfile = statvfs_buf.f_files - statvfs_buf.f_ffree; in file_system_count() 222 return nfile; in file_system_count() 238 int index = 0, found = 0, nfile = 0; in exclude_non_seclabel_mounts() local 277 nfile += file_system_count(mount_info[1]); in exclude_non_seclabel_mounts() 294 return nfile * 1.05; in exclude_non_seclabel_mounts()
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 8663 …description: "List of URLs to debug targets, e.g.,\nfile:///foo/tfdbg_dump, grpc:://localhost:1101… 8715 …description: "List of URLs to debug targets, e.g.,\nfile:///foo/tfdbg_dump, grpc:://localhost:1101… 8767 …description: "List of URLs to debug targets, e.g.,\nfile:///foo/tfdbg_dump, grpc:://localhost:1101…
|