Home
last modified time | relevance | path

Searched refs:pinning (Results 1 – 25 of 26) sorted by relevance

12

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_pinning.c11 __uint(pinning, LIBBPF_PIN_BY_NAME);
26 __uint(pinning, LIBBPF_PIN_NONE);
H A Dtest_sk_assign.c26 __uint(pinning, LIBBPF_PIN_BY_NAME);
41 __u32 pinning; member
47 .pinning = PIN_GLOBAL_NS,
H A Dtest_pinning_invalid.c11 __uint(pinning, 2); /* invalid */
/linux/Documentation/admin-guide/LSM/
H A DLoadPin.rst17 LoadPin starts pinning when it sees the first file loaded. If the
19 created to toggle pinning: ``/proc/sys/kernel/loadpin/enabled``. (Having
20 a mutable filesystem means pinning is mutable too, but having the
/linux/Documentation/infiniband/
H A Duser_verbs.rst47 Memory pinning
52 ib_uverbs module manages pinning and unpinning memory regions via
/linux/samples/bpf/
H A Dlwt_len_hist.bpf.c20 __uint(pinning, LIBBPF_PIN_BY_NAME);
/linux/rust/pin-init/
H A DREADME.md25 [Pinning][pinning] is Rust's way of ensuring data does not move.
74 pinning, the macros/types/functions are generally named like the pinned variants without the
236 [pinning]: https://doc.rust-lang.org/std/pin/index.html
237 [structurally pinned fields]: https://doc.rust-lang.org/std/pin/index.html#projections-and-structural-pinning
/linux/Documentation/translations/zh_CN/networking/
H A Dmsg_zerocopy.rst32 免拷贝并非毫无代价。在实现上,它通过页面固定(page pinning)将按字节拷贝的成本替换为页面统计
/linux/Documentation/core-api/
H A Dpin_user_pages.rst153 because DAX pages do not have a separate page cache, and so "pinning" implies
167 avoid pinning entirely (this is ideal), as follows: register for mmu notifier
199 folio_maybe_dma_pinned(): the whole point of pinning
223 a "more severe" form of pinning. And finally, FOLL_LONGTERM is an even more
/linux/Documentation/gpu/
H A Ddrm-compute.rst28 denial of service attack by pinning as much memory as possible, hogging the
H A Ddrm-vm-bind-locking.rst394 desirable. (For special use-cases and assuming proper accounting pinning might
/linux/drivers/infiniband/
H A DKconfig58 memory regions without pinning their pages, fetching the
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst22 Copy avoidance is not a free lunch. As implemented, with page pinning,
27 Page pinning also changes system call semantics. It temporarily shares
H A Dpacket_mmap.rst47 supported by devices of your network. CPU IRQ pinning of your network interface
/linux/Documentation/filesystems/caching/
H A Dfscache.rst245 ACCES Number of accesses pinning the cache
274 ACC Number of accesses pinning the cache
/linux/Documentation/arch/x86/
H A Dsva.rst16 by the device, it also doesn't require pinning pages for DMA.
256 pinning requirement for memory.
/linux/tools/lib/bpf/
H A Dlibbpf_internal.h290 __u32 pinning; member
H A Dlinker.c1737 if (main_def->pinning != extra_def->pinning) { in map_defs_match()
/linux/Documentation/virt/kvm/
H A Dlocking.rst141 the pinning:
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst154 program does not support autoattach, bpftool falls back to regular pinning
/linux/Documentation/timers/
H A Dno_hz.rst282 simply offloading RCU callbacks from all CPUs and pinning them
/linux/kernel/module/
H A DKconfig400 load pinning security policy is enabled.
/linux/Documentation/userspace-api/
H A Diommufd.rst326 iopt_pages which avoids multi-pinning and double accounting of page
/linux/Documentation/hid/
H A Dhid-bpf.rst174 inserted it allows us by pinning the program and closing all of its fds pointing to it.
/linux/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst688 With this configuration, if the same workload is executed by pinning the

12