/Linux-v6.1/Documentation/devicetree/bindings/power/reset/ |
D | gpio-restart.yaml | 17 'open-source' is not found, the GPIO line will be driven in the inactive state. Otherwise its 22 This will also cause an inactive->active edge condition, triggering positive edge triggered 23 reset. After a delay specified by active-delay, the GPIO is set to inactive, thus causing an 24 active->inactive edge, triggering negative edge triggered reset. After a delay specified by 25 inactive-delay, the GPIO is driven active again. After a delay specified by wait-delay, the 41 in its inactive state. 61 inactive-delay: 63 description: Delay (default 100) to wait after driving gpio inactive [ms] 84 inactive-delay = <100>;
|
D | gpio-poweroff.yaml | 15 from inactive to active. After a delay (active-delay-ms) it 16 is expected to be switched back to inactive. After another 17 delay (inactive-delay-ms) it is configured as active again. 33 property is not specified, the GPIO is initialized as an output in its inactive state. 39 inactive-delay-ms: 41 description: Delay to wait after driving gpio inactive
|
/Linux-v6.1/mm/ |
D | workingset.c | 24 * inactive and the active list. Freshly faulted pages start out at 25 * the head of the inactive list and page reclaim scans pages from the 26 * tail. Pages that are accessed multiple times on the inactive list 28 * whereas active pages are demoted to the inactive list when the 34 * reclaim <- | inactive | <-+-- demotion | active | <--+ 43 * are evicted from the inactive list every time before another access 52 * inactive list, yet smaller than the size of memory. In this case, 58 * +-inactive------+-active----+ 64 * thrashing on the inactive list, after which refaulting pages can be 67 * Approximating inactive page access frequency - Observations: [all …]
|
D | swap.c | 279 * to the tail of the inactive list. 416 * a folio is marked active just after it is added to the inactive in __lru_cache_activate_folio() 468 * inactive,unreferenced -> inactive,referenced 469 * inactive,referenced -> active,unreferenced 559 * inactive list to speed up its reclaim. It is moved to the 568 * 2. active, dirty/writeback folio -> inactive, head, reclaim 569 * 3. inactive, mapped folio -> none 570 * 4. inactive, dirty/writeback folio -> inactive, head, reclaim 571 * 5. inactive, clean -> inactive, tail 574 * In 4, it moves to the head of the inactive list so the folio is [all …]
|
/Linux-v6.1/kernel/bpf/ |
D | bpf_lru_list.c | 96 /* Move nodes between or within active and inactive list (like 97 * active to inactive, inactive to active or tail of active back to 136 * inactive list. 158 /* Rotate the inactive list. It starts from the next_inactive_rotation 169 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive() local 170 struct list_head *cur, *last, *next = inactive; in __bpf_lru_list_rotate_inactive() 174 if (list_empty(inactive)) in __bpf_lru_list_rotate_inactive() 178 if (last == inactive) in __bpf_lru_list_rotate_inactive() 183 if (cur == inactive) { in __bpf_lru_list_rotate_inactive() 201 /* Shrink the inactive list. It starts from the tail of the [all …]
|
/Linux-v6.1/drivers/power/reset/ |
D | gpio-poweroff.c | 32 /* drive it active, also inactive->active edge */ in gpio_poweroff_do_poweroff() 36 /* drive inactive, also active->inactive edge */ in gpio_poweroff_do_poweroff() 40 /* drive it active, also inactive->active edge */ in gpio_poweroff_do_poweroff() 69 device_property_read_u32(&pdev->dev, "inactive-delay-ms", in gpio_poweroff_probe()
|
D | gpio-restart.c | 32 /* drive it active, also inactive->active edge */ in gpio_restart_notify() 36 /* drive inactive, also active->inactive edge */ in gpio_restart_notify() 40 /* drive it active, also inactive->active edge */ in gpio_restart_notify() 91 of_property_read_u32(pdev->dev.of_node, "inactive-delay", in gpio_restart_probe()
|
/Linux-v6.1/arch/arm/mach-omap2/ |
D | cm.h | 15 * PRCM to request that a module exit the inactive state in the case of 18 * module to reach the functionnal state from an inactive state. 33 * the PRCM to request that a module enter the inactive state in the 35 * in microseconds for the module to reach the inactive state from
|
/Linux-v6.1/Documentation/devicetree/bindings/input/ |
D | gpio-matrix-keypad.txt | 27 - drive-inactive-cols: drive inactive columns during scan, 28 default is to turn inactive columns into inputs.
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | davinci-mcasp-audio.yaml | 52 0 - Inactive, 1 - TX, 2 - RX 53 All AXR pins should be present in the array even if inactive 96 specify the drive on TX pin during inactive time slots 195 0 0 0 0 /* 0: INACTIVE, 1: TX, 2: RX */
|
/Linux-v6.1/Documentation/admin-guide/pm/ |
D | strategies.rst | 32 ``inactive`` (idle). If they are active, they have to be in power states 34 are inactive, ideally, they should be in low-power states in which they may not 39 draw (or maximum energy usage) of it. If all of them are inactive, the system
|
/Linux-v6.1/Documentation/scheduler/ |
D | sched-deadline.rst | 142 | Inactive | |(b) | (a) 159 - Inactive: if it is blocked and has surpassed the 0-lag time. 163 (a) When a task blocks, it does not become immediately inactive since its 166 ActiveNonContending. The scheduler arms the "inactive timer" to fire at 180 (b) If the task wakes up before the inactive timer fires, the task re-enters 181 the ActiveContending state and the "inactive timer" is canceled. 186 "inactive timer" is running on a different CPU, the "dl_non_contending" 189 "inactive timer" fires or when the task wakes up). 191 (c) When the "inactive timer" fires, the task enters the Inactive state and 194 (d) When an inactive task wakes up, it enters the ActiveContending state and [all …]
|
/Linux-v6.1/include/uapi/linux/ |
D | dm-ioctl.h | 25 * through the device, and an 'inactive' one which is a table 39 * Create a new device, neither the 'active' or 'inactive' table 57 * unsuspended device. If a table is present in the 'inactive' 71 * Load a table into the 'inactive' slot for the device. The 75 * Destroy any table in the 'inactive' slot (ie. abort). 335 * If set, any table information returned will relate to the inactive
|
/Linux-v6.1/drivers/spi/ |
D | spi-bitbang-txrx.h | 56 /* clock starts at inactive polarity */ in bitbang_txrx_be_cpha0() 88 /* clock starts at inactive polarity */ in bitbang_txrx_be_cpha1() 121 /* clock starts at inactive polarity */ in bitbang_txrx_le_cpha0() 154 /* clock starts at inactive polarity */ in bitbang_txrx_le_cpha1()
|
/Linux-v6.1/drivers/net/ethernet/intel/ice/ |
D | ice_nvm.c | 238 * @bank: whether to read from the active or inactive flash bank 290 * we want the active or inactive bank, calculate the desired offset. in ice_get_flash_bank_offset() 313 * whether or not to read from the active bank or the inactive bank of that 348 * @bank: whether to read from active or inactive NVM module 372 * @bank: whether to read from the active or inactive NVM module 388 * @bank: whether to read from the active or inactive module 556 * @bank: whether to read from the active or inactive flash bank 594 * ice_get_inactive_nvm_ver - Read Option ROM version from the inactive bank 599 * inactive NVM bank. Used to access version data for a pending update that 610 * @bank: whether to read from the active or inactive flash module [all …]
|
/Linux-v6.1/net/tipc/ |
D | subscr.h | 60 * @inactive: true if this subscription is inactive 72 bool inactive; member
|
D | subscr.c | 49 if (sub->inactive) in tipc_sub_send_event() 112 sub->inactive = true; in tipc_sub_timeout() 155 sub->inactive = false; in tipc_sub_subscribe()
|
/Linux-v6.1/Documentation/devicetree/bindings/clock/ |
D | idt,versaclock5.yaml | 40 0 0 Active/Inactive 41 0 1 Inactive/Active 43 1 1 Inactive/Shutdown
|
/Linux-v6.1/arch/arm/include/debug/ |
D | sa1100.S | 32 @ if Ser3 is inactive, then try Ser1 37 @ if Ser1 is inactive, then try Ser2
|
/Linux-v6.1/include/linux/ |
D | atmel-isc-media.h | 25 * AWB == 1: autowhitebalance is on, the do_white_balance button is inactive, 26 * the gains/offsets are inactive, but volatile and readable.
|
/Linux-v6.1/drivers/md/ |
D | dm-ima.h | 44 * attributes' key-value pairs from the active/inactive tables. 52 * active and inactive tables for ima measurements.
|
/Linux-v6.1/fs/proc/ |
D | meminfo.c | 66 show_val_kb(m, "Inactive: ", pages[LRU_INACTIVE_ANON] + in meminfo_proc_show() 69 show_val_kb(m, "Inactive(anon): ", pages[LRU_INACTIVE_ANON]); in meminfo_proc_show() 71 show_val_kb(m, "Inactive(file): ", pages[LRU_INACTIVE_FILE]); in meminfo_proc_show()
|
/Linux-v6.1/Documentation/admin-guide/device-mapper/ |
D | dm-ima.rst | 99 When a new table is loaded in a device's inactive table slot, 128 which is being loaded into the DM device's inactive table slot. 209 data from an active and inactive table are measured. 222 device_inactive_metadata := Device metadata that reflects the inactive table. 226 inactive_table_hash := Hash of the inactive table. 249 When an inactive table is cleared from the device, the device information and a sha256 hash of the 250 data from an inactive table are measured. 260 …device_inactive_metadata := Device metadata that was captured during the load time inactive table … 262 inactive_table_hash := Hash of the inactive table being cleared from the device. 266 For instance, if a linear device's inactive table is cleared,
|
/Linux-v6.1/arch/x86/events/intel/ |
D | bts.c | 253 /* INACTIVE/STOPPED -> ACTIVE */ in __bts_event_start() 295 /* ACTIVE -> INACTIVE(PMI)/STOPPED(->stop()) */ in __bts_event_stop() 345 * Here we transition from INACTIVE to ACTIVE; in intel_bts_enable_local() 364 * Here we transition from ACTIVE to INACTIVE; in intel_bts_disable_local() 365 * do nothing for STOPPED or INACTIVE. in intel_bts_disable_local() 468 * so we can only be INACTIVE or STOPPED in intel_bts_interrupt()
|
/Linux-v6.1/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 144 * Increase inactive period to 250 to avoid bouncing 162 * Increase inactive period to 250 to avoid bouncing 179 * Increase inactive period to 250 to avoid bouncing 197 * Increase inactive period to 250 to avoid bouncing 212 * Increase inactive period to 250 to avoid bouncing 230 * Increase inactive period to 250 to avoid bouncing 249 * Increase inactive period to 250 to avoid bouncing
|