Home
last modified time | relevance | path

Searched defs:it__iter (Results 1 – 3 of 3) sorted by relevance

/linux/tools/sched_ext/include/scx/
H A Dcompat.bpf.h49 #define scx_bpf_dsq_move_set_slice(it__iter, slice) \ argument
56 #define scx_bpf_dsq_move_set_vtime(it__iter, vtime) \ argument
63 #define scx_bpf_dsq_move(it__iter, p, dsq_id, enq_flags) \ argument
70 #define scx_bpf_dsq_move_vtime(it__iter, p, dsq_id, enq_flags) \ argument
/linux/kernel/sched/
H A Dext.c6086 __bpf_kfunc void scx_bpf_dsq_move_set_slice(struct bpf_iter_scx_dsq *it__iter, in scx_bpf_dsq_move_set_slice()
6105 __bpf_kfunc void scx_bpf_dsq_move_set_vtime(struct bpf_iter_scx_dsq *it__iter, in scx_bpf_dsq_move_set_vtime()
6139 __bpf_kfunc bool scx_bpf_dsq_move(struct bpf_iter_scx_dsq *it__iter, in scx_bpf_dsq_move()
6164 __bpf_kfunc bool scx_bpf_dsq_move_vtime(struct bpf_iter_scx_dsq *it__iter, in scx_bpf_dsq_move_vtime()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c195 __bpf_kfunc s64 bpf_iter_testmod_seq_value(int val, struct bpf_iter_testmod_seq* it__iter) in bpf_iter_testmod_seq_value()