Searched refs:get_heap_comp_val (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | lprops.c | 30 static int get_heap_comp_val(struct ubifs_lprops *lprops, int cat) in get_heap_comp_val() function 62 val1 = get_heap_comp_val(lprops, cat); in move_up_lpt_heap() 67 val2 = get_heap_comp_val(heap->arr[ppos], cat); in move_up_lpt_heap() 96 val1 = get_heap_comp_val(lprops, cat); in adjust_lpt_heap() 101 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 113 val2 = get_heap_comp_val(heap->arr[ppos], cat); in adjust_lpt_heap() 127 val2 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap() 131 val3 = get_heap_comp_val(heap->arr[cpos + 1], in adjust_lpt_heap() 147 val3 = get_heap_comp_val(heap->arr[cpos], cat); in adjust_lpt_heap() 186 val1 = get_heap_comp_val(lprops, cat); in add_to_lpt_heap() [all …]
|