Home
last modified time | relevance | path

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

12

/linux/lib/
A Dassoc_array.c1048 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/tools/testing/selftests/rcutorture/bin/
A Dkvm-end-run-stats.sh35 kcsan-collapse.sh "$rundir" | tee -a "$rundir/log"
A Dtorture.sh423 …TORTURE_KCONFIG_KCSAN_ARG=1 tools/testing/selftests/rcutorture/bin/kcsan-collapse.sh tools/testing…
/linux/tools/perf/ui/
A Dhist.c469 .collapse = hpp__nop_cmp, \
483 .collapse = hpp__nop_cmp, \
496 .collapse = hpp__nop_cmp, \
/linux/Documentation/sphinx-static/
A Dtheme_overrides.css78 * - Sequences of whitespace should collapse into a single whitespace.
/linux/Documentation/devicetree/bindings/pinctrl/
A Drenesas,rzn1-pinctrl.yaml68 These identifiers collapse the IO Multiplex Configuration Level 1
/linux/drivers/gpu/drm/amd/display/
A DTODO20 Could you collapse everything into struct dc_stream?
/linux/Documentation/userspace-api/media/v4l/
A Dstandard.rst35 Composite input may collapse standards, enumerating "PAL-B/G/H/I",
/linux/tools/perf/util/
A Dhist.c1284 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse()
1466 cmp = fmt->collapse(fmt, iter, he); in hierarchy_insert_entry()
2401 cmp = fmt->collapse(fmt, he, pair); in add_dummy_hierarchy_entry()
2467 cmp = fmt->collapse(fmt, iter, he); in hists__find_hierarchy_entry()
A Dhist.h276 int64_t (*collapse)(struct perf_hpp_fmt *fmt, member
A Dsort.c2081 hse->hpp.collapse = __sort__hpp_collapse; in __sort_dimension__alloc_hpp()
2430 hde->hpp.collapse = __sort__hde_cmp; in __alloc_dynamic_entry()
/linux/Documentation/admin-guide/mm/
A Dtranshuge.rst224 processes. Exceeding the number would block the collapse::
312 a range of pages to collapse into one huge page and has
/linux/tools/perf/
A Dbuiltin-diff.c1748 fmt->collapse = hist_entry__cmp_nop; in data__hpp_register()
1849 fmt->collapse = hist_entry__cmp_nop; in ui_init()
A Dbuiltin-c2c.c1744 fmt->collapse = dim->se ? c2c_se_collapse : dim->cmp; in get_format()
/linux/Documentation/networking/device_drivers/ethernet/dlink/
A Ddl2k.rst253 reduce congestion collapse and overload which
/linux/arch/arm64/boot/dts/qcom/
A Dsm8350.dtsi216 idle-state-name = "silver-rail-power-collapse";
226 idle-state-name = "gold-rail-power-collapse";
238 idle-state-name = "cluster-power-collapse";
A Dmsm8998.dtsi321 idle-state-name = "little-power-collapse";
342 idle-state-name = "big-power-collapse";
A Dsdm630.dtsi224 idle-state-name = "pwr-power-collapse";
243 idle-state-name = "perf-power-collapse";
A Dsm8150.dtsi259 idle-state-name = "little-rail-power-collapse";
269 idle-state-name = "big-rail-power-collapse";
281 idle-state-name = "cluster-power-collapse";
A Dqcs404.dtsi103 idle-state-name = "standalone-power-collapse";
A Dmsm8916.dtsi190 idle-state-name = "standalone-power-collapse";
A Dmsm8996.dtsi128 idle-state-name = "standalone-power-collapse";
/linux/net/ipv4/
A Dfib_trie.c686 static struct key_vector *collapse(struct trie *t, in collapse() function
905 return collapse(t, tn); in resize()
/linux/Documentation/networking/
A Dsnmp_counter.rst1005 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'.
/linux/Documentation/bpf/
A Dbtf.rst223 Currently, both pahole and llvm collapse multidimensional array into

Completed in 87 milliseconds

12