Searched refs:proc_base_stuff (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/proc/
H A Dbase.c1879 static const struct pid_entry proc_base_stuff[] = { variable in typeref:struct:pid_entry
1966 last = &proc_base_stuff[ARRAY_SIZE(proc_base_stuff) - 1];
1967 for (p = proc_base_stuff; p <= last; p++) {
2261 #define TGID_OFFSET (FIRST_PROCESS_ENTRY + ARRAY_SIZE(proc_base_stuff))
2283 for (; nr < ARRAY_SIZE(proc_base_stuff); filp->f_pos++, nr++) {
2284 const struct pid_entry *p = &proc_base_stuff[nr];

Completed in 96 milliseconds