Lines Matching full:next
310 static int pmc_add_sysctls(ctl_table * next)
312 ctl_table * start = next;
318 next->ctl_name = 1;
319 next->procname = names[i];
320 next->mode = 0755;
325 next->child = tab;
334 next++;
340 next = start;
342 kfree(next->child);
343 next++;
349 static void pmc_remove_sysctls(ctl_table * next)
353 kfree(next->child);
354 next++;