Searched refs:sysctl_nested (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/testing/selftests/memfd/ |
D | memfd_test.c | 1283 static int sysctl_nested(void *arg) in sysctl_nested() function 1295 return sysctl_nested(arg); in sysctl_nested_wait() 1326 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl1); in sysctl_nested_child() 1329 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child() 1333 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child() 1342 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, test_sysctl_sysctl2); in sysctl_nested_child() 1345 pid = spawn_thread(CLONE_NEWPID, sysctl_nested, in sysctl_nested_child()
|