| /Linux-v6.1/tools/testing/selftests/vm/ |
| D | khugepaged.c | 65 void (*collapse)(const char *msg, char *p, int nr_hpages, member 900 .collapse = &khugepaged_collapse, 906 .collapse = &madvise_collapse, 951 c->collapse("Collapse multiple fully populated PTE table", p, nr_hpages, in collapse_full() 962 c->collapse("Do not collapse empty PTE table", p, 1, ops, false); in collapse_empty() 972 c->collapse("Collapse PTE table with single PTE entry present", p, in collapse_single_pte_entry() 996 c->collapse("Maybe collapse with max_ptes_none exceeded", p, 1, in collapse_max_ptes_none() 1002 c->collapse("Collapse with max_ptes_none PTEs empty", p, 1, ops, in collapse_max_ptes_none() 1031 c->collapse("Collapse with swapping in single PTE entry", p, 1, ops, in collapse_swapin_single_pte() 1058 c->collapse("Maybe collapse with max_ptes_swap exceeded", p, 1, ops, in collapse_max_ptes_swap() [all …]
|
| /Linux-v6.1/lib/ |
| D | assoc_array.c | 1048 struct assoc_array_delete_collapse_context *collapse = iterator_data; in assoc_array_delete_collapse_iterator() local 1050 if (leaf == collapse->skip_leaf) in assoc_array_delete_collapse_iterator() 1053 BUG_ON(collapse->slot >= ASSOC_ARRAY_FAN_OUT); in assoc_array_delete_collapse_iterator() 1055 collapse->node->slots[collapse->slot++] = assoc_array_leaf_to_ptr(leaf); in assoc_array_delete_collapse_iterator() 1082 struct assoc_array_delete_collapse_context collapse; in assoc_array_delete() local 1219 collapse.node = new_n0; in assoc_array_delete() 1220 collapse.skip_leaf = assoc_array_ptr_to_leaf(edit->dead_leaf); in assoc_array_delete() 1221 collapse.slot = 0; in assoc_array_delete() 1225 &collapse); in assoc_array_delete() 1226 pr_devel("collapsed %d,%lu\n", collapse.slot, new_n0->nr_leaves_on_branch); in assoc_array_delete() [all …]
|
| /Linux-v6.1/tools/testing/selftests/rcutorture/bin/ |
| D | kvm-end-run-stats.sh | 35 kcsan-collapse.sh "$rundir" | tee -a "$rundir/log"
|
| D | torture.sh | 448 …TORTURE_KCONFIG_KCSAN_ARG=1 tools/testing/selftests/rcutorture/bin/kcsan-collapse.sh tools/testing…
|
| /Linux-v6.1/tools/perf/ui/ |
| D | hist.c | 469 .collapse = hpp__nop_cmp, \ 483 .collapse = hpp__nop_cmp, \ 496 .collapse = hpp__nop_cmp, \
|
| /Linux-v6.1/Documentation/sphinx-static/ |
| D | theme_overrides.css | 69 * - Sequences of whitespace should collapse into a single whitespace.
|
| /Linux-v6.1/rust/alloc/ |
| D | slice.rs | 1151 while let Some(r) = collapse(&runs) { in merge_sort() 1185 fn collapse(runs: &[Run]) -> Option<usize> { in merge_sort() function
|
| /Linux-v6.1/drivers/gpu/drm/amd/display/ |
| D | TODO | 20 Could you collapse everything into struct dc_stream?
|
| /Linux-v6.1/Documentation/userspace-api/media/v4l/ |
| D | standard.rst | 35 Composite input may collapse standards, enumerating "PAL-B/G/H/I",
|
| /Linux-v6.1/tools/perf/util/ |
| D | hist.h | 281 int64_t (*collapse)(struct perf_hpp_fmt *fmt, member
|
| D | hist.c | 1289 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse() 1471 cmp = fmt->collapse(fmt, iter, he); in hierarchy_insert_entry() 2411 cmp = fmt->collapse(fmt, he, pair); in add_dummy_hierarchy_entry() 2477 cmp = fmt->collapse(fmt, iter, he); in hists__find_hierarchy_entry()
|
| D | sort.c | 2259 hse->hpp.collapse = __sort__hpp_collapse; in __sort_dimension__alloc_hpp() 2610 hde->hpp.collapse = __sort__hde_cmp; in __alloc_dynamic_entry()
|
| /Linux-v6.1/Documentation/admin-guide/mm/ |
| D | transhuge.rst | 231 processes. Exceeding the number would block the collapse:: 319 a range of pages to collapse into one huge page and has
|
| /Linux-v6.1/arch/arm64/boot/dts/qcom/ |
| D | sc8280xp.dtsi | 365 idle-state-name = "little-rail-power-collapse"; 375 idle-state-name = "big-rail-power-collapse"; 387 idle-state-name = "cluster-power-collapse";
|
| D | sm8350.dtsi | 237 idle-state-name = "silver-rail-power-collapse"; 247 idle-state-name = "gold-rail-power-collapse"; 259 idle-state-name = "cluster-power-collapse";
|
| D | sdm630.dtsi | 230 idle-state-name = "pwr-power-collapse"; 249 idle-state-name = "perf-power-collapse";
|
| D | msm8998.dtsi | 273 idle-state-name = "little-power-collapse"; 294 idle-state-name = "big-power-collapse";
|
| D | sm8450.dtsi | 217 idle-state-name = "silver-rail-power-collapse"; 227 idle-state-name = "gold-rail-power-collapse"; 249 idle-state-name = "cluster-power-collapse";
|
| D | sm8150.dtsi | 259 idle-state-name = "little-rail-power-collapse"; 269 idle-state-name = "big-rail-power-collapse"; 281 idle-state-name = "cluster-power-collapse";
|
| D | qcs404.dtsi | 103 idle-state-name = "standalone-power-collapse";
|
| D | sdm845.dtsi | 407 idle-state-name = "little-rail-power-collapse"; 417 idle-state-name = "big-rail-power-collapse"; 429 idle-state-name = "cluster-power-collapse";
|
| /Linux-v6.1/Documentation/networking/device_drivers/ethernet/dlink/ |
| D | dl2k.rst | 253 reduce congestion collapse and overload which
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-diff.c | 1748 fmt->collapse = hist_entry__cmp_nop; in data__hpp_register() 1849 fmt->collapse = hist_entry__cmp_nop; in ui_init()
|
| /Linux-v6.1/net/ipv4/ |
| D | fib_trie.c | 687 static struct key_vector *collapse(struct trie *t, in collapse() function 906 return collapse(t, tn); in resize()
|
| /Linux-v6.1/Documentation/networking/ |
| D | snmp_counter.rst | 1005 the reclaiming method is 'collapse', which means allocate a big skb, 1012 counter, the TCP stack will try to collapse the out of order queue and 1023 After 'collapse' and discard packets from the out of order queue, if 1029 This counter indicates how many skbs are freed during 'collapse'.
|