Home
last modified time | relevance | path

Searched full:inactive (Results 1 – 25 of 870) sorted by relevance

12345678910>>...35

/linux-6.12.1/Documentation/devicetree/bindings/power/reset/
Dgpio-restart.yaml17 '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>;
Dgpio-poweroff.yaml15 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-6.12.1/mm/
Dworkingset.c25 * 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 …]
Dswap.c258 * to the tail of the inactive list.
397 * a folio is marked active just after it is added to the inactive in __lru_cache_activate_folio()
452 * * inactive,unreferenced -> inactive,referenced
453 * * inactive,referenced -> active,unreferenced
537 * inactive list to speed up its reclaim. It is moved to the
546 * 2. active, dirty/writeback folio -> inactive, head, reclaim
547 * 3. inactive, mapped folio -> none
548 * 4. inactive, dirty/writeback folio -> inactive, head, reclaim
549 * 5. inactive, clean -> inactive, tail
552 * In 4, it moves to the head of the inactive list so the folio is
[all …]
/linux-6.12.1/drivers/gpu/drm/msm/adreno/
Da5xx_catalog.c35 * Increase inactive period to 250 to avoid bouncing
53 * Increase inactive period to 250 to avoid bouncing
70 * Increase inactive period to 250 to avoid bouncing
88 * Increase inactive period to 250 to avoid bouncing
103 * Increase inactive period to 250 to avoid bouncing
124 * Increase inactive period to 250 to avoid bouncing
143 * Increase inactive period to 250 to avoid bouncing
/linux-6.12.1/kernel/bpf/
Dbpf_lru_list.c101 /* 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-6.12.1/drivers/power/reset/
Dgpio-poweroff.c33 /* drive it active, also inactive->active edge */ in gpio_poweroff_do_poweroff()
37 /* drive inactive, also active->inactive edge */ in gpio_poweroff_do_poweroff()
41 /* drive it active, also inactive->active edge */ in gpio_poweroff_do_poweroff()
76 device_property_read_u32(&pdev->dev, "inactive-delay-ms", in gpio_poweroff_probe()
Dgpio-restart.c29 /* 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-6.12.1/Documentation/userspace-api/gpio/
Dgpio-v2-line-set-values-ioctl.rst38 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.
Dgpio-handle-set-line-values-ioctl.rst39 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.
Dgpio-v2-line-get-values-ioctl.rst37 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.
Dgpio-handle-get-line-values-ioctl.rst39 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-6.12.1/arch/arm/mach-omap2/
Dcm.h15 * 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-6.12.1/drivers/gpu/drm/xe/tests/
Dxe_rtp_test.c377 .name = "active-inactive",
390 .name = "inactive-active",
403 .name = "inactive-1st_or_active-inactive",
420 .name = "inactive-2nd_or_active-inactive",
437 .name = "inactive-last_or_active-inactive",
454 .name = "inactive-no_or_active-inactive",
/linux-6.12.1/Documentation/devicetree/bindings/input/
Dgpio-matrix-keypad.txt27 - drive-inactive-cols: drive inactive columns during scan,
28 default is to turn inactive columns into inputs.
/linux-6.12.1/Documentation/devicetree/bindings/sound/
Ddavinci-mcasp-audio.yaml52 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-6.12.1/Documentation/admin-guide/pm/
Dstrategies.rst32 ``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-6.12.1/Documentation/scheduler/
Dsched-deadline.rst142 | 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-6.12.1/include/uapi/linux/
Ddm-ioctl.h25 * 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-6.12.1/drivers/spi/
Dspi-bitbang-txrx.h56 /* 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-6.12.1/drivers/net/ethernet/intel/ice/
Dice_nvm.c237 * @bank: whether to read from the active or inactive flash bank
289 * we want the active or inactive bank, calculate the desired offset. in ice_get_flash_bank_offset()
312 * whether or not to read from the active bank or the inactive bank of that
347 * @bank: whether to read from active or inactive NVM module
371 * @bank: whether to read from the active or inactive NVM module
401 * @bank: whether to read from the active or inactive module
583 * @bank: whether to read from the active or inactive flash bank
621 * ice_get_inactive_nvm_ver - Read Option ROM version from the inactive bank
626 * inactive NVM bank. Used to access version data for a pending update that
637 * @bank: whether to read from the active or inactive flash module
[all …]
/linux-6.12.1/net/tipc/
Dsubscr.h60 * @inactive: true if this subscription is inactive
72 bool inactive; member
/linux-6.12.1/Documentation/devicetree/bindings/clock/
Didt,versaclock5.yaml40 0 0 Active/Inactive
41 0 1 Inactive/Active
43 1 1 Inactive/Shutdown
/linux-6.12.1/arch/arm/include/debug/
Dsa1100.S32 @ if Ser3 is inactive, then try Ser1
37 @ if Ser1 is inactive, then try Ser2
/linux-6.12.1/drivers/md/
Ddm-ima.h43 * attributes' key-value pairs from the active/inactive tables.
51 * active and inactive tables for ima measurements.

12345678910>>...35