Home
last modified time | relevance | path

Searched refs:collapse (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H A Dkhugepaged.c56 void (*collapse)(const char *msg, char *p, int nr_hpages, member
608 * The latter is ineligible for collapse by MADV_COLLAPSE in alloc_hpage()
670 printf("Creating %s for collapse%s...", finfo.path, in file_setup_area()
687 printf("Opening %s read only for collapse...", finfo.path); in file_setup_area()
739 finfo.fd = memfd_create("khugepaged-selftest-collapse-shmem", 0); in shmem_setup_area()
891 .collapse = &khugepaged_collapse,
897 .collapse = &madvise_collapse,
942 c->collapse("Collapse multiple fully populated PTE table", p, nr_hpages, in collapse_full()
953 c->collapse("Do not collapse empt in collapse_empty()
[all...]
/kernel/linux/linux-5.10/lib/
H A Dassoc_array.c1044 * Subtree collapse to node iterator.
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
1152 * leaves in it, then attempt to collapse it - and attempt to in assoc_array_delete()
1153 * recursively collapse up the tree. in assoc_array_delete()
1155 * We could also try and collapse i in assoc_array_delete()
1226 &collapse); assoc_array_delete() local
[all...]
/kernel/linux/linux-6.6/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 i in assoc_array_delete()
1225 &collapse); assoc_array_delete() local
[all...]
/kernel/linux/linux-5.10/tools/perf/ui/
H A Dhist.c469 .collapse = hpp__nop_cmp, \
483 .collapse = hpp__nop_cmp, \
496 .collapse = hpp__nop_cmp, \
/kernel/linux/linux-6.6/tools/perf/ui/
H A Dhist.c472 .collapse = hpp__nop_cmp, \
486 .collapse = hpp__nop_cmp, \
499 .collapse = hpp__nop_cmp, \
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
H A Dkvm.sh510 kcsan-collapse.sh $resdir/$ds
/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.c1278 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse()
1343 * collapse the histogram
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()
H A Dhist.h269 int64_t (*collapse)(struct perf_hpp_fmt *fmt, member
H A Dsort.c1925 hse->hpp.collapse = __sort__hpp_collapse; in __sort_dimension__alloc_hpp()
2274 hde->hpp.collapse = __sort__hde_cmp; in __alloc_dynamic_entry()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dhist.c1307 cmp = fmt->collapse(fmt, left, right); in hist_entry__collapse()
1376 * collapse the histogram
1493 cmp = fmt->collapse(fmt, iter, he); in hierarchy_insert_entry()
2442 cmp = fmt->collapse(fmt, he, pair); in add_dummy_hierarchy_entry()
2508 cmp = fmt->collapse(fmt, iter, he); in hists__find_hierarchy_entry()
H A Dhist.h286 int64_t (*collapse)(struct perf_hpp_fmt *fmt, member
H A Dsort.c2430 hse->hpp.collapse = __sort__hpp_collapse; in __sort_dimension__alloc_hpp()
2799 hde->hpp.collapse = __sort__hde_cmp; in __alloc_dynamic_entry()
/kernel/linux/linux-6.6/tools/testing/selftests/rcutorture/bin/
H A Dtorture.sh607 TORTURE_KCONFIG_KCSAN_ARG=1 tools/testing/selftests/rcutorture/bin/kcsan-collapse.sh tools/testing/selftests/rcutorture/res/$ds > tools/testing/selftests/rcutorture/res/$ds/kcsan.sum
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-diff.c1747 fmt->collapse = hist_entry__cmp_nop; in data__hpp_register()
1848 fmt->collapse = hist_entry__cmp_nop; in ui_init()
H A Dbuiltin-c2c.c1731 fmt->collapse = dim->se ? c2c_se_collapse : dim->cmp; in get_format()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-diff.c1750 fmt->collapse = hist_entry__cmp_nop; in data__hpp_register()
1851 fmt->collapse = hist_entry__cmp_nop; in ui_init()
H A Dbuiltin-kvm.c410 fmt->collapse = dim->cmp; in get_format()
H A Dbuiltin-c2c.c1979 fmt->collapse = dim->se ? c2c_se_collapse : dim->cmp; in get_format()
/kernel/linux/linux-5.10/net/ipv4/
H A Dfib_trie.c686 static struct key_vector *collapse(struct trie *t, in collapse() function
905 return collapse(t, tn); in resize()
/kernel/linux/linux-6.6/net/ipv4/
H A Dfib_trie.c687 static struct key_vector *collapse(struct trie *t, in collapse() function
906 return collapse(t, tn); in resize()
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dsleepgraph.py4033 table {width:100%;border-collapse: collapse;border:1px solid;}\n\
/kernel/linux/linux-6.6/tools/power/pm-graph/
H A Dsleepgraph.py4290 table {width:100%;border-collapse: collapse;border:1px solid;}\n\

Completed in 69 milliseconds