/Linux-v5.10/lib/ |
D | assoc_array.c | 1049 struct assoc_array_delete_collapse_context *collapse = iterator_data; in assoc_array_delete_collapse_iterator() local 1051 if (leaf == collapse->skip_leaf) in assoc_array_delete_collapse_iterator() 1054 BUG_ON(collapse->slot >= ASSOC_ARRAY_FAN_OUT); in assoc_array_delete_collapse_iterator() 1056 collapse->node->slots[collapse->slot++] = assoc_array_leaf_to_ptr(leaf); in assoc_array_delete_collapse_iterator() 1083 struct assoc_array_delete_collapse_context collapse; in assoc_array_delete() local 1220 collapse.node = new_n0; in assoc_array_delete() 1221 collapse.skip_leaf = assoc_array_ptr_to_leaf(edit->dead_leaf); in assoc_array_delete() 1222 collapse.slot = 0; in assoc_array_delete() 1226 &collapse); in assoc_array_delete() 1227 pr_devel("collapsed %d,%lu\n", collapse.slot, new_n0->nr_leaves_on_branch); in assoc_array_delete() [all …]
|
/Linux-v5.10/tools/perf/ui/ |
D | hist.c | 469 .collapse = hpp__nop_cmp, \ 483 .collapse = hpp__nop_cmp, \ 496 .collapse = hpp__nop_cmp, \
|
/Linux-v5.10/Documentation/sphinx-static/ |
D | theme_overrides.css | 78 * - Sequences of whitespace should collapse into a single whitespace.
|
/Linux-v5.10/tools/testing/selftests/rcutorture/bin/ |
D | kvm.sh | 510 kcsan-collapse.sh $resdir/$ds
|
/Linux-v5.10/Documentation/userspace-api/media/v4l/ |
D | standard.rst | 35 Composite input may collapse standards, enumerating "PAL-B/G/H/I",
|
/Linux-v5.10/drivers/gpu/drm/amd/display/ |
D | TODO | 20 Could you collapse everything into struct dc_stream?
|
/Linux-v5.10/tools/perf/util/ |
D | hist.h | 269 int64_t (*collapse)(struct perf_hpp_fmt *fmt, member
|
D | hist.c | 1278 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse() 1460 cmp = fmt->collapse(fmt, iter, he); in hierarchy_insert_entry() 2390 cmp = fmt->collapse(fmt, he, pair); in add_dummy_hierarchy_entry() 2456 cmp = fmt->collapse(fmt, iter, he); in hists__find_hierarchy_entry()
|
D | sort.c | 1926 hse->hpp.collapse = __sort__hpp_collapse; in __sort_dimension__alloc_hpp() 2275 hde->hpp.collapse = __sort__hde_cmp; in __alloc_dynamic_entry()
|
/Linux-v5.10/arch/arm64/boot/dts/qcom/ |
D | sdm630.dtsi | 219 idle-state-name = "pwr-power-collapse"; 238 idle-state-name = "perf-power-collapse";
|
D | msm8998.dtsi | 311 idle-state-name = "little-power-collapse"; 330 idle-state-name = "big-power-collapse";
|
D | qcs404.dtsi | 103 idle-state-name = "standalone-power-collapse";
|
D | msm8916.dtsi | 177 idle-state-name = "standalone-power-collapse";
|
D | msm8996.dtsi | 114 idle-state-name = "standalone-power-collapse";
|
/Linux-v5.10/Documentation/admin-guide/mm/ |
D | transhuge.rst | 224 processes. Exceeding the number would block the collapse:: 312 a range of pages to collapse into one huge page and has
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/dlink/ |
D | dl2k.rst | 253 reduce congestion collapse and overload which
|
/Linux-v5.10/tools/perf/ |
D | builtin-diff.c | 1747 fmt->collapse = hist_entry__cmp_nop; in data__hpp_register() 1848 fmt->collapse = hist_entry__cmp_nop; in ui_init()
|
D | builtin-c2c.c | 1731 fmt->collapse = dim->se ? c2c_se_collapse : dim->cmp; in get_format()
|
/Linux-v5.10/net/ipv4/ |
D | fib_trie.c | 686 static struct key_vector *collapse(struct trie *t, in collapse() function 905 return collapse(t, tn); in resize()
|
/Linux-v5.10/Documentation/networking/ |
D | snmp_counter.rst | 1005 the reclaiming method is 'collapse', which means allocate a big sbk, 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'.
|
/Linux-v5.10/Documentation/bpf/ |
D | btf.rst | 221 Currently, both pahole and llvm collapse multidimensional array into
|
/Linux-v5.10/tools/power/pm-graph/ |
D | sleepgraph.py | 4033 table {width:100%;border-collapse: collapse;border:1px solid;}\n\
|
/Linux-v5.10/Documentation/filesystems/ |
D | fscrypt.rst | 392 encrypted files, e.g. via "collapse range" or "insert range".
|