| /OK3568_Linux_fs/kernel/Documentation/admin-guide/mm/ |
| H A D | idle_page_tracking.rst | 11 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 …]
|
| /OK3568_Linux_fs/kernel/mm/damon/ |
| H A D | paddr.c | 89 bool accessed; member 102 result->accessed = false; in __damon_pa_young() 107 result->accessed = pte_young(*pvmw.pte) || in __damon_pa_young() 112 result->accessed = pmd_young(*pvmw.pmd) || in __damon_pa_young() 120 if (result->accessed) { in __damon_pa_young() 126 /* If accessed, stop walking */ in __damon_pa_young() 127 return !result->accessed; in __damon_pa_young() 135 .accessed = false, in damon_pa_young() 149 result.accessed = false; in damon_pa_young() 151 result.accessed = true; in damon_pa_young() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgb/ |
| H A D | ixgb_ee.c | 23 * 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 …]
|
| H A D | ixgb_hw.c | 95 * 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 …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_schema.sql | 10 accessed INTEGER NOT NULL, field 27 accessed INTEGER NOT NULL, field 55 ON resources (accessed); 58 ON tiles (accessed);
|
| H A D | offline_schema.hpp | 18 " accessed INTEGER NOT NULL,\n" 34 " accessed INTEGER NOT NULL,\n" 54 "ON resources (accessed);\n" 56 "ON tiles (accessed);\n"
|
| H A D | offline_database.cpp | 229 // Update accessed timestamp used for LRU eviction. in getResource() 231 …mapbox::sqlite::Query accessedQuery{ getStatement("UPDATE resources SET accessed = ?1 WHERE url = … in getResource() 291 "SET accessed = ?1, " in putResource() 314 " accessed = ?6, " in putResource() 343 …"INSERT INTO resources (url, kind, etag, expires, must_revalidate, modified, accessed, data, compr… in putResource() 373 "SET accessed = ?1 " in getTile() 467 "SET accessed = ?1, " in putTile() 498 " accessed = ?5, " in putTile() 534 …ate, pixel_ratio, x, y, z, modified, must_revalidate, etag, expires, accessed, data, compresse… in putTile() 847 "SELECT max(accessed) " in evict() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_debugfs_helper.h | 29 * @array: Address of an object that can be accessed like an array. 41 * @array: Address of an object that can be accessed like an array. 87 * @array: Address of an object that can be accessed like an array. 100 * @array: Address of an object that can be accessed like an array. 124 * the address of an object that can be accessed like an array. 148 * the address of an object that can be accessed like an array.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | edac.rst | 54 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.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/ |
| H A D | e1000_hw.c | 89 * @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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kasan.rst | 128 access, a stack trace of where the accessed memory was allocated (in case bad 131 the accessed slab object and information about the accessed memory page. 133 In the last section the report shows memory state around the accessed address. 137 granules that surround the accessed address. 150 the accessed address is partially accessible. For tag-based KASAN modes this 151 last report section shows the memory tags around the accessed address 260 is being accessed is equal to tag of the pointer that is used to access this 290 access, hardware makes sure that tag of the memory that is being accessed is 316 that all addresses accessed by instrumented code have a valid shadow 321 could be accessed by the kernel.
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | image-vars.h | 22 * accessed by the stub, so provide some aliases to make them accessible. 59 * accessed by it, therefore provide aliases to make them linkable. 60 * Do not include symbols which may not be safely accessed under hypervisor 74 /* Global kernel state accessed by nVHE hyp code. */
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | signed_hdr.h | 44 * hash is accessed through the macro SHDR_GET_HASH and 45 * signature is accessed through the macro SHDR_GET_SIG 97 * iv is accessed through the macro SHDR_ENC_GET_IV and 98 * tag is accessed through the macro SHDR_ENC_GET_TAG
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | signed_hdr.h | 44 * hash is accessed through the macro SHDR_GET_HASH and 45 * signature is accessed through the macro SHDR_GET_SIG 97 * iv is accessed through the macro SHDR_ENC_GET_IV and 98 * tag is accessed through the macro SHDR_ENC_GET_TAG
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atl1e/ |
| H A D | atl1e_hw.c | 136 * 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
|
| /OK3568_Linux_fs/kernel/include/linux/iio/ |
| H A D | buffer-dma.h | 53 /* May only be accessed by the owner of the block */ 58 * Set during allocation, constant thereafter. May be accessed read-only 66 /* Must not be accessed outside the core. */ 69 * Must not be accessed outside the core. Access needs to hold
|
| /OK3568_Linux_fs/kernel/arch/alpha/lib/ |
| H A D | memchr.S | 22 - 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
|
| H A D | ev6-memchr.S | 9 * - 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
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_config.h | 73 * can be accessed (and possibly initialized) in here. 85 * can be accessed (and possibly terminated) in here. 100 …* The platform specific private pointer kbase_device::platform_context can be accessed and modifie… 110 …* The platform specific private pointer kbase_device::platform_context can be accessed and modifie… 128 * can be accessed and modified in here. It is the platform \em 143 * can be accessed and modified in here. It is the platform \em
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | i2c-topology.rst | 15 that has to be operated before the device can be accessed. 237 When any device is accessed, all other devices are locked out for 261 When device D1 is accessed, accesses to D2 are locked out for the 282 When device D1 is accessed, accesses to D2 and D3 are locked out 316 When D1 is accessed, accesses to D2 are locked out for the full 321 When D3 or D4 are accessed, everything else is locked out. For D3 346 When D1 is accessed, accesses to D2, D3 and D4 are locked out. But 370 When any device is accessed, accesses to all other devices are locked 394 When D1 or D2 are accessed, accesses to D3 and D4 are locked out while 395 accesses to D5 may interleave. When D3 or D4 are accessed, accesses to
|
| /OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/ |
| H A D | libtraceevent-file_endian.txt | 7 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.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/include/ |
| H A D | pcicfg.h | 171 #define PCI_BAR0_WIN 0x80 /* backplane addres space accessed by BAR0 */ 172 #define PCI_BAR1_WIN 0x84 /* backplane addres space accessed by BAR1 */ 181 #define PCI_BAR0_WIN2 0xac /* backplane addres space accessed by second 4KB of BAR0 */ 238 #define PCIE2_BAR0_WIN2 0x70 /* backplane addres space accessed by second 4KB of BAR0 */ 239 #define PCIE2_BAR0_CORE2_WIN 0x74 /* backplane addres space accessed by second 4KB of BAR0 */ 240 #define PCIE2_BAR0_CORE2_WIN2 0x78 /* backplane addres space accessed by second 4KB of BAR0 */
|
| /OK3568_Linux_fs/kernel/fs/freevxfs/ |
| H A D | vxfs_inode.h | 106 __fs32 vdi_atime; /* Last time accessed - sec */ 107 __fs32 vdi_autime; /* Last time accessed - usec */ 162 __u32 vii_atime; /* Last time accessed - sec */ 163 __u32 vii_autime; /* Last time accessed - usec */
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/blockdev/drbd/ |
| H A D | data-structure-v9.rst | 30 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.
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | ptrace.h | 21 * 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
|