Searched refs:descending (Results 1 – 15 of 15) sorted by relevance
| /linux/ |
| A D | Kbuild | 5 # Prepare global headers and check sanity before descending into sub-directories 76 # Ordinary directory descending
|
| /linux/Documentation/devicetree/bindings/dma/ |
| A D | snps,dma-spear1340.yaml | 75 (first free allocated), while one - descending (last free allocated). 84 descending priority (the last channel has the highest priority).
|
| /linux/kernel/trace/ |
| A D | tracing_map.h | 154 bool descending; member
|
| A D | trace_events_hist.c | 4699 int descending, ret = 0; in create_sort_keys() local 4738 descending = is_descending(tr, field_str); in create_sort_keys() 4739 if (descending < 0) { in create_sort_keys() 4740 ret = descending; in create_sort_keys() 4743 sort_key->descending = descending; in create_sort_keys() 4760 descending = is_descending(tr, field_str); in create_sort_keys() 4761 if (descending < 0) { in create_sort_keys() 4762 ret = descending; in create_sort_keys() 4765 sort_key->descending = descending; in create_sort_keys() 6048 if (sort_key->descending) in event_hist_trigger_print() [all …]
|
| A D | tracing_map.c | 884 if (sort_key->descending) in cmp_entries_sum() 916 if (sort_key->descending) in cmp_entries_key()
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| A D | gpio-charger.yaml | 49 this order). The tuples must be provided in descending order of the
|
| /linux/Documentation/security/tpm/ |
| A D | tpm_tis.rst | 33 Pending localities are served in order by the chip in descending order, one at
|
| /linux/Documentation/cpu-freq/ |
| A D | cpufreq-stats.rst | 99 and so can be sorted (ascending or descending) or unsorted. The output here
|
| /linux/Documentation/devicetree/bindings/sound/ |
| A D | cirrus,cs42l42.yaml | 147 This is an array of descending values for the comparator voltage,
|
| /linux/mm/ |
| A D | mm_init.c | 1761 bool descending; in free_area_init() local 1770 descending = arch_has_descending_max_zone_pfns(); in free_area_init() 1773 if (descending) in free_area_init()
|
| /linux/Documentation/networking/ |
| A D | fib_trie.rst | 145 descending into dead ends. Look for "HL_OPTIMIZE" sections in the code.
|
| /linux/Documentation/security/ |
| A D | siphash.rst | 87 is to simply arrange the members of the struct in descending order of size,
|
| /linux/Documentation/trace/ |
| A D | histogram.rst | 128 .descending' to the sort key. 427 the 'sort' parameter, along with the 'descending' modifier:: 429 # echo 'hist:key=call_site.sym:val=bytes_req:sort=bytes_req.descending' > \ 433 …# trigger info: hist:keys=call_site.sym:vals=bytes_req:sort=bytes_req.descending:size=2048 [active] 470 # echo 'hist:key=call_site.sym-offset:val=bytes_req:sort=bytes_req.descending' > \ 474 …# trigger info: hist:keys=call_site.sym-offset:vals=bytes_req:sort=bytes_req.descending:size=2048 … 507 allocated in a descending order:: 509 # echo 'hist:keys=call_site.sym:values=bytes_req,bytes_alloc:sort=bytes_alloc.descending' > \ 513 …# trigger info: hist:keys=call_site.sym:vals=bytes_req,bytes_alloc:sort=bytes_alloc.descending:siz… 661 # echo 'hist:key=common_pid.execname:val=count:sort=count.descending' > \ [all …]
|
| /linux/Documentation/kbuild/ |
| A D | makefiles.rst | 23 It builds these goals by recursively descending into the subdirectories of 218 See also `List directories to visit when descending`_. 258 descending into subdirectories. It is a good fit when you know they 1257 before descending down in the subdirectories. 1262 List directories to visit when descending
|
| /linux/Documentation/netlabel/ |
| A D | draft-ietf-cipso-ipsecurity-01.txt | 416 descending order. Valid values for categories are 0 to 65534. Category
|
Completed in 53 milliseconds