/linux/tools/testing/selftests/mm/ |
H A 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 …]
|
H A 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()
|
H A D | write_hugetlb_memory.sh | 7 populate=$2 22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
|
/linux/drivers/media/test-drivers/vidtv/ |
H A 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/drivers/gpu/drm/xe/ |
H A 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/drivers/gpu/drm/amd/display/dc/dml2/ |
H A 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/include/net/libeth/ |
H A D | xsk.h | 432 * @populate: driver callback to populate an skb with the HW descriptor data 448 bool (*populate)(struct sk_buff *skb, in __libeth_xsk_run_pass() 477 if (unlikely(!populate(skb, xdp, rs))) { in __libeth_xsk_run_pass() 495 * @populate: driver callback to populate an skb with the HW descriptor data 500 #define libeth_xsk_run_pass(xdp, bq, napi, rs, desc, run, populate) \ argument 502 run, populate) 563 * @populate: driver callback to fill an skb with HW descriptor info 565 #define LIBETH_XSK_DEFINE_RUN_PASS(name, run, populate) \ argument 566 bool __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, xsk) 573 * @populate: driver callback to fill an skb with HW descriptor info [all …]
|
H A D | xdp.h | 1462 * @populate: driver callback to populate an skb with the HW descriptor data 1485 bool (*populate)(struct sk_buff *skb, in __libeth_xdp_run_pass() 1515 if (unlikely(!populate(skb, xdp, rs))) { in __libeth_xdp_run_pass() 1537 * @populate: driver callback to populate an skb with the HW descriptor data 1542 #define libeth_xdp_run_pass(xdp, bq, napi, ss, desc, run, populate) \ argument 1544 run, populate) 1661 * @populate: driver callback to fill an skb with HW descriptor info 1663 #define LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate) \ argument 1664 void __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, xdp) 1666 #define __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, pfx) \ argument [all …]
|
/linux/Documentation/driver-api/ |
H A 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/include/drm/ |
H A D | drm_pagemap.h | 96 * @populate_mm: Populate part of the mm with @dpagemap memory, 158 * @populate_devmem_pfn: Populate device memory PFN (required for migration) 160 * @npages: Number of pages to populate 161 * @pfn: Array of page frame numbers to populate 163 * Populate device memory page frame numbers (PFN).
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_kms.h | 34 * surface/buffer object validation, populate FIFO commands and command 51 * @post_prepare: Populate fifo for resource preparation. 65 * @pre_clip: Populate fifo before clip. 78 * @clip: Populate fifo for clip. 80 * This is where to populate clips for surface copy/dma or blit commands 94 * @post_clip: Populate fifo after clip. 96 * This is where to populate display unit update commands or blit
|
/linux/drivers/bus/ |
H A 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/drivers/gpu/drm/ |
H A D | drm_pagemap.c | 16 * providing a way to populate a struct mm_struct virtual range with device 24 * instances to populate struct mm_struct virtual ranges with memory, and the 38 * to populate only the part of the range that isn't already in device memory, 57 * release memory, populate pfns, and copy to / from device memory. 419 * drm_pagemap_migrate_populate_ram_pfn() - Populate RAM PFNs for a VM area 422 * @npages: Number of pages to populate 425 * @mpfn: Array of migrate PFNs to populate 805 * drm_pagemap_populate_mm() - Populate a virtual range with device memory pages 807 * @start: Start of the virtual range to populate. 808 * @end: End of the virtual range to populate. [all …]
|
/linux/include/uapi/asm-generic/ |
H A 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/tools/include/uapi/asm-generic/ |
H A 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/arch/parisc/include/uapi/asm/ |
H A 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/arch/alpha/include/uapi/asm/ |
H A 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/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_spl_translate.c | 101 // Populate spl input basic input clip rect from plane state clip rect in translate_SPL_in_params_from_pipe_ctx() 103 // Populate spl input basic out src rect from stream src rect in translate_SPL_in_params_from_pipe_ctx() 105 // Populate spl input basic out dst rect from stream dst rect in translate_SPL_in_params_from_pipe_ctx() 109 // Populate spl input basic input src rect from plane state src rect in translate_SPL_in_params_from_pipe_ctx() 111 // Populate spl input basic input dst rect from plane state dst rect in translate_SPL_in_params_from_pipe_ctx()
|
/linux/drivers/platform/x86/hp/hp-bioscfg/ |
H A D | bioscfg.c | 621 /* Populate attribute data */ in hp_add_other_attributes() 691 pr_debug("Failed to populate integer package data. Error [0%0x]\n", in hp_init_bios_package_attribute() 1003 pr_debug("Failed to populate string type attributes\n"); in hp_init() 1007 pr_debug("Failed to populate integer type attributes\n"); in hp_init() 1011 pr_debug("Failed to populate enumeration type attributes\n"); in hp_init() 1015 pr_debug("Failed to populate ordered list object type attributes\n"); in hp_init() 1019 pr_debug("Failed to populate password object type attributes\n"); in hp_init() 1024 pr_debug("Failed to populate secure platform object type attribute\n"); in hp_init() 1029 pr_debug("Failed to populate sure start object type attribute\n"); in hp_init()
|
/linux/drivers/gpu/drm/msm/disp/dpu1/ |
H A 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 362 /* Populate addresses for simple formats here */ in _dpu_format_populate_addrs_linear() 368 * dpu_format_populate_addrs - populate buffer addresses based on 371 * @layout: format layout structure to populate 380 /* Populate the addresses given the fb */ in dpu_format_populate_addrs()
|
/linux/arch/mips/include/uapi/asm/ |
H A 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/drivers/gpu/drm/display/ |
H A D | drm_dp_aux_bus.c | 186 * of_dp_aux_populate_bus(). NOTE: since we only populate one child 224 * of_dp_aux_populate_bus() - Populate the endpoint device on the DP AUX 225 * @aux: The AUX channel whose device we want to populate. It is required that 231 * This will populate the device (expected to be an eDP panel) under the 331 * @aux: The AUX channel whose device we want to populate
|
/linux/arch/xtensa/include/uapi/asm/ |
H A 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/drivers/soc/canaan/ |
H A 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/drivers/platform/x86/dell/dell-wmi-sysman/ |
H A 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()
|