Searched defs:objs (Results 1 – 15 of 15) sorted by relevance
/tools/testing/selftests/drivers/ntsync/ |
A D | ntsync.c | 98 const int *objs, __u32 owner, int alert, __u32 *index) in wait_objs() 117 static int wait_any(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_any() 122 static int wait_all(int fd, __u32 count, const int *objs, __u32 owner, __u32 *index) in wait_all() 127 static int wait_any_alert(int fd, __u32 count, const int *objs, in wait_any_alert() 134 static int wait_all_alert(int fd, __u32 count, const int *objs, in wait_all_alert() 502 int objs[NTSYNC_MAX_WAIT_COUNT + 1], fd, ret; in TEST() local 620 int objs[2], fd, ret; in TEST() local 754 int objs[2], fd, ret; in TEST() local 947 int objs[4], fd, ret; in TEST() local 1070 int objs[2], event, fd, ret; in TEST() local [all …]
|
/tools/testing/selftests/livepatch/test_modules/ |
A D | test_klp_livepatch.c | 25 static struct klp_object objs[] = { variable
|
A D | test_klp_atomic_replace.c | 29 static struct klp_object objs[] = { variable
|
A D | test_klp_callbacks_demo2.c | 59 static struct klp_object objs[] = { variable
|
A D | test_klp_syscall.c | 69 static struct klp_object objs[] = { variable
|
A D | test_klp_callbacks_demo.c | 71 static struct klp_object objs[] = { variable
|
A D | test_klp_state.c | 121 static struct klp_object objs[] = { variable
|
A D | test_klp_state2.c | 150 static struct klp_object objs[] = { variable
|
A D | test_klp_shadow_vars.c | 168 struct test_object objs[NUM_OBJS]; in test_klp_shadow_vars_init() local
|
/tools/cgroup/ |
A D | memcg_slabinfo.py | 106 def cache_show(s, cfg, objs): argument
|
/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
|
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()
|
/tools/testing/selftests/net/lib/py/ |
A D | ksft.py | 34 def ksft_pr(*objs, **kwargs):
|
/tools/testing/shared/ |
A D | linux.c | 24 void *objs; member
|
/tools/bpf/bpftool/ |
A D | gen.c | 2597 const char *input, *output, **objs; in do_min_core_btf() local
|
Completed in 26 milliseconds