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.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()
H A Dlinked_list.h53 private(A) struct bpf_list_head ghead __contains(foo, node2);
/linux/kernel/cgroup/
H A Drstat.c203 struct cgroup_subsys_state *ghead = NULL; /* Head of grandchild css level */ in css_rstat_push_children() local
247 grandchild->rstat_flush_next = ghead; in css_rstat_push_children()
248 ghead = grandchild; in css_rstat_push_children()
255 if (ghead) { in css_rstat_push_children()
256 cnext = ghead; in css_rstat_push_children()
257 ghead = NULL; in css_rstat_push_children()