Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/progs/
A Dtest_pinning.c11 __uint(pinning, LIBBPF_PIN_BY_NAME);
26 __uint(pinning, LIBBPF_PIN_NONE);
A Dtest_sk_assign.c30 __u32 pinning; member
36 .pinning = PIN_GLOBAL_NS,
A Dtest_pinning_invalid.c11 __uint(pinning, 2); /* invalid */
/linux/Documentation/admin-guide/LSM/
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/
A Dtest_cgrp2_tc_kern.c30 __u32 pinning; member
37 .pinning = PIN_GLOBAL_NS,
A Dlwt_len_hist_kern.c33 __u32 pinning; member
40 .pinning = 2,
A Dtc_l2_redirect_kern.c30 __u32 pinning; member
44 .pinning = PIN_GLOBAL_NS,
/linux/Documentation/infiniband/
A Duser_verbs.rst47 Memory pinning
52 ib_uverbs module manages pinning and unpinning memory regions via
/linux/security/loadpin/
A DKconfig18 If selected, LoadPin will enforce pinning at boot. If not
/linux/Documentation/core-api/
A Dpin_user_pages.rst148 because DAX pages do not have a separate page cache, and so "pinning" implies
160 avoid pinning entirely (this is ideal), as follows: register for mmu notifier
192 page_maybe_dma_pinned(): the whole point of pinning
216 a "more severe" form of pinning. And finally, FOLL_LONGTERM is an even more
/linux/drivers/infiniband/
A DKconfig57 memory regions without pinning their pages, fetching the
/linux/Documentation/networking/
A Dmsg_zerocopy.rst21 Copy avoidance is not a free lunch. As implemented, with page pinning,
26 Page pinning also changes system call semantics. It temporarily shares
A Drds.rst283 loopback, stats, usermem pinning, and the connection state machine.
/linux/Documentation/filesystems/
A Dxfs-delayed-logging-design.rst586 pending transactions. Thus the pinning and unpinning of a log item is symmetric
593 log item completion. The result of this is that pinning and unpinning of the
599 pinning and unpinning becomes symmetric around a checkpoint context. We have to
607 for the pin count means that the pinning of an item must take place under the
610 the fact pinning the item is dependent on whether the item is present in the
613 (or not pinning, as the case may be). Hence we must hold the CIL flush/commit
641 relatively long period of time - the pinning of log items needs to be done
645 separately to the pinning of objects could be used to reduce the hold time of
/linux/Documentation/admin-guide/mm/
A Dmemory-hotplug.rst564 long-term pinning of pages, might not be able to deal with ZONE_MOVABLE at all.
614 - Long-term pinning of pages. Techniques that rely on long-term pinnings
618 have to be migrated off that zone while pinning. Pinning a page can fail
621 In addition, using ZONE_MOVABLE might make page pinning more expensive,
/linux/Documentation/filesystems/caching/
A Dnetfs-api.rst770 * Cookie pinning::
776 have the pinning removed. They are not permitted on index cookies.
778 The pinning function will return 0 if successful, -ENOBUFS in the cookie
779 isn't backed by a cache, -EOPNOTSUPP if the cache doesn't support pinning,
816 acquisition function is called. Retirement here will overrule the pinning on a
/linux/tools/lib/bpf/
A Dlibbpf_internal.h213 __u32 pinning; member
A Dlinker.c1543 if (main_def->pinning != extra_def->pinning) { in map_defs_match()
/linux/Documentation/x86/
A Dsva.rst16 by the device, it also doesn't require pinning pages for DMA.
227 pinning requirement for memory.
/linux/Documentation/driver-api/
A Dvfio.rst464 and the handling of those includes pinning/unpinning pages and updating
466 The v2 IOMMU splits accounting and pinning into separate operations:
476 IOMMU table and do not do pinning; instead these check that the userspace
/linux/Documentation/virt/kvm/
A Dlocking.rst119 kvm_vcpu_gfn_to_pfn_atomic, before the cmpxchg. After the pinning:
/linux/Documentation/vm/
A Dtranshuge.rst42 address of the page and its temporary pinning to release after the I/O
/linux/Documentation/admin-guide/sysctl/
A Dfs.rst228 from "pinning" vulnerable setuid/setgid files against being upgraded by
/linux/Documentation/timers/
A Dno_hz.rst289 simply offloading RCU callbacks from all CPUs and pinning them
/linux/Documentation/ABI/testing/
A Dsysfs-fs-f2fs287 file. If it exceeds this, F2FS doesn't guarantee its pinning

Completed in 35 milliseconds

12