Home
last modified time | relevance | path

Searched refs:accessed (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/openbmc/linux/mm/damon/
H A Dpaddr.c85 bool *accessed = arg; in __damon_pa_young() local
88 *accessed = false; in __damon_pa_young()
92 *accessed = pte_young(ptep_get(pvmw.pte)) || in __damon_pa_young()
97 *accessed = pmd_young(pmdp_get(pvmw.pmd)) || in __damon_pa_young()
104 if (*accessed) { in __damon_pa_young()
111 return *accessed == false; in __damon_pa_young()
117 bool accessed = false; in damon_pa_young() local
119 .arg = &accessed, in damon_pa_young()
130 accessed = false; in damon_pa_young()
132 accessed = true; in damon_pa_young()
[all …]
H A DKconfig92 that not accessed for a long time (cold) using DAMON and reclaim
104 protect frequently accessed (hot) pages while rarely accessed (cold)
/openbmc/qemu/hw/i2c/
H A Dsmbus_eeprom.c49 bool accessed; member
58 eeprom->accessed = true; in eeprom_receive_byte()
71 eeprom->accessed = true; in eeprom_write_data()
94 return (eeprom->accessed || smbus_vmstate_needed(&eeprom->smbusdev)) && in smbus_eeprom_vmstate_needed()
107 VMSTATE_BOOL(accessed, SMBusEEPROMDevice),
/openbmc/linux/Documentation/admin-guide/blockdev/drbd/
H A 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.
/openbmc/linux/Documentation/devicetree/bindings/fsi/
H A 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
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A 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
H A 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
H A Dfrontend.rst30 The frontend can be accessed through ``/dev/dvb/adapter?/frontend?``.
31 Data types and ioctl definitions can be accessed by including
/openbmc/linux/drivers/staging/media/av7110/
H A Daudio.rst10 TV hardware. It can be accessed through ``/dev/dvb/adapter?/audio?``. Data
11 types and ioctl definitions can be accessed by including
H A Dvideo.rst10 TV hardware. It can be accessed through **/dev/dvb/adapter0/video0**. Data
11 types and ioctl definitions can be accessed by including
/openbmc/linux/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst9 accessed by a workload and which are idle. This information can be useful for
30 A page is considered idle if it has not been accessed since it was marked idle
31 (for more details on what "accessed" actually means see the :ref:`Implementation
81 considered referenced if it has been recently accessed via a process address
83 set, or marked accessed explicitly by the kernel (see mark_page_accessed()). The
93 - a page is accessed by a device driver using get_user_pages()
H A 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
/openbmc/linux/arch/alpha/lib/
H A Dmemchr.S120 # 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
H A Dev6-memchr.S139 # 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
/openbmc/linux/Documentation/devicetree/bindings/
H A Dresource-names.txt2 normally accessed by index. However, some devices will have multiple
3 values which are more naturally accessed by name. Device nodes can
/openbmc/linux/Documentation/i2c/
H A Di2c-topology.rst17 that has to be operated before the device can be accessed.
207 When any device is accessed, all other devices are locked out for
231 When device D1 is accessed, accesses to D2 are locked out for the
254 When device D1 is accessed, accesses to D2 and D3 are locked out
288 When D1 is accessed, accesses to D2 are locked out for the full
293 When D3 or D4 are accessed, everything else is locked out. For D3
318 When D1 is accessed, accesses to D2, D3 and D4 are locked out. But
342 When any device is accessed, accesses to all other devices are locked
366 When D1 or D2 are accessed, accesses to D3 and D4 are locked out while
367 accesses to D5 may interleave. When D3 or D4 are accessed, accesses to
/openbmc/linux/Documentation/driver-api/
H A 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.
196 GPU nodes can be accessed the same way as the data fabric on CPU nodes.
/openbmc/u-boot/drivers/i2c/muxes/
H A DKconfig7 bus select is handled automatically when that bus is accessed,
16 bus select is handled automatically when that bus is accessed,
/openbmc/linux/Documentation/mm/
H A 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``
117 generation when it finds them accessed through page tables; the
125 the aging clears the accessed bit and updates the gen counter of the
138 accessed through page tables and updated its gen counter. It also
140 was accessed multiple times through file descriptors and the feedback
184 and clear the accessed bit) can be expensive because pages from
/openbmc/linux/Documentation/arch/arm64/
H A Dtagged-address-abi.rst46 1. User addresses not accessed by the kernel but used for address space
67 2. User addresses accessed by the kernel (e.g. ``write()``). This ABI
119 indirectly as arguments to be accessed by the kernel.
122 indirectly as arguments to be accessed by the kernel.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/microsoft-gsl/microsoft-gsl/
H A D0002-Fix-gcc-build-problem.patch23 // Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks
55 // Turn off clang unsafe buffer warnings as all accessed are guarded by runtime checks
/openbmc/linux/arch/mips/net/
H A Dbpf_jit_comp.h82 u32 accessed; /* Bit mask of read eBPF registers */ member
129 ctx->accessed |= BIT(reg); in access_reg()
/openbmc/openbmc/poky/meta/recipes-extended/man-db/
H A Dman-db_2.13.0.bb1 SUMMARY = "An implementation of the standard Unix documentation system accessed using the man comma…
3 DESCRIPTION = "man-db is an implementation of the standard Unix documentation system accessed using…
/openbmc/linux/Documentation/virt/kvm/devices/
H A Darm-vgic-v3.rst86 __u32 value. 64-bit registers must be accessed by separately accessing the
100 differently when accessed via this interface compared to their
105 redistributor is accessed. The mpidr is ignored for the distributor.
148 and ISPENDR registers.) For a level triggered interrupt the value accessed
192 All system regs accessed through this API are (rw, 64-bit) and
199 Error -ENXIO is returned when accessed in AArch32 mode.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python3-attrdict3/
H A Dpython3-attrdict3_2.0.2.bb1 …d library that provides mapping objects that allow their elements to be accessed both as keys and …

12345678910>>...21