Searched refs:descending (Results 1 - 4 of 4) sorted by relevance

/linux-master/kernel/trace/
H A Dtracing_map.h110 * descending order.
154 bool descending; member in struct:tracing_map_sort_key
H A Dtracing_map.c884 if (sort_key->descending)
916 if (sort_key->descending)
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 Dtrace_events_hist.c4683 if (strcmp(str, "descending") == 0)
4699 int descending, ret = 0; local
4738 descending = is_descending(tr, field_str);
4739 if (descending < 0) {
4740 ret = descending;
4743 sort_key->descending = descending;
4760 descending = is_descending(tr, field_str);
4761 if (descending < 0) {
4762 ret = descending;
[all...]
/linux-master/mm/
H A Dmm_init.c1731 * such cases we allow max_zone_pfn sorted in the descending order
1755 bool descending; local
1764 descending = arch_has_descending_max_zone_pfns();
1767 if (descending)

Completed in 285 milliseconds