Home
last modified time | relevance | path

Searched refs:populate (Results 1 – 25 of 50) sorted by relevance

12

/linux/tools/testing/selftests/mm/
H A Dcharge_reserved_hugetlb.sh179 local populate="$3"
210 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
231 if [[ "$populate" == "-o" ]] || [[ "$write" == "-w" ]]; then
243 bash write_hugetlb_memory.sh "$size" "$populate" "$write" \
295 local populate="$2"
319 write_hugetlbfs_and_get_usage "hugetlb_cgroup_test" "$size" "$populate" \
431 for populate in "" "-o"; do
442 if [[ "$method" == 2"" ]] && [[ "$populate" == "-o" ]]; then
455 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/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/include/net/libeth/
H A Dxdp.h1476 bool (*populate)(struct sk_buff *skb, in __libeth_xdp_run_pass()
1506 if (unlikely(!populate(skb, xdp, rs))) { in __libeth_xdp_run_pass()
1533 #define libeth_xdp_run_pass(xdp, bq, napi, ss, desc, run, populate) \ argument
1535 run, populate)
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
1663 populate); \
1673 #define LIBETH_XDP_DEFINE_RUN(name, run, flush, populate) \ argument
1674 __LIBETH_XDP_DEFINE_RUN(name, run, flush, populate, XDP)
[all …]
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dmap_init.c39 int *map_fd, int populate) in setup() argument
64 err = map_populate(*map_fd, populate); in setup()
/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/Documentation/userspace-api/media/v4l/
H A Dmetafmt-c3-isp.rst35 need not populate it with **all** the blocks, or indeed with any at all if there
40 must populate the type member with a value from
H A Dmetafmt-arm-mali-c55.rst39 member and userspace must populate the type member with a value from
H A Dmetafmt-rkisp1.rst54 populate the data buffer with only the configuration data for the ISP blocks it
/linux/rust/kernel/sync/
H A Dset_once.rs33 /// let status = value.populate(42u8);
38 /// let status = value.populate(101u8);
82 pub fn populate(&self, value: T) -> bool { in populate() method
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_mstate_mgr.h83 adf_mstate_populate populate,
/linux/Documentation/mm/
H A Dmmu_notifier.rst43 DEV-thread-0 {read addrA and populate device TLB}
44 DEV-thread-2 {read addrB and populate device TLB}
H A Dfree_page_reporting.rst12 field within the structure it will populate is the "report" function
/linux/rust/kernel/
H A Dmodule_param.rs81 .populate(new_value) in set_param()
/linux/drivers/gpu/drm/xe/
H A Dxe_migrate.h55 void (*populate)(struct xe_migrate_pt_update *pt_update, member
/linux/Documentation/ABI/testing/
H A Dsysfs-firmware-efi38 populate BIOS setup page.
H A Dsysfs-bus-fcoe11 <ifname> to this file will allocate and populate sysfs with a
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dmac-phy-support.rst88 - .validate() will populate the supported linkmodes with the MAC capabilities
192 Before connection to a MAC, the caller must allocate and populate the
/linux/drivers/memory/tegra/
H A Dtegra186.c51 goto populate; in tegra186_mc_probe()
70 populate: in tegra186_mc_probe()
/linux/drivers/base/regmap/
H A Dregcache.c246 if (map->cache_ops->populate && in regcache_init()
250 ret = map->cache_ops->populate(map); in regcache_init()
/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst196 #. Their services will be concatenated to populate the SDT.
198 #. Their programs will be concatenated to populate the PAT
200 #. Their events will be concatenated to populate the EIT
/linux/Documentation/arch/x86/
H A Dintel_txt.rst144 - Tboot will populate a shared page with some data about itself and
165 populate the shared page with the ACPI data needed to put the
/linux/Documentation/networking/device_drivers/ethernet/google/
H A Dgve.rst155 populate received descriptors with the "next generation" which is inverted
/linux/Documentation/admin-guide/media/
H A Dvisl.rst140 If the **VISL_DEBUGFS** Kconfig is enabled, visl will populate
/linux/tools/perf/Documentation/
H A Dperf-bench.txt265 Available functions are 'demand' and 'populate', with the first

12