/linux/tools/testing/selftests/vm/ |
A D | charge_reserved_hugetlb.sh | 149 local populate="$3" 265 local populate="$2" 395 for populate in "" "-o"; do 419 echo private=$private, populate=$populate, method=$method, reserve=$reserve 425 if [[ "$populate" == "-o" ]]; then 448 echo private=$private, populate=$populate, method=$method, reserve=$reserve 468 echo private=$private, populate=$populate, method=$method, reserve=$reserve 485 echo private=$private, populate=$populate, method=$method, reserve=$reserve 501 echo private=$private, populate=$populate, method=$method, reserve=$reserve 503 "$populate" "" "10" "10" "10" \ [all …]
|
A D | write_to_hugetlbfs.c | 73 int populate = 0; in main() local 101 populate = 1; in main() 139 if (!populate) in main() 173 (populate ? MAP_POPULATE : 0) | in main() 187 MAP_HUGETLB | (populate ? MAP_POPULATE : 0) | in main()
|
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/ |
A D | kasan_init.c | 37 static void __init populate(void *start, void *end) in populate() function 87 populate(kasan_mem_to_shadow((void *)VMALLOC_START), in kasan_init()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
A D | map_init.c | 39 int *map_fd, int populate) in setup() argument 64 err = map_populate(*map_fd, populate); in setup()
|
/linux/mm/ |
A D | util.c | 512 unsigned long populate; in vm_mmap_pgoff() local 519 ret = do_mmap(file, addr, len, prot, flag, pgoff, &populate, in vm_mmap_pgoff() 523 if (populate) in vm_mmap_pgoff() 524 mm_populate(ret, populate); in vm_mmap_pgoff()
|
A D | mmap.c | 200 bool populate; in SYSCALL_DEFINE1() local 282 if (populate) in SYSCALL_DEFINE1() 1413 *populate = 0; in do_mmap() 1579 *populate = len; in do_mmap() 2945 unsigned long populate = 0; in SYSCALL_DEFINE5() local 3005 prot, flags, pgoff, &populate, NULL); in SYSCALL_DEFINE5() 3009 if (populate) in SYSCALL_DEFINE5() 3010 mm_populate(ret, populate); in SYSCALL_DEFINE5() 3094 bool populate; in vm_brk_flags() local 3107 populate = ((mm->def_flags & VM_LOCKED) != 0); in vm_brk_flags() [all …]
|
A D | nommu.c | 1061 unsigned long *populate, in do_mmap() argument 1071 *populate = 0; in do_mmap()
|
/linux/Documentation/vm/ |
A D | mmu_notifier.rst | 45 DEV-thread-0 {read addrA and populate device TLB} 46 DEV-thread-2 {read addrB and populate device TLB}
|
A D | free_page_reporting.rst | 14 field within the structure it will populate is the "report" function
|
A D | unevictable-lru.rst | 165 might be), the lock action (eg: SHM_LOCK) can be lazy, and need not populate 345 allocate the huge pages and populate the ptes. 351 make_pages_present() to populate the ptes. 478 populate the page table.
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-firmware-efi | 38 populate BIOS setup page.
|
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/ |
A D | mac-phy-support.rst | 88 - .validate() will populate the supported linkmodes with the MAC capabilities 189 Before connection to a MAC, the caller must allocate and populate the
|
/linux/drivers/staging/fieldbus/Documentation/ |
A D | fieldbus_dev.txt | 46 populate a 'struct fieldbus_dev' (from include/linux/fieldbus_dev.h).
|
/linux/drivers/infiniband/hw/mlx5/ |
A D | mr.c | 65 unsigned int page_size, bool populate); 1270 unsigned int page_size, bool populate) in reg_create() argument 1292 if (populate) in reg_create() 1301 if (populate) { in reg_create() 1316 populate ? pd : dev->umrc.pd); in reg_create() 1317 MLX5_SET(mkc, mkc, free, !populate); in reg_create() 1326 if (populate) { in reg_create()
|
/linux/ipc/ |
A D | shm.c | 1520 unsigned long populate = 0; in do_shmat() local 1649 addr = do_mmap(file, addr, size, prot, flags, 0, &populate, NULL); in do_shmat() 1656 if (populate) in do_shmat() 1657 mm_populate(addr, populate); in do_shmat()
|
/linux/Documentation/driver-api/media/drivers/ |
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/net/sunrpc/ |
A D | rpc_pipe.c | 738 int (*populate)(struct dentry *, void *), void *args_populate) in rpc_mkdir_populate() 751 if (populate != NULL) { in rpc_mkdir_populate() 752 error = populate(dentry, args_populate); in rpc_mkdir_populate()
|
/linux/Documentation/devicetree/bindings/ |
A D | chosen.txt | 28 the Linux EFI stub (which will populate the property itself, using
|
/linux/Documentation/x86/ |
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/PCI/endpoint/ |
A D | pci-ntb-howto.rst | 96 The NTB function driver will populate this directory with various attributes
|
A D | pci-endpoint.rst | 48 * write_header: ops to populate configuration space header
|
/linux/Documentation/networking/device_drivers/ethernet/google/ |
A D | gve.rst | 146 populate received descriptors with the "next generation" which is inverted
|
/linux/Documentation/networking/ |
A D | ieee802154.rst | 89 To hook the MLME interface you have to populate the ml_priv field of your
|