/linux-5.10/Documentation/devicetree/bindings/power/reset/ |
D | gpio-restart.txt | 7 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>;
|
D | gpio-poweroff.txt | 6 '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-5.10/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 | 263 * inactive list. 397 * a page is marked PageActive just after it is added to the inactive in __lru_cache_activate_page() 415 * inactive,unreferenced -> inactive,referenced 416 * inactive,referenced -> active,unreferenced 483 * Place @page on the inactive or unevictable LRU list, depending on its 509 * inactive list to speed up its reclaim. It is moved to the 518 * 2. active, dirty/writeback page -> inactive, head, PG_reclaim 519 * 3. inactive, mapped page -> none 520 * 4. inactive, dirty/writeback page -> inactive, head, PG_reclaim 521 * 5. inactive, clean -> inactive, tail [all …]
|
/linux-5.10/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-5.10/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-5.10/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. 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-5.10/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-5.10/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). 321 * If set, any table information returned will relate to the inactive
|
/linux-5.10/include/trace/events/ |
D | vmscan.h | 429 unsigned long total_inactive, unsigned long inactive, 433 TP_ARGS(nid, reclaim_idx, total_inactive, inactive, total_active, active, ratio, file), 439 __field(unsigned long, inactive) 450 __entry->inactive = inactive; 458 …TP_printk("nid=%d reclaim_idx=%d total_inactive=%ld inactive=%ld total_active=%ld active=%ld ratio… 461 __entry->total_inactive, __entry->inactive,
|
/linux-5.10/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-5.10/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-5.10/Documentation/devicetree/bindings/sound/ |
D | davinci-mcasp-audio.txt | 21 (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-5.10/arch/s390/kernel/ |
D | perf_cpum_cf.c | 140 * 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() 385 * the inactive or disabled state. in cpumf_pmu_start() 401 * control and set the counter set state to inactive. in cpumf_pmu_stop()
|
/linux-5.10/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-5.10/arch/arm/include/debug/ |
D | sa1100.S | 32 @ if Ser3 is inactive, then try Ser1 37 @ if Ser1 is inactive, then try Ser2
|
/linux-5.10/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-5.10/net/tipc/ |
D | subscr.c | 47 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-5.10/arch/x86/events/intel/ |
D | bts.c | 247 /* INACTIVE/STOPPED -> ACTIVE */ in __bts_event_start() 289 /* ACTIVE -> INACTIVE(PMI)/STOPPED(->stop()) */ in __bts_event_stop() 339 * Here we transition from INACTIVE to ACTIVE; in intel_bts_enable_local() 358 * Here we transition from ACTIVE to INACTIVE; in intel_bts_disable_local() 359 * do nothing for STOPPED or INACTIVE. in intel_bts_disable_local() 462 * so we can only be INACTIVE or STOPPED in intel_bts_interrupt()
|
/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | writecache.rst | 73 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-5.10/net/netfilter/ |
D | nft_set_bitmap.c | 30 * 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-5.10/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 75 0: inactive 89 0: inactive
|
/linux-5.10/arch/s390/include/asm/ |
D | unwind.h | 17 * 3) task!=NULL, regs==NULL: the unwind starts for an inactive task with 21 * frame 'regs' of a inactive task
|
/linux-5.10/Documentation/filesystems/ |
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
|