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.h58 #define __COMPAT_scx_bpf_dsq_move_set_slice(it__iter, slice) \ argument
65 #define __COMPAT_scx_bpf_dsq_move_set_vtime(it__iter, vtime) \ argument
72 #define __COMPAT_scx_bpf_dsq_move(it__iter, p, dsq_id, enq_flags) \ argument
79 #define __COMPAT_scx_bpf_dsq_move_vtime(it__iter, p, dsq_id, enq_flags) \ argument
101 #define scx_bpf_dispatch_from_dsq_set_slice(it__iter, slice) \ argument
104 #define scx_bpf_dispatch_from_dsq_set_vtime(it__iter, vtime) \ argument
107 #define scx_bpf_dispatch_from_dsq(it__iter, p, dsq_id, enq_flags) ({ \ argument
112 #define scx_bpf_dispatch_vtime_from_dsq(it__iter, p, dsq_id, enq_flags) ({ \ argument
117 #define __COMPAT_scx_bpf_dispatch_from_dsq_set_slice(it__iter, slice) \ argument
120 #define __COMPAT_scx_bpf_dispatch_from_dsq_set_vtime(it__iter, vtime) \ argument
[all …]
/linux/kernel/sched/
H A Dext.c5600 __bpf_kfunc void scx_bpf_dsq_move_set_slice(struct bpf_iter_scx_dsq *it__iter, in scx_bpf_dsq_move_set_slice()
5619 __bpf_kfunc void scx_bpf_dsq_move_set_vtime(struct bpf_iter_scx_dsq *it__iter, in scx_bpf_dsq_move_set_vtime()
5652 __bpf_kfunc bool scx_bpf_dsq_move(struct bpf_iter_scx_dsq *it__iter, in scx_bpf_dsq_move()
5677 __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.c169 bpf_iter_testmod_seq_value(int val,struct bpf_iter_testmod_seq * it__iter) bpf_iter_testmod_seq_value() argument