1UNREGISTER_SYSCTL_TA(9)       The proc filesystem      UNREGISTER_SYSCTL_TA(9)
2
3
4

NAME

6       unregister_sysctl_table - unregister a sysctl table hierarchy
7

SYNOPSIS

9       void unregister_sysctl_table(struct ctl_table_header * header);
10

ARGUMENTS

12       header
13           the header returned from register_sysctl_table
14

DESCRIPTION

16       Unregisters the sysctl table and all children. proc entries may not
17       actually be removed until they are no longer used by anyone.
18
20Kernel Hackers Manual 2.6.         June 2019           UNREGISTER_SYSCTL_TA(9)
Impressum