Home
last modified time | relevance | path

Searched full:populate (Results 1 – 25 of 1407) sorted by relevance

12345678910>>...57

/kernel/linux/linux-5.10/tools/testing/selftests/vm/
Dcharge_reserved_hugetlb.sh150 local populate="$3"
181 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
202 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then
214 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
266 local populate="$2"
290 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test" "$size" "$populate" \
396 for populate in "" "-o"; do
407 if [[ "$method" == 2"" ]] && [[ "$populate" == "-o" ]]; then
420 echo private=$private, populate=$populate, method=$method, reserve=$reserve
421 run_test 5 "$populate" "" 10 10 10 "$method" "$private" "0" "$reserve"
[all …]
Dwrite_to_hugetlbfs.c73 int populate = 0; in main() local
101 populate = 1; in main()
139 if (!populate) in main()
173 (populate ? MAP_POPULATE : 0) | in main()
187 MAP_HUGETLB | (populate ? MAP_POPULATE : 0) | in main()
Dwrite_hugetlb_memory.sh7 populate=$2
22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
Dcharge_reserved_hugetlb.sh153 local populate="$3"
184 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
205 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then
217 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
269 local populate="$2"
293 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test" "$size" "$populate" \
399 for populate in "" "-o"; do
410 if [[ "$method" == 2"" ]] && [[ "$populate" == "-o" ]]; then
423 echo private=$private, populate=$populate, method=$method, reserve=$reserve
424 run_test 5 "$populate" "" 10 10 10 "$method" "$private" "0" "$reserve"
[all …]
Dwrite_to_hugetlbfs.c75 int populate = 0; in main() local
103 populate = 1; in main()
141 if (!populate) in main()
175 (populate ? MAP_POPULATE : 0) | in main()
189 MAP_HUGETLB | (populate ? MAP_POPULATE : 0) | in main()
Dwrite_hugetlb_memory.sh7 populate=$2
22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
Dvidtv_channel.h10 * Their services will be concatenated to populate the SDT.
11 * Their programs will be concatenated to populate the PAT
12 * Their events will be concatenated to populate the EIT
35 * Their services will be concatenated to populate the SDT.
36 * Their programs will be concatenated to populate the PAT
48 * @streams: A stream loop used to populate the PMT section for 'program'
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_channel.h10 * Their services will be concatenated to populate the SDT.
11 * Their programs will be concatenated to populate the PAT
12 * Their events will be concatenated to populate the EIT
35 * Their services will be concatenated to populate the SDT.
36 * Their programs will be concatenated to populate the PAT
48 * @streams: A stream loop used to populate the PMT section for 'program'
/kernel/linux/linux-5.10/arch/riscv/mm/
Dkasan_init.c52 static void __init populate(void *start, void *end) in populate() function
94 * Populate all kernel virtual address space with kasan_early_shadow_page in kasan_init()
101 /* Populate the linear mapping */ in kasan_init()
109 populate(kasan_mem_to_shadow(start), kasan_mem_to_shadow(end)); in kasan_init()
112 /* Populate kernel, BPF, modules mapping */ in kasan_init()
/kernel/linux/linux-6.6/Documentation/driver-api/
Dmailbox.rst30 Populate mbox_chan_ops, except peek_data() all are mandatory.
93 /* Populate non-blocking mode client */
103 /* Populate blocking mode client */
114 /* Populate data packet */
121 /* Populate data packet */
/kernel/linux/linux-5.10/Documentation/driver-api/
Dmailbox.rst30 Populate mbox_chan_ops, except peek_data() all are mandatory.
93 /* Populate non-blocking mode client */
103 /* Populate blocking mode client */
114 /* Populate data packet */
121 /* Populate data packet */
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/alderlaken/
Dcache.json162 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency …
174 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency …
186 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency …
198 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency …
210 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency …
222 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency …
234 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency …
246 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency …
265 …t PEBS enabled. If PEBS is enabled and a PEBS record is generated, will populate PEBS Latency and …
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
Dintel_vdsc.c376 /* Populate PICTURE_PARAMETER_SET_0 registers */ in intel_dsc_pps_configure()
417 /* Populate PICTURE_PARAMETER_SET_1 registers */ in intel_dsc_pps_configure()
441 /* Populate PICTURE_PARAMETER_SET_2 registers */ in intel_dsc_pps_configure()
466 /* Populate PICTURE_PARAMETER_SET_3 registers */ in intel_dsc_pps_configure()
491 /* Populate PICTURE_PARAMETER_SET_4 registers */ in intel_dsc_pps_configure()
516 /* Populate PICTURE_PARAMETER_SET_5 registers */ in intel_dsc_pps_configure()
541 /* Populate PICTURE_PARAMETER_SET_6 registers */ in intel_dsc_pps_configure()
568 /* Populate PICTURE_PARAMETER_SET_7 registers */ in intel_dsc_pps_configure()
593 /* Populate PICTURE_PARAMETER_SET_8 registers */ in intel_dsc_pps_configure()
618 /* Populate PICTURE_PARAMETER_SET_9 registers */ in intel_dsc_pps_configure()
[all …]
/kernel/linux/linux-5.10/drivers/bus/
Darm-integrator-lm.c50 /* First populate the syscon then any devices */ in integrator_lm_populate()
52 dev_info(dev, "populate module @0x%08x from DT\n", in integrator_lm_populate()
56 dev_err(dev, "failed to populate module\n"); in integrator_lm_populate()
/kernel/linux/linux-6.6/drivers/bus/
Darm-integrator-lm.c50 /* First populate the syscon then any devices */ in integrator_lm_populate()
52 dev_info(dev, "populate module @0x%08x from DT\n", in integrator_lm_populate()
56 dev_err(dev, "failed to populate module\n"); in integrator_lm_populate()
/kernel/linux/linux-6.6/arch/alpha/include/uapi/asm/
Dmman.h29 #define MAP_POPULATE 0x20000 /* populate (prefault) pagetables */
74 #define MADV_POPULATE_READ 22 /* populate (prefault) page tables readable */
75 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */
/kernel/linux/linux-6.6/tools/include/uapi/asm-generic/
Dmman-common.h26 #define MAP_POPULATE 0x008000 /* populate (prefault) pagetables */
75 #define MADV_POPULATE_READ 22 /* populate (prefault) page tables readable */
76 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */
/kernel/linux/linux-6.6/arch/parisc/include/uapi/asm/
Dmman.h23 #define MAP_POPULATE 0x10000 /* populate (prefault) pagetables */
68 #define MADV_POPULATE_READ 22 /* populate (prefault) page tables readable */
69 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */
/kernel/linux/linux-5.10/arch/s390/mm/
Dkasan_init.c384 * | vmalloc_size | \ |shallow populate| in kasan_early_init()
386 * | 2Gb | \|shallow populate| in kasan_early_init()
389 /* populate kasan shadow (for identity mapping and zero page mapping) */ in kasan_early_init()
395 /* shallowly populate kasan shadow for vmalloc and modules */ in kasan_early_init()
399 /* populate kasan shadow for untracked memory */ in kasan_early_init()
408 /* populate identity mapping */ in kasan_early_init()
/kernel/linux/linux-6.6/include/uapi/asm-generic/
Dmman-common.h27 #define MAP_POPULATE 0x008000 /* populate (prefault) pagetables */
79 #define MADV_POPULATE_READ 22 /* populate (prefault) page tables readable */
80 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h52 * surface/buffer object validation, populate FIFO commands and command
69 * @post_prepare: Populate fifo for resource preparation.
83 * @pre_clip: Populate fifo before clip.
96 * @clip: Populate fifo for clip.
98 * This is where to populate clips for surface copy/dma or blit commands
112 * @post_clip: Populate fifo after clip.
114 * This is where to populate display unit update commands or blit
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.h51 * surface/buffer object validation, populate FIFO commands and command
68 * @post_prepare: Populate fifo for resource preparation.
82 * @pre_clip: Populate fifo before clip.
95 * @clip: Populate fifo for clip.
97 * This is where to populate clips for surface copy/dma or blit commands
111 * @post_clip: Populate fifo after clip.
113 * This is where to populate display unit update commands or blit
/kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/
Dbioscfg.c625 /* Populate attribute data */ in hp_add_other_attributes()
696 pr_debug("Failed to populate integer package data. Error [0%0x]\n", in hp_init_bios_package_attribute()
1008 pr_debug("Failed to populate string type attributes\n"); in hp_init()
1012 pr_debug("Failed to populate integer type attributes\n"); in hp_init()
1016 pr_debug("Failed to populate enumeration type attributes\n"); in hp_init()
1020 pr_debug("Failed to populate ordered list object type attributes\n"); in hp_init()
1024 pr_debug("Failed to populate password object type attributes\n"); in hp_init()
1029 pr_debug("Failed to populate secure platform object type attribute\n"); in hp_init()
1034 pr_debug("Failed to populate sure start object type attribute\n"); in hp_init()
/kernel/linux/linux-6.6/arch/xtensa/include/uapi/asm/
Dmman.h54 #define MAP_POPULATE 0x10000 /* populate (prefault) pagetables */
109 #define MADV_POPULATE_READ 22 /* populate (prefault) page tables readable */
110 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */
/kernel/linux/linux-6.6/arch/mips/include/uapi/asm/
Dmman.h47 #define MAP_POPULATE 0x10000 /* populate (prefault) pagetables */
101 #define MADV_POPULATE_READ 22 /* populate (prefault) page tables readable */
102 #define MADV_POPULATE_WRITE 23 /* populate (prefault) page tables writable */

12345678910>>...57