| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_pinning.c | 11 __uint(pinning, LIBBPF_PIN_BY_NAME); 26 __uint(pinning, LIBBPF_PIN_NONE);
|
| H A D | test_sk_assign.c | 26 __uint(pinning, LIBBPF_PIN_BY_NAME); 41 __u32 pinning; member 47 .pinning = PIN_GLOBAL_NS,
|
| H A D | test_pinning_invalid.c | 11 __uint(pinning, 2); /* invalid */
|
| /linux/Documentation/admin-guide/LSM/ |
| H A D | LoadPin.rst | 17 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/samples/bpf/ |
| H A D | lwt_len_hist.bpf.c | 20 __uint(pinning, LIBBPF_PIN_BY_NAME);
|
| /linux/Documentation/infiniband/ |
| H A D | user_verbs.rst | 47 Memory pinning 52 ib_uverbs module manages pinning and unpinning memory regions via
|
| /linux/rust/pin-init/ |
| H A D | README.md | 25 [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 …lly pinned fields]: https://doc.rust-lang.org/std/pin/index.html#projections-and-structural-pinning
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | msg_zerocopy.rst | 32 免拷贝并非毫无代价。在实现上,它通过页面固定(page pinning)将按字节拷贝的成本替换为页面统计
|
| /linux/Documentation/core-api/ |
| H A D | pin_user_pages.rst | 153 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 D | drm-compute.rst | 28 denial of service attack by pinning as much memory as possible, hogging the
|
| H A D | drm-mm.rst | 112 Device-specific operations, such as command execution, pinning, buffer
|
| H A D | drm-vm-bind-locking.rst | 394 desirable. (For special use-cases and assuming proper accounting pinning might
|
| /linux/drivers/infiniband/ |
| H A D | Kconfig | 57 memory regions without pinning their pages, fetching the
|
| /linux/Documentation/networking/ |
| H A D | msg_zerocopy.rst | 22 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 D | packet_mmap.rst | 47 supported by devices of your network. CPU IRQ pinning of your network interface
|
| /linux/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 245 ACCES Number of accesses pinning the cache 274 ACC Number of accesses pinning the cache
|
| /linux/Documentation/arch/x86/ |
| H A D | sva.rst | 16 by the device, it also doesn't require pinning pages for DMA. 256 pinning requirement for memory.
|
| /linux/fs/f2fs/ |
| H A D | segment.c | 2786 unsigned int *newseg, bool new_sec, bool pinning) in get_new_segment() argument 2820 if (sbi->blkzone_alloc_policy == BLKZONE_ALLOC_PRIOR_CONV || pinning) in get_new_segment() 2868 f2fs_bug_on(sbi, !pinning); in get_new_segment() 2904 if (new_sec && pinning && in get_new_segment() 2914 if (ret == -ENOSPC && !pinning) in get_new_segment() 3002 bool pinning = type == CURSEG_COLD_DATA_PINNED; in new_curseg() local 3009 ret = get_new_segment(sbi, &segno, new_sec, pinning); in new_curseg()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-prog.rst | 154 program does not support autoattach, bpftool falls back to regular pinning
|
| /linux/Documentation/timers/ |
| H A D | no_hz.rst | 282 simply offloading RCU callbacks from all CPUs and pinning them
|
| /linux/kernel/module/ |
| H A D | Kconfig | 404 load pinning security policy is enabled.
|
| /linux/Documentation/userspace-api/ |
| H A D | iommufd.rst | 326 iopt_pages which avoids multi-pinning and double accounting of page
|
| /linux/Documentation/hid/ |
| H A D | hid-bpf.rst | 174 inserted it allows us by pinning the program and closing all of its fds pointing to it.
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | intel-speed-select.rst | 688 With this configuration, if the same workload is executed by pinning the
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-fs-f2fs | 336 file. If it exceeds this, F2FS doesn't guarantee its pinning
|