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/samples/bpf/
H A Dlwt_len_hist.bpf.c20 __uint(pinning, LIBBPF_PIN_BY_NAME);
/linux/Documentation/infiniband/
H A Duser_verbs.rst47 Memory pinning
52 ib_uverbs module manages pinning and unpinning memory regions via
/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 …lly 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-mm.rst112 Device-specific operations, such as command execution, pinning, buffer
H A Ddrm-vm-bind-locking.rst394 desirable. (For special use-cases and assuming proper accounting pinning might
/linux/drivers/infiniband/
H A DKconfig57 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/fs/f2fs/
H A Dsegment.c2786 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 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 DKconfig404 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
/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs336 file. If it exceeds this, F2FS doesn't guarantee its pinning

12