Home
last modified time | relevance | path

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

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