/Linux-v4.19/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-v4.19/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-v4.19/scripts/ |
D | checkkconfigsymbols.py | 160 for symbol in sorted(undefined_b): 163 files = sorted(undefined_b.get(symbol)) 167 files = sorted(undefined_b.get(symbol) - 180 for symbol in sorted(undefined): 183 files = sorted(undefined.get(symbol)) 360 for symbol in sorted(referenced_symbols):
|
D | diffconfig | 128 new = sorted(b.keys())
|
/Linux-v4.19/tools/hv/ |
D | lsvmbus | 69 chn_vp_mapping = sorted(chn_vp_mapping, 88 vmbus_dev_list = sorted(vmbus_dev_list, key = lambda d : int(d.vmbus_id))
|
/Linux-v4.19/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-v4.19/drivers/gpu/drm/hisilicon/ |
D | Kconfig | 3 # Please keep this list sorted alphabetically
|
/Linux-v4.19/Documentation/kbuild/ |
D | kconfig.txt | 173 When searching, symbols are sorted thus: 174 - first, exact matches, sorted alphabetically (an exact match 176 - then, other matches, sorted alphabetically. 180 of which only ATH5K and ATH9K match exactly and so are sorted 182 sorted in alphabetical order.
|
/Linux-v4.19/tools/power/cpupower/ |
D | ToDo | 1 ToDos sorted by priority:
|
/Linux-v4.19/tools/perf/scripts/python/ |
D | syscall-counts.py | 62 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
|
D | sctop.py | 73 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
|
D | syscall-counts-by-pid.py | 72 for id, val in sorted(syscalls[comm][pid].iteritems(), \
|
D | failed-syscalls-by-pid.py | 77 …for ret, val in sorted(syscalls[comm][pid][id].iteritems(), key = lambda(k, v): (v, k), reverse =…
|
D | mem-phys-addr.py | 46 for mem_type, count in sorted(load_mem_type_cnt.most_common(), \
|
D | event_analyzing_sample.py | 190 print ' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())])
|
D | intel-pt-events.py | 31 print ' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())])
|
/Linux-v4.19/Documentation/devicetree/bindings/display/msm/ |
D | dpu.txt | 34 - assigned-clock-rates: list of clock frequencies sorted in the same order as 66 - assigned-clock-rates: list of clock frequencies sorted in the same order as
|
/Linux-v4.19/Documentation/devicetree/bindings/rtc/ |
D | s3c-rtc.txt | 21 a "rtc_src" sorted in the same order as the clocks property.
|
/Linux-v4.19/ |
D | .gitignore | 10 # Normal rules (sorted alphabetically)
|
/Linux-v4.19/fs/cramfs/ |
D | inode.c | 763 int sorted; in cramfs_lookup() local 766 sorted = CRAMFS_SB(dir->i_sb)->flags & CRAMFS_FLAG_SORTED_DIRS; in cramfs_lookup() 777 if (sorted && (dentry->d_name.name[0] < name[0])) in cramfs_lookup() 806 if (sorted) in cramfs_lookup()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4acl.c | 376 int sorted = 0, i; in sort_pacl_range() local 380 while (!sorted) { in sort_pacl_range() 381 sorted = 1; in sort_pacl_range() 385 sorted = 0; in sort_pacl_range()
|
/Linux-v4.19/Documentation/devicetree/bindings/ufs/ |
D | ufs-hisi.txt | 14 - clock-names : List of clock input name strings sorted in the same
|
/Linux-v4.19/Documentation/devicetree/bindings/display/exynos/ |
D | exynos-mic.txt | 15 - clock-names: list of clock names sorted in the same order as the clocks
|
D | exynos5433-decon.txt | 20 - clock-names: list of clock names sorted in the same order as the clocks
|
D | exynos7-decon.txt | 27 - clock-names: list of clock names sorted in the same order as the clocks
|