Home
last modified time | relevance | path

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

12345678910>>...26

/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh155 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 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,
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) \
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) \
1542 libeth_xdp_run_pass(xdp,bq,napi,ss,desc,run,populate) global() argument
1663 LIBETH_XDP_DEFINE_RUN_PASS(name,run,populate) global() argument
1666 __LIBETH_XDP_DEFINE_RUN_PASS(name,run,populate,pfx) global() argument
1682 LIBETH_XDP_DEFINE_RUN(name,run,flush,populate) global() argument
1685 __LIBETH_XDP_DEFINE_RUN(name,run,flush,populate,pfx) global() argument
[all...]
/linux/drivers/gpu/drm/amd/display/dc/dml2/
H A Ddml2_utils.h100 * 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/Documentation/driver-api/
H A 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 */
/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.c621 /* 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/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/mm/
H A Dmmap.c121 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/platform/x86/dell/dell-wmi-sysman/
H A Dsysman.c86 * @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 Dmctp.h73 * populate with the allocated tag value. Returned tag value will
98 * populate with the allocated tag value. Returned tag value will
H A Dagpgart.h80 __kernel_off_t pg_start; /* starting page to populate */
103 __kernel_off_t pg_start;/* starting page to populate */
/linux/tools/perf/bench/
H A Dmem-functions.c345 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/tools/perf/pmu-events/arch/x86/alderlaken/
H A Dcache.json256 …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/drivers/gpu/drm/amd/pm/powerplay/smumgr/
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 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/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/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()
/linux/include/linux/
H A Dagpgart.h52 off_t pg_start; /* starting page to populate */
81 off_t pg_start; /* starting page to populate */

12345678910>>...26