Searched defs:right_max (Results 1 - 1 of 1) sorted by path

/drivers/staging/lustre/lustre/ldlm/
H A Dinterval_tree.c236 __u64 left_max, right_max; local
240 right_max = node->in_right ? node->in_right->in_max_high : 0;
242 max_u64(left_max, right_max));
489 __u64 left_max, right_max; local
493 right_max = node->in_right ? node->in_right->in_max_high : 0;
495 max_u64(left_max, right_max));

Completed in 56 milliseconds