Home
last modified time | relevance | path

Searched refs:sorted (Results 1 – 25 of 96) sorted by relevance

1234

/Linux-v4.19/tools/perf/util/
Drb_resort.h76 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/
Ddebug.c34 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/
Dcheckkconfigsymbols.py160 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):
Ddiffconfig128 new = sorted(b.keys())
/Linux-v4.19/tools/hv/
Dlsvmbus69 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/
DCore.py35 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/
DKconfig3 # Please keep this list sorted alphabetically
/Linux-v4.19/Documentation/kbuild/
Dkconfig.txt173 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/
DToDo1 ToDos sorted by priority:
/Linux-v4.19/tools/perf/scripts/python/
Dsyscall-counts.py62 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
Dsctop.py73 for id, val in sorted(syscalls.iteritems(), key = lambda(k, v): (v, k), \
Dsyscall-counts-by-pid.py72 for id, val in sorted(syscalls[comm][pid].iteritems(), \
Dfailed-syscalls-by-pid.py77 …for ret, val in sorted(syscalls[comm][pid][id].iteritems(), key = lambda(k, v): (v, k), reverse =…
Dmem-phys-addr.py46 for mem_type, count in sorted(load_mem_type_cnt.most_common(), \
Devent_analyzing_sample.py190 print ' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())])
Dintel-pt-events.py31 print ' '.join(['%s=%s'%(k,str(v))for k,v in sorted(event_fields_dict.items())])
/Linux-v4.19/Documentation/devicetree/bindings/display/msm/
Ddpu.txt34 - 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/
Ds3c-rtc.txt21 a "rtc_src" sorted in the same order as the clocks property.
/Linux-v4.19/
D.gitignore10 # Normal rules (sorted alphabetically)
/Linux-v4.19/fs/cramfs/
Dinode.c763 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/
Dnfs4acl.c376 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/
Dufs-hisi.txt14 - clock-names : List of clock input name strings sorted in the same
/Linux-v4.19/Documentation/devicetree/bindings/display/exynos/
Dexynos-mic.txt15 - clock-names: list of clock names sorted in the same order as the clocks
Dexynos5433-decon.txt20 - clock-names: list of clock names sorted in the same order as the clocks
Dexynos7-decon.txt27 - clock-names: list of clock names sorted in the same order as the clocks

1234