Home
last modified time | relevance | path

Searched refs:ghead (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
A Dlinked_list_fail.c60 CHECK(global, pop_front, &ghead);
61 CHECK(global, pop_back, &ghead);
173 bpf_list_push_front(&ghead, NULL); in map_compat_kprobe()
180 bpf_list_push_front(&ghead, NULL); in map_compat_kretprobe()
187 bpf_list_push_front(&ghead, NULL); in map_compat_tp()
194 bpf_list_push_front(&ghead, NULL); in map_compat_perf()
201 bpf_list_push_front(&ghead, NULL); in map_compat_raw_tp()
208 bpf_list_push_front(&ghead, NULL); in map_compat_raw_tp_w()
429 bpf_list_push_front(&ghead, p); in no_node_value_type()
444 bpf_list_push_front(&ghead, &b->node); in incorrect_value_type()
[all …]
A Dlinked_list.c322 return test_list_push_pop(&glock, &ghead); in global_list_push_pop()
382 ret = list_push_pop_multiple(&glock, &ghead, false); in global_list_push_pop_multiple()
385 return list_push_pop_multiple(&glock, &ghead, true); in global_list_push_pop_multiple()
417 return test_list_in_list(&glock, &ghead); in global_list_in_list()
A Dlinked_list.h53 private(A) struct bpf_list_head ghead __contains(foo, node2);
/linux/kernel/cgroup/
A Drstat.c148 struct cgroup *ghead = NULL; /* Head of grandchild cgroup level */ in cgroup_rstat_push_children() local
169 grandchild->rstat_flush_next = ghead; in cgroup_rstat_push_children()
170 ghead = grandchild; in cgroup_rstat_push_children()
177 if (ghead) { in cgroup_rstat_push_children()
178 chead = ghead; in cgroup_rstat_push_children()
179 ghead = NULL; in cgroup_rstat_push_children()

Completed in 12 milliseconds