Searched refs:rl1 (Results 1 – 2 of 2) sorted by relevance
196 def rl_union(rl1, rl2): argument198 for r in rl1:203 if (rl1 or rl2) and not ret:204 print "bug: merging %s + %s gives empty" %(rl1, rl2)
109 const locked_range_t *rl1 = (const locked_range_t *)arg1; in rangelock_compare() local112 return (TREE_CMP(rl1->lr_offset, rl2->lr_offset)); in rangelock_compare()