| /linux/tools/testing/selftests/mm/ |
| H A D | charge_reserved_hugetlb.sh | 169 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 D | write_hugetlb_memory.sh | 7 populate=$2 22 ./write_to_hugetlbfs -p "$path" -s "$size" "$write" "$populate" -m "$method" \
|
| /linux/include/net/libeth/ |
| H A D | xsk.h | 448 bool (*populate)(struct sk_buff *skb, in __libeth_xsk_run_pass() 477 if (unlikely(!populate(skb, xdp, rs))) { in __libeth_xsk_run_pass() 500 #define libeth_xsk_run_pass(xdp, bq, napi, rs, desc, run, populate) \ argument 502 run, populate) 565 #define LIBETH_XSK_DEFINE_RUN_PASS(name, run, populate) \ argument 566 bool __LIBETH_XDP_DEFINE_RUN_PASS(name, run, populate, xsk) 575 #define LIBETH_XSK_DEFINE_RUN(name, run, flush, populate) \ argument 576 __LIBETH_XDP_DEFINE_RUN(name, run, flush, populate, XSK)
|
| 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/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/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/drivers/base/regmap/ |
| H A D | regcache-flat.c | 163 .populate = regcache_flat_populate, 173 .populate = regcache_flat_populate,
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_mstate_mgr.c | 193 adf_mstate_populate populate, in adf_mstate_sect_add() argument 204 if (!populate) in adf_mstate_sect_add() 210 size = (*populate)(&sub_sects_mgr, sect->state, avail_room, opaque); in adf_mstate_sect_add()
|
| H A D | adf_mstate_mgr.h | 83 adf_mstate_populate populate,
|
| /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/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``
|
| /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/drivers/net/ethernet/mscc/ |
| H A D | ocelot.h | 106 void (*populate)(struct ocelot_vcap_filter *f));
|
| /linux/mm/ |
| H A D | util.c | 572 unsigned long populate; in vm_mmap_pgoff() local 581 ret = do_mmap(file, addr, len, prot, flag, 0, pgoff, &populate, in vm_mmap_pgoff() 585 if (populate) in vm_mmap_pgoff() 586 mm_populate(ret, populate); in vm_mmap_pgoff()
|
| /linux/rust/kernel/ |
| H A D | module_param.rs | 82 .populate(new_value) in set_param()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-firmware-efi | 38 populate BIOS setup page.
|
| /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/vfio/ |
| H A D | Kconfig | 90 during initialization, and then populate a subdirectory with
|
| /linux/ipc/ |
| H A D | shm.c | 1533 unsigned long populate = 0; in do_shmat() local 1662 addr = do_mmap(file, addr, size, prot, flags, 0, 0, &populate, NULL); in do_shmat() 1669 if (populate) in do_shmat() 1670 mm_populate(addr, populate); in do_shmat()
|
| /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
|