Searched refs:sysctls (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/net/ |
D | sysctl_net.c | 32 return ¤t->nsproxy->net_ns->sysctls; in net_ctl_header_lookup() 37 return ¤t->nsproxy->net_ns->sysctls == set; in is_seen() 44 struct net *net = container_of(head->set, struct net, sysctls); in net_ctl_permissions() 59 struct net *net = container_of(head->set, struct net, sysctls); in net_ctl_set_ownership() 80 setup_sysctl_set(&net->sysctls, &net_sysctl_root, is_seen); in sysctl_net_init() 86 retire_sysctl_set(&net->sysctls); in sysctl_net_exit() 120 return __register_sysctl_table(&net->sysctls, path, table); in register_net_sysctl()
|
/Linux-v4.19/kernel/ |
D | ucount.c | 98 ns->sysctls = __register_sysctl_table(&ns->set, "user", tbl); in setup_userns_sysctls() 100 if (!ns->sysctls) { in setup_userns_sysctls() 114 tbl = ns->sysctls->ctl_table_arg; in retire_userns_sysctls() 115 unregister_sysctl_table(ns->sysctls); in retire_userns_sysctls()
|
/Linux-v4.19/include/linux/ |
D | user_namespace.h | 75 struct ctl_table_header *sysctls; member
|
/Linux-v4.19/Documentation/filesystems/ |
D | devpts.txt | 19 Total count of pty pairs in all instances is limited by sysctls:
|
D | xfs.txt | 241 sysctls 244 The following sysctls are available for the XFS filesystem:
|
/Linux-v4.19/Documentation/networking/ |
D | tcp-thin.txt | 38 tcp_thin_linear_timeouts and tcp_thin_dupack sysctls. Both
|
D | xfrm_sync.txt | 23 These thresholds are set system-wide via sysctls or can be updated 110 the two sysctls/proc entries are:
|
D | rds.txt | 55 * sysctls 56 RDS supports a number of sysctls in /proc/sys/net/rds
|
D | dccp.txt | 139 Several DCCP default parameters can be managed by the following sysctls
|
D | rxrpc.txt | 1078 adjusted through sysctls in /proc/net/rxrpc/:
|
/Linux-v4.19/include/net/ |
D | net_namespace.h | 82 struct ctl_table_set sysctls; member
|
/Linux-v4.19/Documentation/admin-guide/LSM/ |
D | Yama.rst | 8 at run-time through sysctls in ``/proc/sys/kernel/yama``:
|
/Linux-v4.19/Documentation/sysctl/ |
D | kernel.txt | 514 numa_balancing_scan_size_mb, and numa_balancing_settle_count sysctls. 538 memory accesses. These sysctls control the thresholds for scan delays and 581 These sysctls allow you to change the value of the fixed UID and GID.
|
D | fs.txt | 161 These sysctls allow you to change the value of the fixed UID and GID.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | kernel-parameters.txt | 2704 the nmi_watchdog and hardlockup_panic sysctls.
|