Home
last modified time | relevance | path

Searched refs:CALCULATE_LOAD_TASKS (Results 1 – 1 of 1) sorted by relevance

/DragonOS/kernel/src/sched/
H A Dmod.rs53 static CALCULATE_LOAD_TASKS: AtomicUsize = AtomicUsize::new(0); constant
584 CALCULATE_LOAD_TASKS.fetch_add(delta, Ordering::SeqCst); in calculate_global_load_tick()