Home
last modified time | relevance | path

Searched refs:bpf_list_push_front (Results 1 – 7 of 7) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dlinked_list_fail.c183 bpf_list_push_front(&ghead, NULL); in map_compat_kprobe()
190 bpf_list_push_front(&ghead, NULL); in map_compat_kretprobe()
197 bpf_list_push_front(&ghead, NULL); in map_compat_tp()
204 bpf_list_push_front(&ghead, NULL); in map_compat_perf()
211 bpf_list_push_front(&ghead, NULL); in map_compat_raw_tp()
218 bpf_list_push_front(&ghead, NULL); in map_compat_raw_tp_w()
389 bpf_list_push_front(&ghead, &f->node2); in use_after_unlock()
419 bpf_list_push_front(&ghead, &f->node2); in list_double_add()
420 bpf_list_push_front(&ghead, &f->node2); in list_double_add()
451 bpf_list_push_front(&ghead, p); in no_node_value_type()
[all …]
H A Dlinked_list.c58 bpf_list_push_front(head, &f->node2); in list_push_pop()
75 bpf_list_push_front(head, &f->node2); in list_push_pop()
135 bpf_list_push_front(head, &f[i]->node2); in list_push_pop_multiple()
136 bpf_list_push_front(head, &f[i + 1]->node2); in list_push_pop_multiple()
215 bpf_list_push_front(head, &f->node2); in list_in_list()
H A Drefcounted_kptr_fail.c125 bpf_list_push_front(&head, &node->list); in refcount_acquire_list_node_offset()
H A Drefcounted_kptr.c97 if (bpf_list_push_front(head, &m->l)) { in __insert_in_tree_and_list()
389 bpf_list_push_front(&head, &node_new->l); in rbtree_refcounted_node_ref_escapes()
411 bpf_list_push_front(head, &node_new->l); in rbtree_refcounted_node_ref_escapes_owning_input()
1020 bpf_list_push_front(head, &node_ref->l);
/linux/tools/sched_ext/include/scx/
H A Dcommon.bpf.h392 #define bpf_list_push_front(head, node) bpf_list_push_front_impl(head, node, NULL, 0) macro
/linux/kernel/bpf/
H A Dhelpers.c2539 __bpf_kfunc int bpf_list_push_front(struct bpf_list_head *head, in bpf_list_push_front() function
2554 return bpf_list_push_front(head, node, meta__ign, off); in bpf_list_push_front_impl()
4821 BTF_ID_FLAGS(func, bpf_list_push_front, KF_IMPLICIT_ARGS | KF_SPINLOCK_SAFE)
H A Dverifier.c11661 BTF_ID(func, bpf_list_push_front) in BTF_ID()