Searched refs:NTABLEENTRIES (Results 1 – 1 of 1) sorted by relevance
106 #define NTABLEENTRIES 2048 macro107 static struct mountbody *table[NTABLEENTRIES];160 for (; ml != NULL && tb < &table[NTABLEENTRIES]; ml = ml->ml_next) in pr_mounts()162 if (ml != NULL && tb == &table[NTABLEENTRIES]) in pr_mounts()164 NTABLEENTRIES); in pr_mounts()