/Linux-v6.1/tools/perf/util/ |
D | rb_resort.h | 76 static void __name##_sorted__insert(struct __name##_sorted *sorted, \ 79 struct rb_node **p = &sorted->entries.rb_node, *parent = NULL; \ 88 rb_insert_color(sorted_nd, &sorted->entries); \ 91 static void __name##_sorted__sort(struct __name##_sorted *sorted, \ 97 struct __name##_sorted_entry *snd = &sorted->nd[i++]; \ 99 __name##_sorted__insert(sorted, &snd->rb_node); \ 106 struct __name##_sorted *sorted; \ 107 sorted = malloc(sizeof(*sorted) + sizeof(sorted->nd[0]) * nr_entries); \ 108 if (sorted) { \ 109 sorted->entries = RB_ROOT; \ [all …]
|
/Linux-v6.1/drivers/md/bcache/ |
D | debug.c | 34 struct bset *ondisk, *sorted, *inmemory; in bch_btree_verify() local 44 sorted = b->c->verify_data->keys.set->data; in bch_btree_verify() 57 bch_bio_map(bio, sorted); in bch_btree_verify() 62 memcpy(ondisk, sorted, KEY_SIZE(&v->key) << 9); in bch_btree_verify() 65 sorted = v->keys.set->data; in bch_btree_verify() 67 if (inmemory->keys != sorted->keys || in bch_btree_verify() 69 sorted->start, in bch_btree_verify() 81 bch_dump_bset(&v->keys, sorted, 0); in bch_btree_verify() 95 if (inmemory->d[j] != sorted->d[j]) in bch_btree_verify()
|
/Linux-v6.1/tools/lib/traceevent/Documentation/ |
D | libtraceevent-event_list.txt | 7 Get list of events, sorted by given criteria. 28 sorted by the _sort_type_ criteria. The last element of the array is NULL. 68 /* Failed to get the events, sorted by ID */ 71 /* walk through the list of the events, sorted by ID */ 79 /* Failed to get the events, sorted by name */ 82 /* walk through the list of the events, sorted by name */
|
/Linux-v6.1/kernel/kcsan/ |
D | debugfs.c | 47 bool sorted; /* if elements are sorted */ member 53 .sorted = false, 118 if (!report_filterlist.sorted) { in kcsan_skip_report_debugfs() 121 report_filterlist.sorted = true; in kcsan_skip_report_debugfs() 186 report_filterlist.sorted = false; in insert_report_filterlist()
|
/Linux-v6.1/Documentation/admin-guide/mm/damon/ |
D | lru_sort.rst | 16 systems, LRU lists are normally not proactively sorted but partially and 17 reactively sorted for special events including specific user requests, system 225 Number of hot memory regions that tried to be LRU-sorted. 230 Total bytes of hot memory regions that tried to be LRU-sorted. 235 Number of hot memory regions that successfully be LRU-sorted. 240 Total bytes of hot memory regions that successfully be LRU-sorted. 250 Number of cold memory regions that tried to be LRU-sorted. 255 Total bytes of cold memory regions that tried to be LRU-sorted. 260 Number of cold memory regions that successfully be LRU-sorted. 265 Total bytes of cold memory regions that successfully be LRU-sorted.
|
/Linux-v6.1/drivers/gpu/drm/i915/gt/uc/ |
D | selftest_guc_multi_lrc.c | 14 struct intel_engine_cs *sorted[MAX_ENGINE_INSTANCE + 1]; in logical_sort() local 20 sorted[i] = engines[j]; in logical_sort() 25 memcpy(*engines, *sorted, in logical_sort()
|
/Linux-v6.1/scripts/ |
D | checkkconfigsymbols.py | 162 for symbol in sorted(undefined_b): 165 files = sorted(undefined_b.get(symbol)) 169 files = sorted(undefined_b.get(symbol) - 182 for symbol in sorted(undefined): 185 files = sorted(undefined.get(symbol)) 362 for symbol in sorted(referenced_symbols):
|
D | diffconfig | 128 new = sorted(b.keys())
|
/Linux-v6.1/drivers/comedi/drivers/ni_routing/tools/ |
D | convert_csv_to_c.py | 40 D0 = sorted(D0.items(), key=lambda i: eval(i[0], comedi_h.__dict__, Locals)) 43 D1 = sorted(D1_D.items(), key=lambda i: eval(i[0], comedi_h.__dict__, Locals)) 89 D0 = sorted(D0.items(), key=lambda i: eval(i[0], comedi_h.__dict__, Locals)) 233 sheets = sorted(self.items(), key=lambda i : tuple(i[0].split('-')[::-1]) ) 421 sheets = sorted(self.items(), key=lambda i : i[0] )
|
D | convert_py_to_csv.py | 23 fieldnames = [value_to_name[i] for i in sorted(D.keys())] 31 S = sorted(S.items(), key = lambda src_destD : src_destD[0])
|
D | make_blank_csv.py | 20 fieldnames = [sig for sig_val, sig in sorted(value_to_name.items())]
|
/Linux-v6.1/tools/hv/ |
D | lsvmbus | 71 chn_vp_mapping = sorted( 91 vmbus_dev_list = sorted(vmbus_dev_list, key=lambda d: int(d.vmbus_id))
|
/Linux-v6.1/Documentation/devicetree/bindings/spi/ |
D | spi-sprd.txt | 11 - clocks: List of clock input name strings sorted in the same order 20 sorted in the same order as the dma-names property.
|
/Linux-v6.1/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | Core.py | 35 for idx in sorted(flag_fields[event_name][field_name]['values']): 52 for idx in sorted(symbolic_fields[event_name][field_name]['values']):
|
/Linux-v6.1/tools/verification/dot2/ |
D | automata.py | 107 states = sorted(set(states)) 140 return sorted(set(events))
|
/Linux-v6.1/drivers/gpu/drm/hisilicon/ |
D | Kconfig | 4 # Please keep this list sorted alphabetically
|
/Linux-v6.1/Documentation/kbuild/ |
D | kconfig.rst | 198 When searching, symbols are sorted thus: 200 - first, exact matches, sorted alphabetically (an exact match 202 - then, other matches, sorted alphabetically. 209 of which only ATH5K and ATH9K match exactly and so are sorted 211 sorted in alphabetical order.
|
/Linux-v6.1/tools/power/pm-graph/ |
D | sleepgraph.py | 456 for name in sorted(out): 583 for i in sorted(self.tracefuncs): 636 for arg in sorted(args): 667 for i in sorted(args): 681 for name in sorted(self.kprobes): 1007 for dev in sorted(props): 1043 for dev in sorted(props): 1103 for key in sorted(before): 1504 return sorted(self.dmesg, key=lambda k:self.dmesg[k]['order']) 1507 for phase in sorted(self.dmesg.keys()): [all …]
|
/Linux-v6.1/tools/perf/scripts/python/ |
D | syscall-counts.py | 63 for id, val in sorted(syscalls.items(),
|
D | sctop.py | 81 for id, val in sorted(syscalls.items(),
|
D | syscall-counts-by-pid.py | 73 for id, val in sorted(syscalls[comm][pid].items(),
|
D | failed-syscalls-by-pid.py | 78 …for ret, val in sorted(syscalls[comm][pid][id].items(), key = lambda kv: (kv[1], kv[0]), reverse =…
|
D | mem-phys-addr.py | 49 for mem_type, count in sorted(load_mem_type_cnt.most_common(), \
|
/Linux-v6.1/arch/arm64/tools/ |
D | cpucaps | 3 # Internal CPU capabilities constants, keep this list sorted
|
/Linux-v6.1/tools/cgroup/ |
D | memcg_shrinker.py | 47 shrinkers = sorted(shrinkers, reverse = True, key = lambda x: x[0])
|