Home
last modified time | relevance | path

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

12345678910>>...56

/kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/reset/
Dgpio-restart.txt7 will be driven in the inactive state. Otherwise its not driven until
13 inactive->active edge condition, triggering positive edge triggered
15 inactive, thus causing an active->inactive edge, triggering negative edge
16 triggered reset. After a delay specified by inactive-delay, the GPIO
30 specified, the GPIO is initialized as an output in its inactive state.
41 - inactive-delay: Delay (default 100) to wait after driving gpio inactive [ms]
52 inactive-delay = <100>;
Dgpio-poweroff.txt6 'input' is not found, the GPIO line will be driven in the inactive
11 condition. This will also cause an inactive->active edge condition, so
13 the GPIO is set to inactive, thus causing an active->inactive edge,
29 inactive state.
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/reset/
Dgpio-restart.txt7 will be driven in the inactive state. Otherwise its not driven until
13 inactive->active edge condition, triggering positive edge triggered
15 inactive, thus causing an active->inactive edge, triggering negative edge
16 triggered reset. After a delay specified by inactive-delay, the GPIO
30 specified, the GPIO is initialized as an output in its inactive state.
41 - inactive-delay: Delay (default 100) to wait after driving gpio inactive [ms]
52 inactive-delay = <100>;
Dgpio-poweroff.txt6 'input' is not found, the GPIO line will be driven in the inactive
11 condition. This will also cause an inactive->active edge condition, so
13 the GPIO is set to inactive, thus causing an active->inactive edge,
29 inactive state.
31 - inactive-delay-ms: Delay (default 100) to wait after driving gpio inactive
/kernel/linux/linux-4.19/mm/
Dworkingset.c23 * inactive and the active list. Freshly faulted pages start out at
24 * the head of the inactive list and page reclaim scans pages from the
25 * tail. Pages that are accessed multiple times on the inactive list
27 * whereas active pages are demoted to the inactive list when the
33 * reclaim <- | inactive | <-+-- demotion | active | <--+
42 * are evicted from the inactive list every time before another access
51 * inactive list, yet smaller than the size of memory. In this case,
57 * +-inactive------+-active----+
63 * thrashing on the inactive list, after which refaulting pages can be
66 * Approximating inactive page access frequency - Observations:
[all …]
Dswap.c246 * inactive list.
347 * a page is marked PageActive just after it is added to the inactive in __lru_cache_activate_page()
365 * inactive,unreferenced -> inactive,referenced
366 * inactive,referenced -> active,unreferenced
476 * inactive list to speed up its reclaim. It is moved to the
485 * 2. active, dirty/writeback page -> inactive, head, PG_reclaim
486 * 3. inactive, mapped page -> none
487 * 4. inactive, dirty/writeback page -> inactive, head, PG_reclaim
488 * 5. inactive, clean -> inactive, tail
491 * In 4, why it moves inactive's head, the VM expects the page would
[all …]
/kernel/linux/linux-5.10/mm/
Dworkingset.c24 * 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 …]
Dswap.c263 * inactive list.
403 * a page is marked PageActive just after it is added to the inactive in __lru_cache_activate_page()
421 * inactive,unreferenced -> inactive,referenced
422 * inactive,referenced -> active,unreferenced
489 * Place @page on the inactive or unevictable LRU list, depending on its
515 * inactive list to speed up its reclaim. It is moved to the
524 * 2. active, dirty/writeback page -> inactive, head, PG_reclaim
525 * 3. inactive, mapped page -> none
526 * 4. inactive, dirty/writeback page -> inactive, head, PG_reclaim
527 * 5. inactive, clean -> inactive, tail
[all …]
/kernel/linux/linux-4.19/kernel/bpf/
Dbpf_lru_list.c99 /* Move nodes between or within active and inactive list (like
100 * active to inactive, inactive to active or tail of active back to
139 * inactive list.
161 /* Rotate the inactive list. It starts from the next_inactive_rotation
172 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive() local
173 struct list_head *cur, *last, *next = inactive; in __bpf_lru_list_rotate_inactive()
177 if (list_empty(inactive)) in __bpf_lru_list_rotate_inactive()
181 if (last == inactive) in __bpf_lru_list_rotate_inactive()
186 if (cur == inactive) { in __bpf_lru_list_rotate_inactive()
204 /* Shrink the inactive list. It starts from the tail of the
[all …]
/kernel/linux/linux-5.10/kernel/bpf/
Dbpf_lru_list.c96 /* 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 …]
/kernel/linux/linux-5.10/drivers/power/reset/
Dgpio-poweroff.c32 /* 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()
Dgpio-restart.c32 /* 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()
/kernel/linux/linux-4.19/drivers/power/reset/
Dgpio-restart.c40 /* drive it active, also inactive->active edge */ in gpio_restart_notify()
44 /* drive inactive, also active->inactive edge */ in gpio_restart_notify()
48 /* drive it active, also inactive->active edge */ in gpio_restart_notify()
97 of_property_read_u32(pdev->dev.of_node, "inactive-delay", in gpio_restart_probe()
Dgpio-poweroff.c34 /* 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()
/kernel/linux/linux-4.19/arch/arm/mach-omap2/
Dcm.h18 * PRCM to request that a module exit the inactive state in the case of
21 * module to reach the functionnal state from an inactive state.
37 * the PRCM to request that a module enter the inactive state in the
39 * in microseconds for the module to reach the inactive state from
/kernel/linux/linux-5.10/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.
34 * the PRCM to request that a module enter the inactive state in the
36 * in microseconds for the module to reach the inactive state from
/kernel/linux/linux-4.19/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.
/kernel/linux/linux-5.10/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.
/kernel/linux/linux-4.19/include/trace/events/
Dvmscan.h432 unsigned long total_inactive, unsigned long inactive,
436 TP_ARGS(nid, reclaim_idx, total_inactive, inactive, total_active, active, ratio, file),
442 __field(unsigned long, inactive)
453 __entry->inactive = inactive;
460 …TP_printk("nid=%d reclaim_idx=%d total_inactive=%ld inactive=%ld total_active=%ld active=%ld ratio…
463 __entry->total_inactive, __entry->inactive,
/kernel/liteos_a/kernel/base/vm/
Dlos_vm_scan.c96 /* move a page from inactive list to active list head */
107 /* move a page from active list to inactive list head */
126 /* move a page to the most active pos in lru list(inactive head) */
135 ----------inactive----------|----------active------------
164 /* move inactive to active */ in OsPageRefIncLocked()
179 ----------inactive----------|----------active------------
/kernel/linux/linux-4.19/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).
319 * If set, any table information returned will relate to the inactive
/kernel/linux/linux-5.10/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).
321 * If set, any table information returned will relate to the inactive
/kernel/linux/linux-5.10/include/trace/events/
Dvmscan.h459 unsigned long total_inactive, unsigned long inactive,
463 TP_ARGS(nid, reclaim_idx, total_inactive, inactive, total_active, active, ratio, file),
469 __field(unsigned long, inactive)
480 __entry->inactive = inactive;
488 …TP_printk("nid=%d reclaim_idx=%d total_inactive=%ld inactive=%ld total_active=%ld active=%ld ratio…
491 __entry->total_inactive, __entry->inactive,
/kernel/linux/linux-5.10/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
/kernel/linux/linux-4.19/Documentation/admin-guide/pm/
Dstrategies.rst28 ``inactive`` (idle). If they are active, they have to be in power states
30 are inactive, ideally, they should be in low-power states in which they may not
35 draw (or maximum energy usage) of it. If all of them are inactive, the system

12345678910>>...56