/linux/Documentation/devicetree/bindings/power/reset/ |
H A 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 44 in its inactive state. 54 inactive-delay: 56 description: Delay (default 100) to wait after driving gpio inactive [ms] 77 inactive-delay = <100>;
|
H A 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. 36 property is not specified, the GPIO is initialized as an output in its inactive state. 42 inactive-delay-ms: 44 description: Delay to wait after driving gpio inactive
|
/linux/mm/ |
H A D | workingset.c | 25 * inactive and the active list. Freshly faulted pages start out at 26 * the head of the inactive list and page reclaim scans pages from the 27 * tail. Pages that are accessed multiple times on the inactive list 29 * whereas active pages are demoted to the inactive list when the 35 * reclaim <- | inactive | <-+-- demotion | active | <--+ 44 * are evicted from the inactive list every time before another access 53 * inactive list, yet smaller than the size of memory. In this case, 59 * +-inactive------+-active----+ 65 * thrashing on the inactive list, after which refaulting pages can be 68 * Approximating inactive page access frequency - Observations: [all …]
|
H A D | swap.c | 227 * to the tail of the inactive list. 366 * a folio is marked active just after it is added to the inactive in __lru_cache_activate_folio() 442 * * inactive,unreferenced -> inactive,referenced 443 * * inactive,referenced -> active,unreferenced 529 * inactive list to speed up its reclaim. It is moved to the 538 * 2. active, dirty/writeback folio -> inactive, head, reclaim 539 * 3. inactive, mapped folio -> none 540 * 4. inactive, dirty/writeback folio -> inactive, head, reclaim 541 * 5. inactive, clean -> inactive, tail 544 * In 4, it moves to the head of the inactive list so the folio is [all …]
|
/linux/kernel/bpf/ |
H A D | bpf_lru_list.c | 101 /* Move nodes between or within active and inactive list (like 102 * active to inactive, inactive to active or tail of active back to 141 * inactive list. 163 /* Rotate the inactive list. It starts from the next_inactive_rotation 174 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive() local 175 struct list_head *cur, *last, *next = inactive; in __bpf_lru_list_rotate_inactive() 179 if (list_empty(inactive)) in __bpf_lru_list_rotate_inactive() 183 if (last == inactive) in __bpf_lru_list_rotate_inactive() 188 if (cur == inactive) { in __bpf_lru_list_rotate_inactive() 206 /* Shrink the inactive list. It starts from the tail of the [all …]
|
/linux/drivers/power/reset/ |
H A D | gpio-restart.c | 29 /* drive it active, also inactive->active edge */ in gpio_restart_notify() 33 /* drive inactive, also active->inactive edge */ in gpio_restart_notify() 37 /* drive it active, also inactive->active edge */ in gpio_restart_notify() 87 of_property_read_u32(pdev->dev.of_node, "inactive-delay", in gpio_restart_probe()
|
/linux/Documentation/userspace-api/gpio/ |
H A D | gpio-v2-line-set-values-ioctl.rst | 38 The values set are logical, indicating if the line is to be active or inactive. 40 values (active/inactive) and physical values (high/low). 41 If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is not set then active is high and inactive 43 inactive is high.
|
H A D | gpio-handle-set-line-values-ioctl.rst | 39 The values set are logical, indicating if the line is to be active or inactive. 41 values (active/inactive) and physical values (high/low). 43 inactive is low. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is set then active is low 44 and inactive is high.
|
H A D | gpio-v2-line-get-values-ioctl.rst | 37 The values returned are logical, indicating if the line is active or inactive. 39 values (high/low) and logical values (active/inactive). 41 inactive. If ``GPIO_V2_LINE_FLAG_ACTIVE_LOW`` is set then low is active and 42 high is inactive.
|
H A D | gpio-handle-get-line-values-ioctl.rst | 39 The values returned are logical, indicating if the line is active or inactive. 41 values (high/low) and logical values (active/inactive). 43 low is inactive. If ``GPIOHANDLE_REQUEST_ACTIVE_LOW`` is set then low is active 44 and high is inactive.
|
/linux/arch/arm/mach-omap2/ |
H A 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/Documentation/devicetree/bindings/sound/ |
H A 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 196 0 0 0 0 /* 0: INACTIVE, 1: TX, 2: RX */
|
/linux/Documentation/admin-guide/pm/ |
H A 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/drivers/spi/ |
H A 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/net/tipc/ |
H A D | subscr.h | 60 * @inactive: true if this subscription is inactive 72 bool inactive; member
|
H A 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/Documentation/devicetree/bindings/clock/ |
H A D | idt,versaclock5.yaml | 40 0 0 Active/Inactive 41 0 1 Inactive/Active 43 1 1 Inactive/Shutdown
|
/linux/Documentation/admin-guide/device-mapper/ |
H A 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/arch/arm/include/debug/ |
H A D | sa1100.S | 32 @ if Ser3 is inactive, then try Ser1 37 @ if Ser1 is inactive, then try Ser2
|
/linux/drivers/md/ |
H A D | dm-ima.h | 43 * attributes' key-value pairs from the active/inactive tables. 51 * active and inactive tables for ima measurements.
|
/linux/include/linux/ |
H A 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/Documentation/devicetree/bindings/pwm/ |
H A D | nxp,mc33xs2410.yaml | 36 spi-cs-inactive-delay-ns: 103 spi-cs-inactive-delay-ns = <300>;
|
/linux/include/uapi/linux/ |
H A D | gpio.h | 59 * @GPIO_V2_LINE_FLAG_EDGE_RISING: line detects rising (inactive to active) 62 * inactive) edges 91 * and 0 for inactive 402 * line, this specifies the default output value, should be 0 (inactive) or 429 * this specifies the default output value, should be 0 (inactive) or 446 * the desired target state. States are 0 (inactive) or 1 (active).
|
/linux/Documentation/filesystems/ |
H A D | qnx6.rst | 51 inactive superblock. 187 (system area of the inactive - resp. lower serial numbered superblock) while 192 time or a filesystem sync is requested), serial of the previously inactive
|
/linux/Documentation/maintainer/ |
H A D | feature-and-driver-maintainers.rst | 154 Subsystem maintainers may remove inactive maintainers from the MAINTAINERS 158 Removing an inactive maintainer should not be seen as a punitive action. 159 Having an inactive maintainer has a real cost as all developers have
|