Home
last modified time | relevance | path

Searched full:accessed (Results 1 – 25 of 1589) sorted by relevance

12345678910>>...64

/Linux-v6.1/Documentation/admin-guide/mm/
Didle_page_tracking.rst11 accessed by a workload and which are idle. This information can be useful for
32 A page is considered idle if it has not been accessed since it was marked idle
33 (for more details on what "accessed" actually means see the :ref:`Implementation
84 considered referenced if it has been recently accessed via a process address
85 space, in which case one or more PTEs it is mapped to will have the Accessed bit
86 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The
96 - a page is accessed by a device driver using get_user_pages()
107 When a page is marked idle, the Accessed bit must be cleared in all PTEs it is
110 as noted above, uses the Accessed bit to promote actively referenced pages, one
111 more page flag is introduced, the Young flag. When the PTE Accessed bit is
[all …]
Dmultigen_lru.rst39 0x0002 Clearing the accessed bit in leaf page table entries in large
44 whose accessed bits can be otherwise cleared by fewer larger
46 0x0004 Clearing the accessed bit in non-leaf page table entries as
106 accessed over different time intervals for each memcg and node.
117 Each bin contains an estimated number of pages that have been accessed
/Linux-v6.1/mm/damon/
Dpaddr.c86 bool accessed; member
95 result->accessed = false; in __damon_pa_young()
100 result->accessed = pte_young(*pvmw.pte) || in __damon_pa_young()
105 result->accessed = pmd_young(*pvmw.pmd) || in __damon_pa_young()
113 if (result->accessed) { in __damon_pa_young()
119 /* If accessed, stop walking */ in __damon_pa_young()
120 return !result->accessed; in __damon_pa_young()
129 .accessed = false, in damon_pa_young()
144 result.accessed = false; in damon_pa_young()
146 result.accessed = true; in damon_pa_young()
[all …]
DKconfig91 that not accessed for a long time (cold) using DAMON and reclaim
103 protect frequently accessed (hot) pages while rarely accessed (cold)
/Linux-v6.1/Documentation/mm/
Dmultigen_lru.rst30 accessed bit. A rmap walk targets a single page and does not try to
61 channel is higher due to the approximation of the accessed bit.
98 Each generation is divided into multiple tiers. A page accessed ``N``
116 generation when it finds them accessed through page tables; the
124 the aging clears the accessed bit and updates the gen counter of the
137 accessed through page tables and updated its gen counter. It also
139 was accessed multiple times through file descriptors and the feedback
/Linux-v6.1/Documentation/mm/damon/
Ddesign.rst50 mapped to the physical memory and accessed. Thus, tracking the unmapped
75 PTE Accessed-bit Based Access Check
79 Accessed-bit for basic access checks. Only one difference is the way of
80 finding the relevant PTE Accessed bit(s) from the address. While the
86 subsystems using the Accessed bits, namely Idle page tracking and the reclaim
105 The output of DAMON says what pages are how frequently accessed for a given
116 if accessed(page):
137 ``sampling interval``, checks whether the page is accessed meanwhile, and
/Linux-v6.1/drivers/net/ethernet/intel/ixgb/
Dixgb_ee.c23 * hw - Struct containing variables accessed by shared code
42 * hw - Struct containing variables accessed by shared code
61 * hw - Struct containing variables accessed by shared code
111 * hw - Struct containing variables accessed by shared code
151 * hw - Struct containing variables accessed by shared code
175 * hw - Struct containing variables accessed by shared code
212 * hw - Struct containing variables accessed by shared code
237 * hw - Struct containing variables accessed by shared code
256 * hw - Struct containing variables accessed by shared code
294 * hw - Struct containing variables accessed by shared code
[all …]
Dixgb_hw.c95 * hw - Struct containing variables accessed by shared code
155 * hw - Struct containing variables accessed by shared code.
194 * hw - Struct containing variables accessed by shared code. The device_id
258 * hw - Struct containing variables accessed by shared code
350 * hw - Struct containing variables accessed by shared code
396 * hw - Struct containing variables accessed by shared code
464 * hw - Struct containing variables accessed by shared code
515 * hw - Struct containing variables accessed by shared code
546 * hw - Struct containing variables accessed by shared code
578 * hw - Struct containing variables accessed by shared code
[all …]
/Linux-v6.1/Documentation/driver-api/
Dedac.rst54 The data accessed by the memory controller is contained into one dimm
62 The data size accessed by the memory controller is interlaced into two
63 dimms, accessed at the same time. E. g. if the DIMM is 64 bits-wide (72
70 accessed. Common chip-select rows for single channel are 64 bits, for
86 sets of memory devices. The two rows cannot be accessed concurrently.
93 of memory devices. The two rows cannot be accessed concurrently.
/Linux-v6.1/arch/arm64/kernel/
Dimage-vars.h19 * accessed by the stub, so provide some aliases to make them accessible.
49 * accessed by it, therefore provide aliases to make them linkable.
50 * Do not include symbols which may not be safely accessed under hypervisor
65 /* Global kernel state accessed by nVHE hyp code. */
/Linux-v6.1/arch/x86/kvm/mmu/
Dtdp_iter.h39 * Accessed and Dirty bits can be set by the CPU. in kvm_tdp_mmu_write_spte()
41 * Note, non-leaf SPTEs do have Accessed bits and those bits are in kvm_tdp_mmu_write_spte()
42 * technically volatile, but KVM doesn't consume the Accessed bit of in kvm_tdp_mmu_write_spte()
44 * logic needs to be reassessed if KVM were to use non-leaf Accessed in kvm_tdp_mmu_write_spte()
/Linux-v6.1/drivers/net/ethernet/intel/e1000/
De1000_hw.c89 * @hw: Struct containing variables accessed by shared code
128 * @hw: Struct containing variables accessed by shared code
222 * @hw: Struct containing variables accessed by shared code
330 * @hw: Struct containing variables accessed by shared code
371 * @hw: Struct containing variables accessed by shared code
516 * @hw: Struct containing variables accessed by shared code
640 * @hw: Struct containing variables accessed by shared code.
677 * @hw: Struct containing variables accessed by shared code
792 * @hw: Struct containing variables accessed by shared code
936 * @hw: Struct containing variables accessed by shared code
[all …]
/Linux-v6.1/include/linux/iio/
Dbuffer-dma.h48 /* May only be accessed by the owner of the block */
53 * Set during allocation, constant thereafter. May be accessed read-only
61 /* Must not be accessed outside the core. */
64 * Must not be accessed outside the core. Access needs to hold
/Linux-v6.1/Documentation/dev-tools/
Dkasan.rst221 where the accessed memory was allocated (in case a slab object was accessed),
223 bug report). Next comes a description of the accessed slab object and the
224 information about the accessed memory page.
226 In the end, the report shows the memory state around the accessed address.
230 granules that surround the accessed address.
243 that the accessed address is partially accessible.
246 the accessed address (see the `Implementation details`_ section).
312 that is being accessed is equal to the tag of the pointer that is used to access
340 access, hardware makes sure that the tag of the memory that is being accessed is
366 accessed by the kernel. Therefore, KASAN only maps real shadow for certain
/Linux-v6.1/fs/freevxfs/
Dvxfs_inode.h81 __fs32 vdi_atime; /* Last time accessed - sec */
82 __fs32 vdi_autime; /* Last time accessed - usec */
137 __u32 vii_atime; /* Last time accessed - sec */
138 __u32 vii_autime; /* Last time accessed - usec */
/Linux-v6.1/arch/alpha/lib/
Dmemchr.S22 - memory accessed as aligned quadwords only
31 - only minimum number of quadwords may be accessed
120 # Make $18 point to last quad to be accessed (the
127 # At least two quads remain to be accessed.
133 # At least three quads remain to be accessed
Dev6-memchr.S9 * - memory accessed as aligned quadwords only
18 * - only minimum number of quadwords may be accessed
139 # Make $18 point to last quad to be accessed (the
145 # At least two quads remain to be accessed.
150 # At least three quads remain to be accessed
/Linux-v6.1/drivers/net/ethernet/atheros/atl1e/
Datl1e_hw.c136 * hw - Struct containing variables accessed by shared code
169 * hw - Struct containing variables accessed by shared code
197 * hw - Struct containing variables accessed by shared code
230 * hw - Struct containing variables accessed by shared code
281 * hw - Struct containing variables accessed by shared code
370 * hw - Struct containing variables accessed by shared code
499 * hw - Struct containing variables accessed by shared code
554 * hw - Struct containing variables accessed by shared code
579 * hw - Struct containing variables accessed by shared code
/Linux-v6.1/tools/lib/traceevent/Documentation/
Dlibtraceevent-file_endian.txt7 raw data being accessed by the tep handler.
27 being accessed by the tep handler. The _tep_ argument is trace event parser
31 accessed by the tep handler. The _tep_ argument is trace event parser context.
/Linux-v6.1/Documentation/admin-guide/blockdev/drbd/
Ddata-structure-v9.rst30 In this table, horizontally, devices can be accessed from resources by their
31 volume number. Likewise, peer_devices can be accessed from connections by
37 devices can be accessed by their minor device number via the drbd_devices idr.
/Linux-v6.1/arch/parisc/include/uapi/asm/
Dptrace.h21 * It can be accessed through PTRACE_PEEKUSR/PTRACE_POKEUSR only.
48 * It can be accessed through PTRACE_GETREGSET with NT_PRSTATUS
73 * It can be accessed through PTRACE_GETREGSET with NT_PRFPREG
/Linux-v6.1/arch/alpha/include/asm/
Dpgtable.h68 #define _PAGE_KRE 0x0100 /* xxx - see below on the "accessed" bit */
78 * NOTE! The "accessed" bit isn't necessarily exact: it can be kept exactly
80 * Under Linux/AXP, the "accessed" bit just means "read", and I'll just use
82 * KWE/UWE bits with both handling dirty and accessed.
84 * Note that the kernel uses the accessed bit just to check whether to page
97 * All the normal masks have the "page accessed" bits on, as any time they are used,
98 * the page is accessed. They are cleared only by the page-out routines
/Linux-v6.1/Documentation/userspace-api/media/dvb/
Ddemux.rst14 It can be accessed through ``/dev/adapter?/demux?``. Data types and
15 ioctl definitions can be accessed by including ``linux/dvb/dmx.h`` in
Dca.rst10 can be accessed through ``/dev/dvb/adapter?/ca?``. Data types and ioctl
11 definitions can be accessed by including ``linux/dvb/ca.h`` in your
/Linux-v6.1/Documentation/devicetree/bindings/fsi/
Dibm,p9-occ.txt4 This is the binding for the P9 or P10 On-Chip Controller accessed over FSI from
6 nodes. The OCC is not an FSI slave device itself, rather it is accessed

12345678910>>...64