/linux-6.14.4/tools/testing/selftests/mm/ |
D | charge_reserved_hugetlb.sh | 155 local populate="$3" 186 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 207 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then 219 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \ 271 local populate="$2" 295 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test" "$size" "$populate" \ 401 for populate in "" "-o"; do 412 if [[ "$method" == 2"" ]] && [[ "$populate" == "-o" ]]; then 425 echo private=$private, populate=$populate, method=$method, reserve=$reserve 426 run_test 5 "$populate" "" 10 10 10 "$method" "$private" "0" "$reserve" [all …]
|
D | write_to_hugetlbfs.c | 75 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()
|
D | write_hugetlb_memory.sh | 7 populate=$2 22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
|
/linux-6.14.4/drivers/media/test-drivers/vidtv/ |
D | vidtv_channel.h | 10 * 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'
|
/linux-6.14.4/drivers/gpu/drm/xe/ |
D | xe_migrate.h | 33 * @populate: Populate a command buffer or page-table with ptes. 43 * page-table system to populate command buffers or shared 46 void (*populate)(struct xe_migrate_pt_update *pt_update, member 61 * page-table system to populate command buffers or shared
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/dml2/ |
D | dml2_utils.h | 100 * and populate it. 101 * @context: To obtain and populate the res_ctx->pipe_ctx->rq_regs with DML outputs. 102 * @support : This structure has the DML intermediate outputs required to populate rq_regs. 110 * for populating rq, ttu and dlg param structures and populate it. 112 * @context : dc_state provides a handle to selectively populate pipe_ctx 113 * @out_new_hw_state: To obtain and populate the rq, dlg and ttu regs in
|
/linux-6.14.4/Documentation/driver-api/ |
D | mailbox.rst | 30 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 */
|
/linux-6.14.4/tools/perf/pmu-events/arch/x86/alderlaken/ |
D | cache.json | 182 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 195 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 208 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 221 …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 … 247 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 260 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 273 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 304 …t PEBS enabled. If PEBS is enabled and a PEBS record is generated, will populate PEBS Latency and …
|
/linux-6.14.4/drivers/bus/ |
D | arm-integrator-lm.c | 50 /* 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()
|
/linux-6.14.4/tools/include/uapi/asm-generic/ |
D | mman-common.h | 26 #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 */
|
/linux-6.14.4/arch/parisc/include/uapi/asm/ |
D | mman.h | 23 #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 */
|
/linux-6.14.4/include/uapi/asm-generic/ |
D | mman-common.h | 26 #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 */
|
/linux-6.14.4/arch/alpha/include/uapi/asm/ |
D | mman.h | 29 #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 */
|
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/ |
D | dc_spl_translate.c | 102 // Populate spl input basic input clip rect from plane state clip rect in translate_SPL_in_params_from_pipe_ctx() 104 // Populate spl input basic out src rect from stream src rect in translate_SPL_in_params_from_pipe_ctx() 106 // Populate spl input basic out dst rect from stream dst rect in translate_SPL_in_params_from_pipe_ctx() 110 // Populate spl input basic input src rect from plane state src rect in translate_SPL_in_params_from_pipe_ctx() 112 // Populate spl input basic input dst rect from plane state dst rect in translate_SPL_in_params_from_pipe_ctx()
|
/linux-6.14.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.h | 53 * surface/buffer object validation, populate FIFO commands and command 70 * @post_prepare: Populate fifo for resource preparation. 84 * @pre_clip: Populate fifo before clip. 97 * @clip: Populate fifo for clip. 99 * This is where to populate clips for surface copy/dma or blit commands 113 * @post_clip: Populate fifo after clip. 115 * This is where to populate display unit update commands or blit
|
/linux-6.14.4/drivers/platform/x86/hp/hp-bioscfg/ |
D | bioscfg.c | 624 /* Populate attribute data */ in hp_add_other_attributes() 694 pr_debug("Failed to populate integer package data. Error [0%0x]\n", in hp_init_bios_package_attribute() 1006 pr_debug("Failed to populate string type attributes\n"); in hp_init() 1010 pr_debug("Failed to populate integer type attributes\n"); in hp_init() 1014 pr_debug("Failed to populate enumeration type attributes\n"); in hp_init() 1018 pr_debug("Failed to populate ordered list object type attributes\n"); in hp_init() 1022 pr_debug("Failed to populate password object type attributes\n"); in hp_init() 1027 pr_debug("Failed to populate secure platform object type attribute\n"); in hp_init() 1032 pr_debug("Failed to populate sure start object type attribute\n"); in hp_init()
|
/linux-6.14.4/arch/mips/include/uapi/asm/ |
D | mman.h | 47 #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 */
|
/linux-6.14.4/drivers/gpu/drm/display/ |
D | drm_dp_aux_bus.c | 185 * of_dp_aux_populate_bus(). NOTE: since we only populate one child 223 * of_dp_aux_populate_bus() - Populate the endpoint device on the DP AUX 224 * @aux: The AUX channel whose device we want to populate. It is required that 230 * This will populate the device (expected to be an eDP panel) under the 330 * @aux: The AUX channel whose device we want to populate
|
/linux-6.14.4/mm/ |
D | mmap.c | 121 bool populate = false; in SYSCALL_DEFINE1() local 202 populate = true; in SYSCALL_DEFINE1() 208 if (populate) in SYSCALL_DEFINE1() 292 * @populate, which must be non-NULL, expecting the caller to actually perform 303 * populate behaviour, and who handle the mmap write lock themselves, should 326 * @populate: A pointer to a value which will be set to 0 if no population of 327 * the range is required, or the number of bytes to populate if it is. Must be 340 unsigned long pgoff, unsigned long *populate, in do_mmap() argument 346 *populate = 0; in do_mmap() 565 *populate = len; in do_mmap() [all …]
|
/linux-6.14.4/arch/xtensa/include/uapi/asm/ |
D | mman.h | 54 #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 */
|
/linux-6.14.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.c | 245 * dpu_format_populate_plane_sizes - populate non-address part of the layout based on 248 * @layout: format layout structure to populate 364 /* Populate addresses for simple formats here */ in _dpu_format_populate_addrs_linear() 370 * dpu_format_populate_addrs - populate buffer addresses based on 374 * @layout: format layout structure to populate 384 /* Populate the addresses given the fb */ in dpu_format_populate_addrs()
|
/linux-6.14.4/drivers/soc/canaan/ |
D | k210-sysctl.c | 34 /* Populate children */ in k210_sysctl_probe() 37 dev_err(dev, "Populate platform failed %d\n", ret); in k210_sysctl_probe()
|
/linux-6.14.4/include/linux/ |
D | dynamic_queue_limits.h | 87 /* Populate the bitmap to be processed later in dql_check_stall() */ 116 /* Populate the history with an entry (bit) per queued */ in dql_queue_stall() 141 /* Only populate stall information if the threshold is set */ in dql_queued()
|
/linux-6.14.4/include/uapi/linux/ |
D | mctp.h | 65 * populate with the allocated tag value. Returned tag value will 90 * populate with the allocated tag value. Returned tag value will
|
/linux-6.14.4/drivers/platform/x86/dell/dell-wmi-sysman/ |
D | sysman.c | 86 * @buffer: the buffer to populate 498 pr_debug("failed to populate %s\n", in init_bios_attributes() 572 pr_debug("failed to populate enumeration type attributes\n"); in sysman_init() 578 pr_debug("failed to populate integer type attributes\n"); in sysman_init() 584 pr_debug("failed to populate string type attributes\n"); in sysman_init() 590 pr_debug("failed to populate pass object type attributes\n"); in sysman_init()
|