Searched defs:left_child (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/sched/ | ||
| H A D | cpudeadline.c | 16 static inline int left_child(int i) in left_child() function |
| /linux/rust/kernel/ | ||
| H A D | rbtree.rs | 502 let left_child = unsafe { (*node).rb_left }; find_best_match() localVariable |