| /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_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/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 | 1453 * @populate: driver callback to populate an skb with the HW descriptor data 1476 bool (*populate)(struct sk_buff *skb, in __libeth_xdp_run_pass() 1506 if (unlikely(!populate(skb, xdp, rs))) { in __libeth_xdp_run_pass() 1528 * @populate: driver callback to populate an skb with the HW descriptor data 1533 #define libeth_xdp_run_pass(xdp, bq, napi, ss, desc, run, populate) \ argument 1535 run, populate) 1652 * @populate: driver callback to fill an skb with HW descriptor info 1654 #define LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate) \ argument 1655 void __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, xdp) 1657 #define __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, pfx) \ argument [all …]
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.h | 42 * @populate: Populate a command buffer or page-table with ptes. 52 * page-table system to populate command buffers or shared 55 void (*populate)(struct xe_migrate_pt_update *pt_update, member 70 * page-table system to populate command buffers or shared
|
| /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/rust/kernel/sync/ |
| H A D | set_once.rs | 33 /// let status = value.populate(42u8); 38 /// let status = value.populate(101u8); 79 /// Populate the [`SetOnce`]. 82 pub fn populate(&self, value: T) -> bool { in populate() method
|
| /linux/include/drm/ |
| H A D | drm_pagemap.h | 99 * @populate_mm: Populate part of the mm with @dpagemap memory, 161 * @populate_devmem_pfn: Populate device memory PFN (required for migration) 163 * @npages: Number of pages to populate 164 * @pfn: Array of page frame numbers to populate 166 * 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/gpu/drm/ |
| H A D | drm_pagemap.c | 17 * providing a way to populate a struct mm_struct virtual range with device 25 * instances to populate struct mm_struct virtual ranges with memory, and the 39 * to populate only the part of the range that isn't already in device memory, 58 * release memory, populate pfns, and copy to / from device memory. 442 * drm_pagemap_migrate_populate_ram_pfn() - Populate RAM PFNs for a VM area 445 * @npages: Number of pages to populate 448 * @mpfn: Array of migrate PFNs to populate 858 * drm_pagemap_populate_mm() - Populate a virtual range with device memory pages 860 * @start: Start of the virtual range to populate. 861 * @end: End of the virtual range to populate. [all …]
|
| /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/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/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/mm/ |
| H A D | mmap.c | 121 bool populate = false; in SYSCALL_DEFINE1() local 199 populate = true; in SYSCALL_DEFINE1() 205 if (populate) in SYSCALL_DEFINE1() 289 * @populate, which must be non-NULL, expecting the caller to actually perform 300 * populate behaviour, and who handle the mmap write lock themselves, should 323 * @populate: A pointer to a value which will be set to 0 if no population of 324 * the range is required, or the number of bytes to populate if it is. Must be 337 unsigned long pgoff, unsigned long *populate, in do_mmap() argument 343 *populate = 0; in do_mmap() 562 *populate = len; in do_mmap() [all …]
|
| /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()
|
| /linux/include/uapi/linux/ |
| H A D | mctp.h | 73 * populate with the allocated tag value. Returned tag value will 98 * populate with the allocated tag value. Returned tag value will
|
| /linux/tools/perf/bench/ |
| H A D | mem-functions.c | 345 static void *bench_mmap(size_t size, bool populate, unsigned int page_shift) in bench_mmap() argument 348 int extra = populate ? MAP_POPULATE : 0; in bench_mmap() 503 bool populate = strcmp(r->name, "populate") == 0; in do_mmap() local 510 dst = bench_mmap(p->size, populate, p->page_shift); in do_mmap() 539 { .name = "populate",
|
| /linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
| H A D | iceland_smumgr.c | 453 "Attempt to populate bapm vddc vid Failed!", in iceland_populate_pm_fuses() 459 "Attempt to populate vddc vid Failed!", in iceland_populate_pm_fuses() 465 "Attempt to populate SviLoadLine Failed!", in iceland_populate_pm_fuses() 470 "Attempt to populate TDCLimit Failed!", return -EINVAL); in iceland_populate_pm_fuses() 474 "Attempt to populate TdcWaterfallCtl, " in iceland_populate_pm_fuses() 481 "Attempt to populate LPMLTemperatureScaler Failed!", in iceland_populate_pm_fuses() 487 "Attempt to populate GnbLPML Failed!", in iceland_populate_pm_fuses() 493 "Attempt to populate BapmVddCBaseLeakage Hi and Lo Sidd Failed!", in iceland_populate_pm_fuses() 629 PP_ASSERT_WITH_CODE(0 == result, "do not populate SMC VDDC voltage table", return -EINVAL); in iceland_populate_smc_vddc_table() 656 PP_ASSERT_WITH_CODE(result == 0, "do not populate SMC VDDCI voltage table", return -EINVAL); in iceland_populate_smc_vdd_ci_table() [all …]
|
| H A D | vegam_smumgr.c | 822 /* populate graphics levels */ in vegam_populate_single_graphic_level() 1040 /* populate MCLK dpm table to SMU7 */ in vegam_populate_all_memory_levels() 1051 "can not populate memory level as memory clock is zero", in vegam_populate_all_memory_levels() 1508 /* Populate Sclk_CKS_masterEn0_7 and Sclk_voltageOffset */ in vegam_populate_clock_stretcher_data_table() 1529 /* Populate CKS Lookup Table */ in vegam_populate_clock_stretcher_data_table() 1861 "Attempt to populate SviLoadLine Failed!", in vegam_populate_pm_fuses() 1866 "Attempt to populate TDCLimit Failed!", return -EINVAL); in vegam_populate_pm_fuses() 1870 "Attempt to populate TdcWaterfallCtl, " in vegam_populate_pm_fuses() 1876 "Attempt to populate LPMLTemperatureScaler Failed!", in vegam_populate_pm_fuses() 1881 "Attempt to populate Fuzzy Fan Control parameters Failed!", in vegam_populate_pm_fuses() [all …]
|
| /linux/tools/perf/pmu-events/arch/x86/alderlaken/ |
| H A D | cache.json | 256 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 268 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 280 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 292 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 304 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 316 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 328 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 340 …6H). Only counts with PEBS enabled. If a PEBS record is generated, will populate the PEBS Latency … 395 …t PEBS enabled. If PEBS is enabled and a PEBS record is generated, will populate PEBS Latency and …
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | cgrp_ls_tp_btf.c | 41 /* populate value 0 */ in __on_enter() 57 /* re-populate the value */ in __on_enter()
|
| /linux/arch/xtensa/mm/ |
| H A D | kasan_init.c | 35 static void __init populate(void *start, void *end) in populate() function 81 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
| /linux/Documentation/networking/ |
| H A D | xdp-rx-metadata.rst | 64 of kfuncs to populate it. The userspace ``XSK`` consumer computes 85 the descriptors and populate ``skb`` metadata when doing this ``xdp_buff->skb`` 153 case, the BPF program should not proceed to populate data into the ``data_meta``
|