Searched defs:runnable (Results 1 – 9 of 9) sorted by relevance
/linux-6.14.4/kernel/sched/ |
D | pelt.c | 103 unsigned long load, unsigned long runnable, int running) in accumulate_sum() 181 unsigned long load, unsigned long runnable, int running) in ___update_load_sum()
|
D | ext.c | 338 void (*runnable)(struct task_struct *p, u64 enq_flags); member 6048 static void sched_ext_ops__stopping(struct task_struct *p, bool runnable) {} in sched_ext_ops__stopping()
|
D | fair.c | 2054 unsigned long runnable; member 7267 unsigned int runnable; in cpu_runnable_without() local 8006 unsigned long runnable; in cpu_util() local
|
/linux-6.14.4/tools/testing/selftests/sched_ext/ |
D | select_cpu_vtime.bpf.c | 67 bool runnable) in BPF_STRUCT_OPS()
|
D | maximal.bpf.c | 42 void BPF_STRUCT_OPS(maximal_stopping, struct task_struct *p, bool runnable) in BPF_STRUCT_OPS()
|
/linux-6.14.4/tools/sched_ext/ |
D | scx_simple.bpf.c | 110 void BPF_STRUCT_OPS(simple_stopping, struct task_struct *p, bool runnable) in BPF_STRUCT_OPS()
|
D | scx_flatcg.bpf.c | 416 static void update_active_weight_sums(struct cgroup *cgrp, bool runnable) in update_active_weight_sums() 539 void BPF_STRUCT_OPS(fcg_stopping, struct task_struct *p, bool runnable) in BPF_STRUCT_OPS()
|
D | scx_central.bpf.c | 246 void BPF_STRUCT_OPS(central_stopping, struct task_struct *p, bool runnable) in BPF_STRUCT_OPS()
|
/linux-6.14.4/drivers/gpu/drm/panthor/ |
D | panthor_sched.c | 241 struct list_head runnable[PANTHOR_CSG_PRIORITY_COUNT]; member
|