Searched refs:SCX_KICK_PREEMPT (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/sched_ext/ |
| H A D | scx_central.bpf.c | 130 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS() 212 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS() 234 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS() 289 scx_bpf_kick_cpu(cpu, SCX_KICK_PREEMPT); in central_timerfn()
|
| H A D | scx_pair.bpf.c | 489 scx_bpf_kick_cpu(*pair, SCX_KICK_PREEMPT); in try_dispatch() 525 scx_bpf_kick_cpu(*pair, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS() 554 scx_bpf_kick_cpu(*pair, SCX_KICK_PREEMPT | SCX_KICK_WAIT); in BPF_STRUCT_OPS()
|
| /linux/tools/sched_ext/include/scx/ |
| H A D | enums.autogen.h | 40 SCX_ENUM_SET(skel, scx_kick_flags, SCX_KICK_PREEMPT); \
|
| H A D | enums.autogen.bpf.h | 104 #define SCX_KICK_PREEMPT __SCX_KICK_PREEMPT macro
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 1007 SCX_KICK_PREEMPT = 1LLU << 1, enumerator
|
| H A D | ext.c | 5844 WRITE_ONCE(v, SCX_ENQ_WAKEUP | SCX_DEQ_SLEEP | SCX_KICK_PREEMPT | in init_sched_ext_class() 6601 if (unlikely(flags & (SCX_KICK_PREEMPT | SCX_KICK_WAIT))) in scx_kick_cpu() 6615 if (flags & SCX_KICK_PREEMPT) in scx_kick_cpu()
|