Searched defs:left_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
239 left_max = node->in_left ? node->in_left->in_max_high : 0;
242 max_u64(left_max, right_max));
489 __u64 left_max, right_max; local
492 left_max = node->in_left ? node->in_left->in_max_high : 0;
495 max_u64(left_max, right_max));

Completed in 39 milliseconds