Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/sched/
Dcpudeadline.c15 static inline int left_child(int i) in left_child() function
32 if (left_child(idx) >= cp->size) in cpudl_heapify_down()
39 l = left_child(idx); in cpudl_heapify_down()
/linux-6.12.1/rust/kernel/
Drbtree.rs432 let left_child = unsafe { (*node).rb_left }; in cursor_lower_bound() localVariable
455 node = left_child; in cursor_lower_bound()