Searched defs:runnable (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/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 | 317 void (*runnable)(struct task_struct *p, u64 enq_flags); member 5551 static void stopping_stub(struct task_struct *p, bool runnable) {} in stopping_stub()
|
D | fair.c | 2037 unsigned long runnable; member 7277 unsigned int runnable; in cpu_runnable_without() local 8016 unsigned long runnable; in cpu_util() local
|
/linux-6.12.1/tools/testing/selftests/sched_ext/ |
D | select_cpu_vtime.bpf.c | 67 bool runnable) in BPF_STRUCT_OPS()
|
D | maximal.bpf.c | 40 void BPF_STRUCT_OPS(maximal_stopping, struct task_struct *p, bool runnable) in BPF_STRUCT_OPS()
|
/linux-6.12.1/tools/sched_ext/ |
D | scx_simple.bpf.c | 115 void BPF_STRUCT_OPS(simple_stopping, struct task_struct *p, bool runnable) in BPF_STRUCT_OPS()
|
D | scx_flatcg.bpf.c | 419 static void update_active_weight_sums(struct cgroup *cgrp, bool runnable) in update_active_weight_sums() 542 void BPF_STRUCT_OPS(fcg_stopping, struct task_struct *p, bool runnable) in BPF_STRUCT_OPS()
|
D | scx_central.bpf.c | 251 void BPF_STRUCT_OPS(central_stopping, struct task_struct *p, bool runnable) in BPF_STRUCT_OPS()
|
/linux-6.12.1/drivers/gpu/drm/panthor/ |
D | panthor_sched.c | 239 struct list_head runnable[PANTHOR_CSG_PRIORITY_COUNT]; member
|