taglinefilesource code
count166fs/proc/array.cint count1;
count192fs/proc/array.ccount1 = count;
count193fs/proc/array.cif (p + count1 > sizeof(struct user))
count194fs/proc/array.ccount1 = sizeof(struct user)-p;
count196fs/proc/array.cmemcpy_tofs(buf,(void *) pnt, count1);
count197fs/proc/array.cbuf += count1;
count198fs/proc/array.cp += count1;
count199fs/proc/array.ccount -= count1;
count1100fs/proc/array.cread += count1;