Searched refs:map_a (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| A D | rcu_read_lock.c | 17 } map_a SEC(".maps"); 70 ptr = bpf_task_storage_get(&map_a, real_parent, 0, 0); in task_succ() 87 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in no_lock() 104 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in two_regions() 120 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in non_sleepable_1() 139 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in non_sleepable_2() 166 (void)bpf_task_storage_get(&map_a, gparent, 0, 0); in task_acquire() 181 (void)bpf_task_storage_get(&map_a, task, 0, 0); in miss_lock() 195 (void)bpf_task_storage_get(&map_a, task, 0, 0); in miss_unlock() 210 (void)bpf_task_storage_get(&map_a, real_parent, 0, 0); in non_sleepable_rcu_mismatch() [all …]
|
| A D | cgrp_ls_tp_btf.c | 15 } map_a SEC(".maps"); 42 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, in __on_enter() 48 err = bpf_cgrp_storage_delete(&map_a, cgrp); in __on_enter() 53 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, 0); in __on_enter() 58 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, in __on_enter() 94 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, in __on_exit()
|
| A D | cgrp_ls_sleepable.c | 16 } map_a SEC(".maps"); 37 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, in cgroup_iter() 51 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, in __no_rcu_lock() 110 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in yes_rcu_lock() 121 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in yes_rcu_lock()
|
| A D | task_ls_recursion.c | 21 } map_a SEC(".maps"); 39 ptr = bpf_task_storage_get(&map_a, task, 0, in BPF_PROG() 51 err = bpf_task_storage_delete(&map_a, task); in BPF_PROG() 80 ptr = bpf_task_storage_get(&map_a, task, 0, in BPF_PROG()
|
| A D | cgrp_ls_recursion.c | 15 } map_a SEC(".maps"); 34 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_update() 67 ptr = bpf_cgrp_storage_get(&map_a, cgrp, 0, BPF_LOCAL_STORAGE_GET_F_CREATE); in __on_enter()
|
| A D | cgrp_ls_negative.c | 15 } map_a SEC(".maps"); 23 (void)bpf_cgrp_storage_get(&map_a, (struct cgroup *)task, 0, in BPF_PROG()
|
| /linux/tools/perf/util/ |
| A D | maps.c | 299 const struct map *map_a = *(const struct map * const *)a; in map__start_cmp() local 301 u64 map_a_start = map__start(map_a); in map__start_cmp() 305 u64 map_a_end = map__end(map_a); in map__start_cmp() 310 if (RC_CHK_ACCESS(map_a) == RC_CHK_ACCESS(map_b)) in map__start_cmp() 312 return (intptr_t)RC_CHK_ACCESS(map_a) > (intptr_t)RC_CHK_ACCESS(map_b) in map__start_cmp() 341 const struct map *map_a = *(const struct map * const *)a; in map__strcmp() local 343 const struct dso *dso_a = map__dso(map_a); in map__strcmp() 347 if (ret == 0 && RC_CHK_ACCESS(map_a) != RC_CHK_ACCESS(map_b)) { in map__strcmp()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | task_local_storage.c | 109 map_fd = bpf_map__fd(skel->maps.map_a); in test_recursion()
|
Completed in 18 milliseconds