| /linux/tools/testing/selftests/mm/ |
| H A D | charge_reserved_hugetlb.sh | 179 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 D | write_hugetlb_memory.sh | 7 populate=$2 22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
|
| /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/include/net/libeth/ |
| H A D | xdp.h | 1476 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 D | map_init.c | 39 int *map_fd, int populate) in setup() argument 64 err = map_populate(*map_fd, populate); in setup()
|
| /linux/tools/perf/bench/ |
| H A D | mem-functions.c | 356 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 D | metafmt-c3-isp.rst | 35 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 D | metafmt-arm-mali-c55.rst | 39 member and userspace must populate the type member with a value from
|
| H A D | metafmt-rkisp1.rst | 54 populate the data buffer with only the configuration data for the ISP blocks it
|
| /linux/rust/kernel/sync/ |
| H A D | set_once.rs | 33 /// 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 D | adf_mstate_mgr.h | 83 adf_mstate_populate populate,
|
| /linux/Documentation/mm/ |
| H A D | mmu_notifier.rst | 43 DEV-thread-0 {read addrA and populate device TLB} 44 DEV-thread-2 {read addrB and populate device TLB}
|
| H A D | free_page_reporting.rst | 12 field within the structure it will populate is the "report" function
|
| /linux/rust/kernel/ |
| H A D | module_param.rs | 81 .populate(new_value) in set_param()
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_migrate.h | 55 void (*populate)(struct xe_migrate_pt_update *pt_update, member
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-efi | 38 populate BIOS setup page.
|
| H A D | sysfs-bus-fcoe | 11 <ifname> to this file will allocate and populate sysfs with a
|
| /linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| H A D | mac-phy-support.rst | 88 - .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 D | tegra186.c | 51 goto populate; in tegra186_mc_probe() 70 populate: in tegra186_mc_probe()
|
| /linux/drivers/base/regmap/ |
| H A D | regcache.c | 246 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 D | vidtv.rst | 196 #. 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 D | intel_txt.rst | 144 - 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 D | gve.rst | 155 populate received descriptors with the "next generation" which is inverted
|
| /linux/Documentation/admin-guide/media/ |
| H A D | visl.rst | 140 If the **VISL_DEBUGFS** Kconfig is enabled, visl will populate
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-bench.txt | 265 Available functions are 'demand' and 'populate', with the first
|