Searched refs:MAX_PID_NS_LEVEL (Results 1 - 5 of 5) sorted by last modified time

/linux-master/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c26 #define MAX_PID_NS_LEVEL 32 macro
152 pid_t set_tid[MAX_PID_NS_LEVEL * 2];
173 set_tid, MAX_PID_NS_LEVEL + 1, 0, -EINVAL, 0, 0);
176 set_tid, MAX_PID_NS_LEVEL * 2, 0, -EINVAL, 0, 0);
179 set_tid, MAX_PID_NS_LEVEL * 2 + 1, 0,
183 set_tid, MAX_PID_NS_LEVEL * 42, 0, -EINVAL, 0, 0);
186 * This can actually work if this test running in a MAX_PID_NS_LEVEL - 1
190 set_tid, MAX_PID_NS_LEVEL - 1, 0, -EINVAL, 0, 0);
194 set_tid, MAX_PID_NS_LEVEL + 1, 0, -EINVAL, 0, 0);
197 set_tid, MAX_PID_NS_LEVEL *
[all...]
H A Dclone3_cap_checkpoint_restore.c30 #define MAX_PID_NS_LEVEL 32 macro
/linux-master/kernel/
H A Dfork.c2971 if (unlikely(args.set_tid_size > MAX_PID_NS_LEVEL))
3087 pid_t set_tid[MAX_PID_NS_LEVEL];
H A Dpid_namespace.c32 static struct kmem_cache *pid_cache[MAX_PID_NS_LEVEL];
86 if (level > MAX_PID_NS_LEVEL)
/linux-master/include/linux/
H A Dpid_namespace.h14 /* MAX_PID_NS_LEVEL is needed for limiting size of 'struct pid' */
15 #define MAX_PID_NS_LEVEL 32 macro

Completed in 176 milliseconds