Searched refs:SCX_KICK_PREEMPT (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/sched_ext/ |
| H A D | scx_central.bpf.c | 131 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS() 251 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS() 273 scx_bpf_kick_cpu(central_cpu, SCX_KICK_PREEMPT); in BPF_STRUCT_OPS() 328 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 | 42 SCX_ENUM_SET(skel, scx_kick_flags, SCX_KICK_PREEMPT); \
|
| H A D | enums.autogen.bpf.h | 110 #define SCX_KICK_PREEMPT __SCX_KICK_PREEMPT macro
|
| /linux/kernel/sched/ |
| H A D | ext_internal.h | 1207 SCX_KICK_PREEMPT = 1LLU << 1, enumerator
|
| H A D | ext.c | 7727 WRITE_ONCE(v, SCX_ENQ_WAKEUP | SCX_DEQ_SLEEP | SCX_KICK_PREEMPT | in init_sched_ext_class() 8587 if (unlikely(flags & (SCX_KICK_PREEMPT | SCX_KICK_WAIT))) in scx_kick_cpu() 8601 if (flags & SCX_KICK_PREEMPT) in scx_kick_cpu()
|