Symbol: sys_listns
include/linux/syscalls.h
440
asmlinkage long sys_listns(const struct ns_id_req __user *req,
include/uapi/asm-generic/unistd.h
861
__SYSCALL(__NR_listns, sys_listns)
tools/include/uapi/asm-generic/unistd.h
861
__SYSCALL(__NR_listns, sys_listns)
tools/testing/selftests/namespaces/cred_change_test.c
128
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/cred_change_test.c
150
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/cred_change_test.c
262
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/cred_change_test.c
381
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/cred_change_test.c
527
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/cred_change_test.c
552
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/cred_change_test.c
685
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/cred_change_test.c
796
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_efault_test.c
207
ret = sys_listns(&req, ns_ids, 10, 0);
tools/testing/selftests/namespaces/listns_efault_test.c
233
ret = sys_listns(&req, NULL, 10, 0);
tools/testing/selftests/namespaces/listns_efault_test.c
304
iter_ret = sys_listns(&req, ns_ids, 10, 0);
tools/testing/selftests/namespaces/listns_efault_test.c
449
iter_ret = sys_listns(&req, ns_ids, 10, 0);
tools/testing/selftests/namespaces/listns_efault_test.c
98
iter_ret = sys_listns(&req, ns_ids, 2, 0);
tools/testing/selftests/namespaces/listns_pagination_bug.c
110
ret = sys_listns(&req, second_batch, 3, 0);
tools/testing/selftests/namespaces/listns_pagination_bug.c
90
ret = sys_listns(&req, first_batch, 3, 0);
tools/testing/selftests/namespaces/listns_permissions_test.c
193
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_permissions_test.c
330
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_permissions_test.c
419
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_permissions_test.c
527
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_permissions_test.c
618
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_permissions_test.c
712
count_before = sys_listns(&req, ns_ids_before, ARRAY_SIZE(ns_ids_before), 0);
tools/testing/selftests/namespaces/listns_permissions_test.c
727
count_after = sys_listns(&req, ns_ids_after, ARRAY_SIZE(ns_ids_after), 0);
tools/testing/selftests/namespaces/listns_permissions_test.c
85
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_test.c
137
ret1 = sys_listns(&req, batch1, ARRAY_SIZE(batch1), 0);
tools/testing/selftests/namespaces/listns_test.c
154
ret2 = sys_listns(&req, batch2, ARRAY_SIZE(batch2), 0);
tools/testing/selftests/namespaces/listns_test.c
189
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_test.c
227
ret_before = sys_listns(&req, ns_ids_before, ARRAY_SIZE(ns_ids_before), 0);
tools/testing/selftests/namespaces/listns_test.c
294
ret_during = sys_listns(&req, ns_ids_during, ARRAY_SIZE(ns_ids_during), 0);
tools/testing/selftests/namespaces/listns_test.c
310
ret_after = sys_listns(&req, ns_ids_after, ARRAY_SIZE(ns_ids_after), 0);
tools/testing/selftests/namespaces/listns_test.c
39
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_test.c
416
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_test.c
465
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_test.c
589
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_test.c
647
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0xFFFF);
tools/testing/selftests/namespaces/listns_test.c
656
ret = sys_listns(&req, NULL, 10, 0);
tools/testing/selftests/namespaces/listns_test.c
661
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/listns_test.c
671
ret = sys_listns(&req, ns_ids, 2000000, 0);
tools/testing/selftests/namespaces/listns_test.c
75
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/ns_active_ref_test.c
2575
int nr_ids = sys_listns(&req, ns_ids, 256, 0);
tools/testing/selftests/namespaces/ns_active_ref_test.c
2592
nr_ids = sys_listns(&req, ns_ids, 256, 0);
tools/testing/selftests/namespaces/ns_active_ref_test.c
2643
nr_ids = sys_listns(&req, ns_ids, 256, 0);
tools/testing/selftests/namespaces/ns_active_ref_test.c
2657
nr_ids = sys_listns(&req, ns_ids, 256, 0);
tools/testing/selftests/namespaces/siocgskns_test.c
1143
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/siocgskns_test.c
1207
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/siocgskns_test.c
1233
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/siocgskns_test.c
1671
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/siocgskns_test.c
1733
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/siocgskns_test.c
1780
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/siocgskns_test.c
722
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/siocgskns_test.c
747
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/siocgskns_test.c
768
ret = sys_listns(&req, ns_ids, ARRAY_SIZE(ns_ids), 0);
tools/testing/selftests/namespaces/stress_test.c
109
ret_before = sys_listns(&req, ns_ids_before, ARRAY_SIZE(ns_ids_before), 0);
tools/testing/selftests/namespaces/stress_test.c
170
ret_during = sys_listns(&req, ns_ids_during, ARRAY_SIZE(ns_ids_during), 0);
tools/testing/selftests/namespaces/stress_test.c
202
ret_after = sys_listns(&req, ns_ids_after, ARRAY_SIZE(ns_ids_after), 0);
tools/testing/selftests/namespaces/stress_test.c
228
ret_before = sys_listns(&req, ns_ids_before, ARRAY_SIZE(ns_ids_before), 0);
tools/testing/selftests/namespaces/stress_test.c
265
ret_after = sys_listns(&req, ns_ids_after, ARRAY_SIZE(ns_ids_after), 0);
tools/testing/selftests/namespaces/stress_test.c
291
ret_before = sys_listns(&req, ns_ids_before, ARRAY_SIZE(ns_ids_before), 0);
tools/testing/selftests/namespaces/stress_test.c
333
ret_after = sys_listns(&req, ns_ids_after, ARRAY_SIZE(ns_ids_after), 0);
tools/testing/selftests/namespaces/stress_test.c
416
ret = sys_listns(&req, batch, ARRAY_SIZE(batch), 0);
tools/testing/selftests/namespaces/stress_test.c
50
ret_before = sys_listns(&req, ns_ids_before, ARRAY_SIZE(ns_ids_before), 0);
tools/testing/selftests/namespaces/stress_test.c
500
ret_before = sys_listns(&req, ns_ids_before, ARRAY_SIZE(ns_ids_before), 0);
tools/testing/selftests/namespaces/stress_test.c
529
ret = sys_listns(&req, temp_ns_ids, ARRAY_SIZE(temp_ns_ids), 0);
tools/testing/selftests/namespaces/stress_test.c
551
ret_after = sys_listns(&req, ns_ids_after, ARRAY_SIZE(ns_ids_after), 0);
tools/testing/selftests/namespaces/stress_test.c
577
ret_before = sys_listns(&req, ns_ids_before, ARRAY_SIZE(ns_ids_before), 0);
tools/testing/selftests/namespaces/stress_test.c
619
ret_after = sys_listns(&req, ns_ids_after, ARRAY_SIZE(ns_ids_after), 0);
tools/testing/selftests/namespaces/stress_test.c
79
ret_after = sys_listns(&req, ns_ids_after, ARRAY_SIZE(ns_ids_after), 0);