Home
last modified time | relevance | path

Searched defs:bpf_list_push_front (Results 1 – 2 of 2) sorted by relevance

/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