Home
last modified time | relevance | path

Searched refs:val1 (Results 1 – 2 of 2) sorted by relevance

/fs/ubifs/
Dlprops.c65 int val1, val2, hpos; in move_up_lpt_heap() local
70 val1 = get_heap_comp_val(lprops, cat); in move_up_lpt_heap()
76 if (val2 >= val1) in move_up_lpt_heap()
102 int val1, val2, val3, cpos; in adjust_lpt_heap() local
104 val1 = get_heap_comp_val(lprops, cat); in adjust_lpt_heap()
110 if (val1 > val2) { in adjust_lpt_heap()
122 if (val1 <= val2) in adjust_lpt_heap()
136 if (val1 < val2) { in adjust_lpt_heap()
156 if (val1 < val3) { in adjust_lpt_heap()
185 int cpos, val1, val2; in add_to_lpt_heap() local
[all …]
/fs/xfs/support/
Dktrace.c139 void *val1, in ktrace_enter() argument
173 ktep->val[1] = val1; in ktrace_enter()