Home
last modified time | relevance | path

Searched refs:pid_table (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/
H A Dpid.c741 static const struct ctl_table pid_table[] = { variable
769 tbl = kmemdup(pid_table, sizeof(pid_table), GFP_KERNEL); in register_pidns_sysctls()
777 ARRAY_SIZE(pid_table)); in register_pidns_sysctls()
/linux/arch/x86/kvm/vmx/
H A Dvmx.h311 u64 *pid_table; member