Home
last modified time | relevance | path

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

12345678910>>...27

/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh169 local populate="$3"
200 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
221 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then
233 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
285 local populate="$2"
309 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test" "$size" "$populate" \
415 for populate in "" "-o"; do
426 if [[ "$method" == 2"" ]] && [[ "$populate" == "-o" ]]; then
439 echo private=$private, populate=$populate, metho
[all...]
H A Dwrite_hugetlb_memory.sh7 populate=$2
22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
/linux/drivers/media/test-drivers/vidtv/
H A 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'
/linux/include/net/libeth/
H A Dxsk.h432 * @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 Dxdp.h1453 * @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/rust/kernel/sync/
H A Dset_once.rs33 /// 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/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.h34 * 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 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()
/linux/tools/include/uapi/asm-generic/
H A 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 */
/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Dbioscfg.c623 /* Populate attribute data */ in hp_add_other_attributes()
693 pr_debug("Failed to populate integer package data. Error [0%0x]\n", in hp_init_bios_package_attribute()
1016 pr_debug("Failed to populate string type attributes\n"); in hp_init()
1020 pr_debug("Failed to populate integer type attributes\n"); in hp_init()
1024 pr_debug("Failed to populate enumeration type attributes\n"); in hp_init()
1028 pr_debug("Failed to populate ordered list object type attributes\n"); in hp_init()
1032 pr_debug("Failed to populate password object type attributes\n"); in hp_init()
1037 pr_debug("Failed to populate secure platform object type attribute\n"); in hp_init()
1042 pr_debug("Failed to populate sure start object type attribute\n"); in hp_init()
/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_formats.c209 * dpu_format_populate_plane_sizes - populate non-address part of the layout based on
212 * @layout: format layout structure to populate
340 /* Populate addresses for simple formats here */ in _dpu_format_populate_addrs_linear()
346 * dpu_format_populate_addrs - populate buffer addresses based on
349 * @layout: format layout structure to populate
358 /* Populate the addresses given the fb */ in dpu_format_populate_addrs()
/linux/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c186 * 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/drivers/soc/canaan/
H A Dk210-sysctl.c34 /* Populate children */ in k210_sysctl_probe()
37 dev_err(dev, "Populate platform failed %d\n", ret); in k210_sysctl_probe()
/linux/tools/perf/bench/
H A Dmem-functions.c356 static void *bench_mmap(size_t size, bool populate, unsigned int page_shift) in bench_mmap()
359 int extra = populate ? MAP_POPULATE : 0; in bench_munmap()
524 bool populate = strcmp(r->name, "populate") == 0; in do_mmap()
532 dst = bench_mmap(p->size, populate, p->page_shift);
604 { .name = "populate",
345 bench_mmap(size_t size,bool populate,unsigned int page_shift) bench_mmap() argument
503 bool populate = strcmp(r->name, "populate") == 0; do_mmap() local
/linux/include/uapi/linux/
H A Dmctp.h73 * populate with the allocated tag value. Returned tag value will
98 * populate with the allocated tag value. Returned tag value will
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Diceland_smumgr.c453 "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 Dvegam_smumgr.c822 /* 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 …]
H A Dtonga_smumgr.c453 "can not populate VDDC voltage table to SMC", in tonga_populate_smc_voltage_tables()
458 "can not populate VDDCI voltage table to SMC", in tonga_populate_smc_voltage_tables()
463 "can not populate VDDGFX voltage table to SMC", in tonga_populate_smc_voltage_tables()
468 "can not populate MVDD voltage table to SMC", in tonga_populate_smc_voltage_tables()
473 "can not populate CAC voltage tables to SMC", in tonga_populate_smc_voltage_tables()
634 /* populate graphics levels*/ in tonga_populate_single_graphic_level()
1094 /* populate MCLK dpm table to SMU7 */ in tonga_populate_all_memory_levels()
1109 "can not populate memory level as memory clock is zero", in tonga_populate_all_memory_levels()
1615 /* Populate Stretch amount */ in tonga_populate_clock_stretcher_data_table()
1619 /* Populate Sclk_CKS_masterEn0_7 and Sclk_voltageOffset */ in tonga_populate_clock_stretcher_data_table()
[all …]
H A Dsmu8_smumgr.c461 /* populate scratch */ in smu8_smu_construct_toc_for_vddgfx_exit()
799 pr_err("Error when Populate Firmware Entry.\n"); in smu8_smu_init()
807 pr_err("Error when Populate Firmware Entry.\n"); in smu8_smu_init()
814 pr_err("Error when Populate Firmware Entry.\n"); in smu8_smu_init()
822 pr_err("Error when Populate Firmware Entry.\n"); in smu8_smu_init()
830 pr_err("Error when Populate Firmware Entry.\n"); in smu8_smu_init()
/linux/tools/perf/pmu-events/arch/x86/alderlaken/
H A Dcache.json
/linux/tools/testing/selftests/bpf/progs/
H A Dcgrp_ls_tp_btf.c41 /* populate value 0 */ in __on_enter()
57 /* re-populate the value */ in __on_enter()
/linux/arch/xtensa/mm/
H A Dkasan_init.c35 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 Dxdp-rx-metadata.rst64 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``
/linux/drivers/gpu/drm/
H A Ddrm_pagemap.c19 * providing a way to populate a struct mm_struct virtual range with device
27 * instances to populate struct mm_struct virtual ranges with memory, and the
41 * to populate only the part of the range that isn't already in device memory,
60 * release memory, populate pfns, and copy to / from device memory.
746 * drm_pagemap_migrate_populate_ram_pfn() - Populate RAM PFNs for a VM area
749 * @npages: Number of pages to populate
752 * @mpfn: Array of migrate PFNs to populate
1331 * drm_pagemap_populate_mm() - Populate a virtual range with device memory pages
1333 * @start: Start of the virtual range to populate.
1334 * @end: End of the virtual range to populate.
[all …]
/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dmatch.c14 /* Populate the metadata frame. */ in nfp_flower_compile_meta()
33 /* Populate the tci field. */ in nfp_flower_compile_tci()
105 /* Populate mac frame. */ in nfp_flower_compile_mac()
568 /* Populate Extended Metadata if Required. */ in nfp_flower_compile_flow_match()
578 /* Populate Exact Port data. */ in nfp_flower_compile_flow_match()
584 /* Populate Mask Port Data. */ in nfp_flower_compile_flow_match()

12345678910>>...27