| /tools/testing/selftests/drivers/ntsync/ |
| A D | ntsync.c | 108 args.objs = (uintptr_t)objs; in wait_objs() 575 close(objs[1]); in TEST() 584 objs[1] = objs[0]; in TEST() 595 objs[i] = objs[0]; in TEST() 609 close(objs[0]); in TEST() 680 close(objs[1]); in TEST() 696 objs[1] = objs[0]; in TEST() 773 wait_args.objs = (uintptr_t)objs; in TEST() 974 wait_args.objs = (uintptr_t)objs; in TEST() 1119 wait_args.objs = (uintptr_t)objs; in TEST() [all …]
|
| /tools/testing/selftests/livepatch/test_modules/ |
| A D | test_klp_shadow_vars.c | 168 struct test_object objs[NUM_OBJS]; in test_klp_shadow_vars_init() local 182 sv = shadow_get(&objs[0], SV_ID1); in test_klp_shadow_vars_init() 192 sv1[i] = shadow_alloc(&objs[i], SV_ID1, in test_klp_shadow_vars_init() 196 sv1[i] = shadow_get_or_alloc(&objs[i], SV_ID1, in test_klp_shadow_vars_init() 207 sv2[i] = shadow_alloc(&objs[i], SV_ID2, sizeof(pnfields2[i]), in test_klp_shadow_vars_init() 218 sv = shadow_get(&objs[i], SV_ID1); in test_klp_shadow_vars_init() 228 sv = shadow_get(&objs[i], SV_ID2); in test_klp_shadow_vars_init() 243 sv = shadow_get_or_alloc(&objs[i], SV_ID1, sizeof(pndup[i]), in test_klp_shadow_vars_init() 257 sv = shadow_get(&objs[i], SV_ID1); in test_klp_shadow_vars_init() 264 sv = shadow_get(&objs[i], SV_ID2); /* 'int' pairs */ in test_klp_shadow_vars_init() [all …]
|
| A D | test_klp_livepatch.c | 25 static struct klp_object objs[] = { variable 34 .objs = objs,
|
| A D | test_klp_atomic_replace.c | 29 static struct klp_object objs[] = { variable 38 .objs = objs,
|
| A D | test_klp_callbacks_demo2.c | 59 static struct klp_object objs[] = { variable 74 .objs = objs,
|
| A D | test_klp_syscall.c | 69 static struct klp_object objs[] = { variable 78 .objs = objs,
|
| A D | test_klp_callbacks_demo.c | 71 static struct klp_object objs[] = { variable 104 .objs = objs,
|
| A D | test_klp_state.c | 121 static struct klp_object objs[] = { variable 143 .objs = objs,
|
| A D | test_klp_state2.c | 150 static struct klp_object objs[] = { variable 172 .objs = objs,
|
| /tools/testing/shared/ |
| A D | linux.c | 24 void *objs; member 91 struct radix_tree_node *node = cachep->objs; in kmem_cache_alloc_lru() 93 cachep->objs = node->parent; in kmem_cache_alloc_lru() 129 node->parent = cachep->objs; in __kmem_cache_free_locked() 130 cachep->objs = node; in __kmem_cache_free_locked() 184 node = cachep->objs; in kmem_cache_alloc_bulk() 186 cachep->objs = node->parent; in kmem_cache_alloc_bulk() 248 ret->objs = NULL; in kmem_cache_create()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | bpf_obj_id.c | 15 struct bpf_object *objs[nr_iters] = {}; in serial_test_bpf_obj_id() local 52 &objs[i], &prog_fds[i]); in serial_test_bpf_obj_id() 60 map_fds[i] = bpf_find_map(__func__, objs[i], "test_map_id"); in serial_test_bpf_obj_id() 69 prog = bpf_object__find_program_by_name(objs[i], "test_obj_id"); in serial_test_bpf_obj_id() 285 bpf_object__close(objs[i]); in serial_test_bpf_obj_id()
|
| A D | test_xdp_veth.c | 118 static int attach_programs_to_veth_pair(struct bpf_object **objs, size_t nb_obj, in attach_programs_to_veth_pair() argument 127 local_prog = bpf_object__find_program_by_name(objs[i], prog[index].local_name); in attach_programs_to_veth_pair() 135 remote_prog = bpf_object__find_program_by_name(objs[i], prog[index].remote_name); in attach_programs_to_veth_pair()
|
| /tools/cgroup/ |
| A D | memcg_slabinfo.py | 106 def cache_show(s, cfg, objs): argument 113 sinfo['active_objs'] = objs 114 sinfo['num_objs'] = objs
|
| /tools/testing/selftests/net/lib/py/ |
| A D | ksft.py | 34 def ksft_pr(*objs, **kwargs): argument 36 print("#", *objs, **kwargs)
|
| /tools/bpf/bpftool/ |
| A D | gen.c | 2597 const char *input, *output, **objs; in do_min_core_btf() local 2608 objs = (const char **) calloc(argc + 1, sizeof(*objs)); in do_min_core_btf() 2609 if (!objs) { in do_min_core_btf() 2616 objs[i++] = GET_ARG(); in do_min_core_btf() 2618 err = minimize_btf(input, output, objs); in do_min_core_btf() 2619 free(objs); in do_min_core_btf()
|
| /tools/perf/ |
| A D | Makefile.perf | 1278 $(call QUIET_CLEAN, core-objs) $(RM) $(LIBPERF_A) $(OUTPUT)perf-archive \
|