Home
last modified time | relevance | path

Searched refs:nfiles (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dfile_internal.h197 extern int nfiles; /* actual number of open files */
/xnu-8792.61.2/tools/trace/
H A Dparse_ipc_trace.py866 nfiles = len(args.tracefile)
868 while idx < nfiles:
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c179 int nfiles; /* actual number of open files */ variable
200 os_atomic_dec(&nfiles, relaxed); in fg_free()
1316 if (nfiles >= maxfiles) { in falloc_withinit()
1364 os_atomic_inc(&nfiles, relaxed); in falloc_withinit()
H A Duipc_usrreq.c2634 size_t extra_ref_size = nfiles; in unp_gc()
H A Dkern_sysctl.c2281 &nfiles, 0, "");