Home
last modified time | relevance | path

Searched full:collapse (Results 1 – 25 of 114) sorted by relevance

12345

/linux/tools/testing/selftests/mm/
H A Dkhugepaged.c57 void (*collapse)(const char *msg, char *p, int nr_hpages, member
312 * The latter is ineligible for collapse by MADV_COLLAPSE in alloc_hpage()
374 printf("Creating %s for collapse%s...", finfo.path, in file_setup_area()
391 printf("Opening %s read only for collapse...", finfo.path); in file_setup_area()
443 finfo.fd = memfd_create("khugepaged-selftest-collapse-shmem", 0); in shmem_setup_area()
595 .collapse = &khugepaged_collapse,
601 .collapse = &madvise_collapse,
651 c->collapse("Collapse multiple fully populated PTE table", p, nr_hpages, in collapse_full()
662 c->collapse("Do not collapse empty PTE table", p, 1, ops, false); in collapse_empty()
672 c->collapse("Collapse PTE table with single PTE entry present", p, in collapse_single_pte_entry()
[all …]
H A Dcow.c1250 /* Collapse before actually COW-sharing the page. */ in do_test_anon_thp_collapse()
1313 * able to actually collapse. in do_test_anon_thp_collapse()
1324 /* Collapse before anyone modified the COW-shared page. */
1391 * collapse") might easily get COW handling wrong when not collapsing in run_anon_thp_test_cases()
1398 /* Basic COW test, but collapse after COW-sharing a full THP. */ in run_anon_thp_test_cases()
1404 * Basic COW test, but collapse after COW-sharing the lower half of a in tests_per_anon_thp_test_case()
1412 * Basic COW test, but collapse after COW-sharing the upper half of a in test_cow()
/linux/include/uapi/linux/
H A Dfalloc.h26 * Attempting to collapse a range that crosses the end of the file is
28 * to collapse a range that crosses EOF.
76 * to say that it cannot be used with the punch, zero, collapse, or
/linux/tools/testing/selftests/rcutorture/bin/
H A Dkcsan-collapse.sh4 # If this was a KCSAN run, collapse the reports in the various console.log
7 # Usage: kcsan-collapse.sh resultsdir
H A Dkvm-end-run-stats.sh34 kcsan-collapse.sh "$rundir" | tee -a "$rundir/log"
/linux/lib/
H A Dassoc_array.c1043 * Subtree collapse to node iterator.
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
1151 * leaves in it, then attempt to collapse it - and attempt to in assoc_array_delete()
1152 * recursively collapse up the tree. in assoc_array_delete()
1154 * We could also try and collapse in partially filled subtrees to take in assoc_array_delete()
1177 /* Look further up the tree to see if we can collapse this node in assoc_array_delete()
[all …]
/linux/mm/
H A Dkhugepaged.c81 * default collapse hugepages if there is at least one pte mapped like
85 * Note that these are only respected if collapse was initiated by khugepaged.
246 * max_ptes_none controls if khugepaged should collapse hugepages over
679 * If collapse was initiated by khugepaged, check that there is in __collapse_huge_page_isolate()
989 * Bring missing pages in from swap, to complete THP collapse.
1144 * that case. Continuing to collapse causes inconsistency. in collapse_huge_page()
1329 * Don't collapse the page if any of the small in hpage_collapse_scan_pmd()
1397 * But such case is ephemeral we could always retry collapse in hpage_collapse_scan_pmd()
1408 * If collapse was initiated by khugepaged, check that there is in hpage_collapse_scan_pmd()
1487 * collapse_pte_mapped_thp - Try to collapse a pte-mapped THP for mm at
[all …]
/linux/drivers/clk/qcom/
H A Dgdsc.h21 * @collapse_ctrl: APCS collapse-vote register
22 * @collapse_mask: APCS collapse-vote mask
/linux/tools/testing/selftests/net/
H A Dnat6to4.bpf.c115 sum4 = (sum4 & 0xFFFF) + (sum4 >> 16); // collapse u32 into range 1 .. 0x1FFFE in sched_cls_ingress6_nat_6_prog()
116 sum4 = (sum4 & 0xFFFF) + (sum4 >> 16); // collapse any potential carry into u16 in sched_cls_ingress6_nat_6_prog()
189 sum4 = (sum4 & 0xFFFF) + (sum4 >> 16); // collapse u32 into range 1 .. 0x1FFFE in sched_cls_egress4_snat4_prog()
190 sum4 = (sum4 & 0xFFFF) + (sum4 >> 16); // collapse any potential carry into u16 in sched_cls_egress4_snat4_prog()
/linux/fs/ext4/
H A Dextents_status.h105 * collapse range operation. Page invalidation requires a decrease in the
115 * collapse range operation. The necessary information is also present
/linux/drivers/net/ipa/
H A Dipa_power.h28 * ipa_power_retention() - Control register retention on power collapse
/linux/drivers/net/wireless/ath/ath11k/
H A Dpci.h22 /* register to wake the UMAC from power collapse */
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,rpm-master-stats.yaml17 and total system-wide power collapse) are first made at Master-level, and
/linux/arch/powerpc/mm/book3s64/
H A Dhash_pgtable.c236 * in case of subpage collapse. When we collapse normal pages in hash__pmdp_collapse_flush()
255 * hence wait for collapse to complete. Without this in hash__pmdp_collapse_flush()
/linux/Documentation/devicetree/bindings/pinctrl/
H A Drenesas,rzn1-pinctrl.yaml71 These identifiers collapse the IO Multiplex Configuration Level 1
/linux/Documentation/sphinx-static/
H A Dtheme_overrides.css69 * - Sequences of whitespace should collapse into a single whitespace.
/linux/drivers/net/wireless/ath/ath12k/
H A Dpci.h22 /* register to wake the UMAC from power collapse */
/linux/tools/include/uapi/asm-generic/
H A Dmman-common.h80 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */
/linux/include/uapi/asm-generic/
H A Dmman-common.h80 #define MADV_COLLAPSE 25 /* Synchronous hugepage collapse */
/linux/drivers/media/platform/qcom/venus/
H A Dhfi_venus.c950 dev_warn(dev, "setting hw power collapse ON failed (%d)\n", in venus_sys_set_default_properties()
1487 dev_err(dev, "prepare for power collapse fail (%d)\n", ret); in venus_suspend_1xx()
1589 * Power collapse sequence for Venus 3xx and 4xx versions: in venus_suspend_3xx()
1593 * 2. Send a command to prepare for power collapse. in venus_suspend_3xx()
1605 dev_err(dev, "prepare for power collapse fail (%d)\n", ret); in venus_suspend_3xx()
/linux/tools/perf/ui/
H A Dhist.c516 .collapse = hpp__nop_cmp, \
530 .collapse = hpp__nop_cmp, \
543 .collapse = hpp__nop_cmp, \
/linux/drivers/soc/qcom/
H A Drpmh-internal.h103 * @cpus_in_pm: Number of CPUs not in idle power collapse.
/linux/drivers/media/platform/verisilicon/
H A Dhantro_h1_jpeg_enc.c93 * DO NOT collapse the below two "for" loops into one. in hantro_h1_jpeg_enc_set_qtable()
/linux/tools/perf/ui/browsers/
H A Dannotate-data.c541 "e Expand/Collapse current entry\n" in annotated_data_browser__run()
542 "E Expand/Collapse all children of the current\n" in annotated_data_browser__run()
/linux/Documentation/admin-guide/cifs/
H A Dtodo.rst24 perhaps addition of new optional SMB3.1.1 fsctls to make collapse range

12345