Searched refs:descending (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | qcom-vadc-common.c | 326 bool descending = 1; in qcom_vadc_map_voltage_temp() local 332 /* Check if table is descending or ascending */ in qcom_vadc_map_voltage_temp() 335 descending = 0; in qcom_vadc_map_voltage_temp() 339 if ((descending) && (pts[i].x < input)) { in qcom_vadc_map_voltage_temp() 341 /* value and table is descending, stop */ in qcom_vadc_map_voltage_temp() 343 } else if ((!descending) && in qcom_vadc_map_voltage_temp()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | tracing_map.h | 110 * descending order. 154 bool descending; member
|
H A D | trace_events_hist.c | 4007 if (strcmp(str, "descending") == 0) in is_descending() 4023 int descending, ret = 0; in create_sort_keys() local 4062 descending = is_descending(tr, field_str); in create_sort_keys() 4063 if (descending < 0) { in create_sort_keys() 4064 ret = descending; in create_sort_keys() 4067 sort_key->descending = descending; in create_sort_keys() 4084 descending = is_descending(tr, field_str); in create_sort_keys() 4085 if (descending < 0) { in create_sort_keys() 4086 ret = descending; in create_sort_keys() [all...] |
H A D | tracing_map.c | 884 if (sort_key->descending) in cmp_entries_sum() 916 if (sort_key->descending) in cmp_entries_key() 1062 * The sort_key has only two fields: idx and descending. 'idx' refers 1065 * 'descending' is a flag that if set reverses the sort order, which
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | tracing_map.h | 110 * descending order. 154 bool descending; member
|
H A D | tracing_map.c | 884 if (sort_key->descending) in cmp_entries_sum() 916 if (sort_key->descending) in cmp_entries_key() 1062 * The sort_key has only two fields: idx and descending. 'idx' refers 1065 * 'descending' is a flag that if set reverses the sort order, which
|
H A D | trace_events_hist.c | 4690 if (strcmp(str, "descending") == 0) in is_descending() 4706 int descending, ret = 0; in create_sort_keys() local 4745 descending = is_descending(tr, field_str); in create_sort_keys() 4746 if (descending < 0) { in create_sort_keys() 4747 ret = descending; in create_sort_keys() 4750 sort_key->descending = descending; in create_sort_keys() 4767 descending = is_descending(tr, field_str); in create_sort_keys() 4768 if (descending < 0) { in create_sort_keys() 4769 ret = descending; in create_sort_keys() [all...] |
/kernel/linux/linux-6.6/mm/ |
H A D | mm_init.c | 1784 * such cases we allow max_zone_pfn sorted in the descending order 1808 bool descending; in free_area_init() local 1817 descending = arch_has_descending_max_zone_pfns(); in free_area_init() 1820 if (descending) in free_area_init()
|
/kernel/linux/linux-5.10/mm/ |
H A D | page_alloc.c | 7599 * such cases we allow max_zone_pfn sorted in the descending order 7623 bool descending; in free_area_init() local 7632 descending = arch_has_descending_max_zone_pfns(); in free_area_init() 7635 if (descending) in free_area_init()
|
Completed in 33 milliseconds