Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c60 CHECK(global, pop_front, &ghead);
61 CHECK(global, pop_back, &ghead);
83 CHECK(global, push_front, &ghead, &f->node2);
84 CHECK(global, push_back, &ghead, &f->node2);
107 CHECK(kptr_global, op, &f1->lock, &ghead); \
111 CHECK(global_global, op, &glock2, &ghead); \
118 CHECK(map_global, op, &v->lock, &ghead); \
123 CHECK(inner_map_global, op, &iv->lock, &ghead); \
144 CHECK(kptr_global, op, &f1->lock, &ghead, &f->node2); \
148 CHECK(global_global, op, &glock2, &ghead, &f->node2); \
[all …]
H A Dlinked_list.c341 return clear_list(&glock, &ghead); in global_list_array_push_pop()
393 return test_list_push_pop(&glock, &ghead); in map_list_in_list()
453 ret = list_push_pop_multiple(&glock, &ghead, false);
456 return list_push_pop_multiple(&glock, &ghead, true);
488 return test_list_in_list(&glock, &ghead);
H A Dlinked_list.h53 private(A) struct bpf_list_head ghead __contains(foo, node2);
/linux/kernel/cgroup/
H A Drstat.c212 struct cgroup_subsys_state *ghead = NULL; /* Head of grandchild css level */ in css_rstat_push_children() local
256 grandchild->rstat_flush_next = ghead; in css_rstat_push_children()
257 ghead = grandchild; in css_rstat_push_children()
264 if (ghead) { in css_rstat_push_children()
265 cnext = ghead; in css_rstat_push_children()
266 ghead = NULL; in css_rstat_push_children()