/openbmc/linux/tools/perf/util/ |
H A D | rb_resort.h | 15 * fields to be present in each of the entries in the new, sorted, rb_tree. 19 * the rb_tree used as a source for the entries to be sorted: 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); \ [all …]
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | test_toastertable_ui.py | 33 the sorted class on it. 37 selector = 'thead a.sorted' 72 # set up two builds which will order differently when sorted by 95 'table should be sorted by "Completed on" by default') 104 'table should be sorted by -completed_on') 123 'table should be sorted by "Started on"') 131 'table should be sorted by started_on') 143 'table should be sorted by "Completed on" after hiding sort column') 151 'table should be sorted by -completed_on')
|
/openbmc/linux/drivers/md/bcache/ |
H A 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()
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-hypothesis/ |
H A D | test_binary_search.py | 32 """Take a list ls and a value v such that ls is sorted and v is comparable 37 1. ls.insert(i, v) is sorted 38 2. ls.insert(j, v) is not sorted for j < i 79 """Is this list sorted?""" 90 SortedLists = st.lists(Values).map(sorted) 94 # The problem is that Hypothesis will only generate long sorted lists with very 102 that inserting the value provided at that index would result in a sorted
|
/openbmc/linux/include/linux/ |
H A D | util_macros.h | 8 * find_closest - locate the closest element in a sorted array 10 * @a: The array in which to look for the closest element. Must be sorted 38 * find_closest_descending - locate the closest element in a sorted array 40 * @a: The array in which to look for the closest element. Must be sorted 44 * Similar to find_closest() but 'a' is expected to be sorted in descending
|
/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/ |
H A D | sort-pmuevents.py | 66 # should end up as the last element in the sorted list, which 72 # a sorted() iteration of the keys. We don't care about the order we read 73 # things, just the sorted order. Hency why we couldn't create these during 79 for i in sorted(entry_dict.keys()): 84 for f in sorted(entry_dict[i]['fields'].keys()): 87 # dump the sorted elements to the outfile
|
/openbmc/linux/Documentation/admin-guide/mm/damon/ |
H A 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.
|
/openbmc/openbmc/poky/meta/recipes-core/ovmf/ovmf/ |
H A D | 0004-reproducible.patch | 100 + self.ResultFileList = sorted([str(T.Target) for T in MyAgo.CodaTargetList]) 109 + for Cmd in sorted(self.GenFfsList): 118 + for SecOutputFile, SecDepsFile, SecCmd in sorted(self.FfsOutputFileList): 148 + for Type in sorted(self._AutoGenObject.Targets): 151 + for T in sorted(self._AutoGenObject.Targets[Type]): 164 + AsBuiltInfDict['binary_item'] = sorted(AsBuiltInfDict['binary_item']) 174 + SaveFileOnChange(self.TimeStampPath, "\n".join(sorted(FileSet)), False)
|
/openbmc/openbmc/poky/scripts/contrib/ |
H A D | list-packageconfig-flags.py | 39 for pn in sorted(pkg_pn): 69 pkg_dict[pkgname] = sorted(pkgconfigflags.keys()) 97 for pkgname in sorted(pkg_dict): 109 for flag in sorted(flag_dict): 110 print('%-*s%s' % (flag_len, flag, ' '.join(sorted(flag_dict[flag]))))
|
/openbmc/openbmc-build-scripts/scripts/ |
H A D | generate-html-index.py | 35 # Created a sorted list of sub-directories in this directory 36 l_dirs = sorted( 45 # Create a sorted list of files in this directory 46 l_files = sorted(
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | siggen.py | 49 return dict(_set_object=list(sorted(obj))) 386 for dep in sorted(self.runtaskdeps[tid]): 389 for (f, cs) in sorted(self.file_checksum_values[tid], key=clean_checksum_file_path): 449 data['runtaskdeps'] = [dep[0] for dep in sorted(self.runtaskdeps[tid])] 451 for f,cs in sorted(self.file_checksum_values[tid], key=clean_checksum_file_path): 1043 …ependencies changed{color_default} from:\n%s\nto:\n%s") % (sorted(a_data['taskdeps']), sorted(b_da… 1050 for dep in sorted(changed): 1055 for dep in sorted(added): 1058 for dep in sorted(removed): 1064 for dep in sorted(changed): [all …]
|
H A D | data.py | 90 for key in sorted(todolist): 183 keys = sorted((key for key in d.keys() if not key.startswith("__")), key=isfunc) 186 for key in sorted(keys): 210 for key in sorted(keys): 222 for dep in sorted(deps): 269 for k in sorted(contains): 273 for item in sorted(contains[k]): 283 for r in sorted(removes): 430 alldeps = sorted(seen)
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | layer-overview.py | 29 machines = sorted(p for p in layer.glob("conf/machine/*.conf")) 36 recipes = sorted((p for p in layer.glob("recipes-*/*/*.bb")), key=lambda p:p.name) 63 sublayers = sorted(p for p in base.glob("meta-*") if is_layer(p))
|
/openbmc/linux/net/ceph/ |
H A D | striper.c | 48 * Return the last extent with given objno (@object_extents is sorted 93 * Map a file extent to a sorted list of object extents. 104 * To keep @object_extents sorted, successive calls to this function 106 * are mapped using the same @object_extents must be sorted). 160 WARN(1, "%s: object_extents list not sorted!\n", in ceph_file_to_extents() 205 * Reverse map an object extent to a sorted list of file extents.
|
/openbmc/openbmc/poky/scripts/ |
H A D | buildstats-diff | 46 subpaths = sorted(glob.glob(path + '/*')) 82 for name, val in sorted(diff.new.items()): 88 for name, val in sorted(diff.dropped.items()): 95 for name, val in sorted(diff.rchanged.items()): 103 for name, val in sorted(diff.vchanged.items()): 111 for name, val in sorted(diff.echanged.items()): 176 tasks_diff = sorted(tasks_diff, key=attrgetter(field), reverse=reverse)
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-sortedcontainers_2.4.0.bb | 1 SUMMARY = "Sorted Containers is an Apache2 licensed sorted collections library, written in pure-Pyt…
|
/openbmc/openbmc/poky/documentation/tools/ |
H A D | update-documentation-conf | 98 for dkey in sorted(infos.keys()): 116 for dkey in sorted(infos.keys()): 122 # List is sorted, so we're done 135 for key in sorted(infos.keys()):
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/conf/include/ |
H A D | ptest-packagelists-meta-multimedia.inc | 2 # Lists of the ptest in meta-multimedia, sorted into two sets by the time they take 3 # Please keep these sorted in alphabetical order
|
/openbmc/openbmc/meta-openembedded/meta-filesystems/conf/include/ |
H A D | ptest-packagelists-meta-filesystems.inc | 2 # Lists of the ptest in meta-filesystems, sorted into two sets by the time they take 3 # Please keep these sorted in alphabetical order
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | pkgdata.py | 81 pkglist = sorted(result.output.split()) 89 pkglist = sorted(result.output.split()) 97 pkglist = sorted(result.output.split()) 101 pkglist = sorted(result.output.split()) 105 pkglist = sorted(result.output.split()) 109 pkglist = sorted(result.output.split()) 209 self.assertEqual(sorted(result.output.split()), sorted(desiredresult))
|
/openbmc/openbmc/poky/meta/lib/oeqa/manual/ |
H A D | toaster-unmanaged-mode.json | 56 "expected_results": "Build targets are sorted out by the \"Completed on\". " 185 …"action": "Observe that the fields are sorted as follows (with the indicated items greyed) \n \n… 193 …olumn header is in bold, it has a down-arrow icon, and that the table is sorted by this column in … 271 … in the table are \"File\" and \"Size\" \n * Observe that the table is sorted by \"File\" in asc… 275 … are: \n \"Package, Version, Size\" \n * Observe that the table is sorted by Package in asce… 305 …"action": "Make sure that by default the \"Recipes\" table is sorted by \"Recipe\" in ascending al… 309 …on in web-browser to go back to the \"Recipes\" table it should still be sorted by \"Section\". \… 317 …on\" column by \"Edit columns\". Make sure that the \"Recipes\" table is sorted by \"Recipe\" in a… 321 …sorted by the sorting criteria selected when the search query was submitted. \nSort recipes by \"s… 405 … * Click the \"Edit Columns\" button. \n * Observe that the fields are sorted as follows (with t… [all …]
|
/openbmc/openbmc/meta-openembedded/meta-networking/conf/include/ |
H A D | ptest-packagelists-meta-networking.inc | 2 # Lists of the ptest in meta-networking, sorted into two sets by the time they take 3 # Please keep these sorted in alphabetical order
|
/openbmc/linux/kernel/kcsan/ |
H A D | debugfs.c | 47 bool sorted; /* if elements are sorted */ member 112 if (!report_filterlist.sorted) { in kcsan_skip_report_debugfs() 115 report_filterlist.sorted = true; in kcsan_skip_report_debugfs() 184 report_filterlist.sorted = false; in insert_report_filterlist()
|
/openbmc/linux/tools/mm/ |
H A D | slabinfo-gnuplot.sh | 14 # and generate graphs (totals, slabs sorted by size, slabs sorted 152 `cat "$in" | grep -A "$lines" 'Slabs sorted by loss' |\ 161 `cat "$in" | grep -A "$lines" 'Slabs sorted by size' |\
|
/openbmc/openbmc-build-scripts/tools/ |
H A D | owners | 141 for o in sorted(matcher.owners): 144 for r in sorted(matcher.reviewers): 162 for o in sorted(matcher.owners): 164 for r in sorted(matcher.reviewers):
|