Home
last modified time | relevance | path

Searched refs:NFILE (Results 1 – 2 of 2) sorted by relevance

/xv6-public/
H A Dparam.h5 #define NFILE 100 // open files per system macro
H A Dfile.c16 struct file file[NFILE];
32 for(f = ftable.file; f < ftable.file + NFILE; f++){ in filealloc()