Searched refs:get_heap_comp_val (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/fs/ubifs/ |
D | lprops.c | 38 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() function 70 val1 = get_heap_comp_val(lprops, cat); in move_up_lpt_heap() 75 val2 = get_heap_comp_val(heap->arr[ppos], cat); in move_up_lpt_heap() 104 val1 = get_heap_comp_val(lprops, cat); in adjust_lpt_heap() 109 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 121 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 135 val2 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap() 139 val3 = get_heap_comp_val(heap->arr[cpos + 1], in adjust_lpt_heap() 155 val3 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap() 194 val1 = get_heap_comp_val(lprops, cat); in add_to_lpt_heap() [all …]
|