Searched refs:MAX_PID_NS_LEVEL (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/clone3/
H A Dclone3_set_tid.c26 #define MAX_PID_NS_LEVEL 32 macro
155 pid_t set_tid[MAX_PID_NS_LEVEL * 2];
175 test_clone3_set_tid(set_tid, MAX_PID_NS_LEVEL + 1, 0, -EINVAL, 0, 0);
177 test_clone3_set_tid(set_tid, MAX_PID_NS_LEVEL * 2, 0, -EINVAL, 0, 0);
179 test_clone3_set_tid(set_tid, MAX_PID_NS_LEVEL * 2 + 1, 0,
182 test_clone3_set_tid(set_tid, MAX_PID_NS_LEVEL * 42, 0, -EINVAL, 0, 0);
185 * This can actually work if this test running in a MAX_PID_NS_LEVEL - 1
188 test_clone3_set_tid(set_tid, MAX_PID_NS_LEVEL - 1, 0, -EINVAL, 0, 0);
191 test_clone3_set_tid(set_tid, MAX_PID_NS_LEVEL + 1, 0, -EINVAL, 0, 0);
193 test_clone3_set_tid(set_tid, MAX_PID_NS_LEVEL *
[all...]
H A Dclone3_cap_checkpoint_restore.c30 #define MAX_PID_NS_LEVEL 32 macro
/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
/linux-master/kernel/
H A Dpid_namespace.c32 static struct kmem_cache *pid_cache[MAX_PID_NS_LEVEL];
86 if (level > MAX_PID_NS_LEVEL)
H A Dfork.c2971 if (unlikely(args.set_tid_size > MAX_PID_NS_LEVEL))
3087 pid_t set_tid[MAX_PID_NS_LEVEL];

Completed in 121 milliseconds