__sysctl_head_next 967 include/linux/sysctl.h extern struct ctl_table_header *__sysctl_head_next(struct nsproxy *namespaces,
__sysctl_head_next 1490 kernel/sysctl.c return __sysctl_head_next(current->nsproxy, prev);
__sysctl_head_next 1349 kernel/sysctl_check.c for (head = __sysctl_head_next(namespaces, NULL); head;
__sysctl_head_next 1350 kernel/sysctl_check.c head = __sysctl_head_next(namespaces, head)) {