Home
last modified time | relevance | path

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

12345678910>>...28

/Linux-v5.4/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
/Linux-v5.4/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.c247 * inactive list.
348 * a page is marked PageActive just after it is added to the inactive in __lru_cache_activate_page()
366 * inactive,unreferenced -> inactive,referenced
367 * inactive,referenced -> active,unreferenced
477 * inactive list to speed up its reclaim. It is moved to the
486 * 2. active, dirty/writeback page -> inactive, head, PG_reclaim
487 * 3. inactive, mapped page -> none
488 * 4. inactive, dirty/writeback page -> inactive, head, PG_reclaim
489 * 5. inactive, clean -> inactive, tail
492 * In 4, why it moves inactive's head, the VM expects the page would
[all …]
Dvmscan.c116 /* Incremented by the number of inactive pages that were scanned */
1058 * inactive list. Another page table reference will in page_check_references()
1226 * inactive list and refilling from the active list. The in shrink_page_list()
1831 unsigned long inactive, isolated; in too_many_isolated() local
1840 inactive = node_page_state(pgdat, NR_INACTIVE_FILE); in too_many_isolated()
1843 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated()
1853 inactive >>= 3; in too_many_isolated()
1855 return isolated > inactive; in too_many_isolated()
2203 * The inactive anon list should be small enough that the VM never has
2206 * The inactive file list should be small enough to leave most memory
[all …]
/Linux-v5.4/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 …]
/Linux-v5.4/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()
89 of_property_read_u32(pdev->dev.of_node, "inactive-delay", in gpio_restart_probe()
/Linux-v5.4/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
/Linux-v5.4/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-v5.4/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
/Linux-v5.4/include/trace/events/
Dvmscan.h425 unsigned long total_inactive, unsigned long inactive,
429 TP_ARGS(nid, reclaim_idx, total_inactive, inactive, total_active, active, ratio, file),
435 __field(unsigned long, inactive)
446 __entry->inactive = inactive;
454 …TP_printk("nid=%d reclaim_idx=%d total_inactive=%ld inactive=%ld total_active=%ld active=%ld ratio…
457 __entry->total_inactive, __entry->inactive,
/Linux-v5.4/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-v5.4/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-v5.4/Documentation/devicetree/bindings/sound/
Ddavinci-mcasp-audio.txt21 (0 - INACTIVE, 1 - TX, 2 - RX)
33 - dismod : Specify the drive on TX pin during inactive slots
79 0 0 0 0 /* 0: INACTIVE, 1: TX, 2: RX */
/Linux-v5.4/arch/s390/kernel/
Dperf_cpum_cf.c140 * Change the CPUMF state to inactive.
141 * Disable and enable (inactive) the CPU-counter sets according
148 u64 inactive; in cpumf_pmu_disable() local
153 inactive = cpuhw->state & ~((1 << CPUMF_LCCTL_ENABLE_SHIFT) - 1); in cpumf_pmu_disable()
154 err = lcctl(inactive); in cpumf_pmu_disable()
386 * the inactive or disabled state. in cpumf_pmu_start()
402 * control and set the counter set state to inactive. in cpumf_pmu_stop()
/Linux-v5.4/fs/proc/
Dmeminfo.c67 show_val_kb(m, "Inactive: ", pages[LRU_INACTIVE_ANON] + in meminfo_proc_show()
70 show_val_kb(m, "Inactive(anon): ", pages[LRU_INACTIVE_ANON]); in meminfo_proc_show()
72 show_val_kb(m, "Inactive(file): ", pages[LRU_INACTIVE_FILE]); in meminfo_proc_show()
/Linux-v5.4/arch/arm/include/debug/
Dsa1100.S32 @ if Ser3 is inactive, then try Ser1
37 @ if Ser1 is inactive, then try Ser2
/Linux-v5.4/net/tipc/
Dsubscr.c47 if (sub->inactive) in tipc_sub_send_event()
111 sub->inactive = true; in tipc_sub_timeout()
152 sub->inactive = false; in tipc_sub_subscribe()
/Linux-v5.4/arch/x86/events/intel/
Dbts.c241 /* INACTIVE/STOPPED -> ACTIVE */ in __bts_event_start()
283 /* ACTIVE -> INACTIVE(PMI)/STOPPED(->stop()) */ in __bts_event_stop()
333 * Here we transition from INACTIVE to ACTIVE; in intel_bts_enable_local()
352 * Here we transition from ACTIVE to INACTIVE; in intel_bts_disable_local()
353 * do nothing for STOPPED or INACTIVE. in intel_bts_disable_local()
456 * so we can only be INACTIVE or STOPPED in intel_bts_interrupt()
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dwritecache.rst73 2. load an inactive table with a linear target that maps
79 6. the cache device is now inactive and it can be deleted
/Linux-v5.4/net/netfilter/
Dnft_set_bitmap.c30 * 00 = this element is inactive in the current generation. In case of no
31 * ^ updates, it stays inactive in the next generation.
35 * 01 = this element is inactive in the current generation and it becomes active
39 * 10 = this element is active in the current generation and it becomes inactive
/Linux-v5.4/arch/s390/include/asm/
Dunwind.h17 * 3) task!=NULL, regs==NULL: the unwind starts for an inactive task with
21 * frame 'regs' of a inactive task
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-class-rfkill72 0: inactive
85 0: inactive
/Linux-v5.4/Documentation/filesystems/
Dqnx6.txt45 inactive superblock.
165 (system area of the inactive - resp. lower serial numbered superblock) while
170 time or a filesystem sync is requested), serial of the previously inactive

12345678910>>...28