Searched refs:val1 (Results 1 – 3 of 3) sorted by relevance
/fs/ubifs/ |
D | lprops.c | 65 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/ocfs2/ |
D | ocfs2_trace.h | 110 TP_PROTO(int val1, int val2), \ 111 TP_ARGS(val1, val2)) 129 TP_PROTO(unsigned int val1, int val2), \ 130 TP_ARGS(val1, val2)) 148 TP_PROTO(unsigned int val1, unsigned int val2), \ 149 TP_ARGS(val1, val2)) 167 TP_PROTO(unsigned long long val1, unsigned int val2), \ 168 TP_ARGS(val1, val2)) 186 TP_PROTO(unsigned long long val1, int val2), \ 187 TP_ARGS(val1, val2)) [all …]
|
/fs/orangefs/ |
D | orangefs-sysfs.c | 596 int val1, val2; in sysfs_service_op_store() local 597 rc = sscanf(buf, "%d %d", &val1, &val2); in sysfs_service_op_store() 602 if ((val1 >= 0) && (val2 >= 0)) { in sysfs_service_op_store() 609 new_op->upcall.req.param.u.value32[0] = val1; in sysfs_service_op_store()
|