/Linux-v4.19/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.
|
/Linux-v4.19/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-v4.19/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()
|
D | subscr.h | 65 bool inactive; member
|
D | topsrv.c | 116 bool inactive; member 272 if (e->inactive) in tipc_conn_send_to_sock() 336 e->inactive = (event == TIPC_SUBSCR_TIMEOUT); in tipc_topsrv_queue_evt()
|
/Linux-v4.19/include/trace/events/ |
D | vmscan.h | 432 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; 463 __entry->total_inactive, __entry->inactive,
|
/Linux-v4.19/kernel/bpf/ |
D | bpf_lru_list.c | 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() 215 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink_inactive() local 220 list_for_each_entry_safe_reverse(node, tmp_node, inactive, list) { in __bpf_lru_list_shrink_inactive()
|
D | cgroup.c | 190 err = compute_effective_progs(desc, type, &desc->bpf.inactive); in update_effective_progs() 199 activate_effective_progs(desc, type, desc->bpf.inactive); in update_effective_progs() 200 desc->bpf.inactive = NULL; in update_effective_progs() 212 bpf_prog_array_free(desc->bpf.inactive); in update_effective_progs() 213 desc->bpf.inactive = NULL; in update_effective_progs()
|
/Linux-v4.19/arch/arm/include/debug/ |
D | sa1100.S | 36 @ if Ser3 is inactive, then try Ser1 41 @ if Ser1 is inactive, then try Ser2
|
/Linux-v4.19/Documentation/admin-guide/pm/ |
D | strategies.rst | 28 ``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
|
/Linux-v4.19/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 72 0: inactive 85 0: inactive
|
/Linux-v4.19/Documentation/device-mapper/ |
D | writecache.txt | 64 2. load an inactive table with a linear target that maps 70 6. the cache device is now inactive and it can be deleted
|
/Linux-v4.19/include/net/ |
D | bonding.h | 155 inactive:1, /* indicates inactive slave */ member 520 slave->inactive = 1; in bond_set_slave_inactive_flags() 527 slave->inactive = 0; in bond_set_slave_active_flags() 532 return slave->inactive; in bond_is_slave_inactive()
|
/Linux-v4.19/arch/s390/kernel/ |
D | perf_cpum_cf.c | 203 u64 inactive; in cpumf_pmu_disable() local 208 inactive = cpuhw->state & ~((1 << CPUMF_LCCTL_ENABLE_SHIFT) - 1); in cpumf_pmu_disable() 209 err = lcctl(inactive); in cpumf_pmu_disable()
|
/Linux-v4.19/Documentation/devicetree/bindings/mux/ |
D | gpio-mux.txt | 19 bit. An active pin is a binary 1, an inactive pin is a binary 0.
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | berlin2cd-valve-steamlink.dts | 23 inactive-delay = <10>;
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_encoder_phys_vid.c | 116 u32 inactive = in get_horizontal_total() local 119 return active + inactive; in get_horizontal_total() 125 u32 inactive = in get_vertical_total() local 128 return active + inactive; in get_vertical_total()
|
/Linux-v4.19/Documentation/filesystems/ |
D | qnx6.txt | 45 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
|
/Linux-v4.19/mm/ |
D | vmscan.c | 1797 unsigned long inactive, isolated; in too_many_isolated() local 1806 inactive = node_page_state(pgdat, NR_INACTIVE_FILE); in too_many_isolated() 1809 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated() 1819 inactive >>= 3; in too_many_isolated() 1821 return isolated > inactive; in too_many_isolated() 2209 unsigned long inactive, active; in inactive_list_is_low() local 2221 inactive = lruvec_lru_size(lruvec, inactive_lru, sc->reclaim_idx); in inactive_list_is_low() 2237 gb = (inactive + active) >> (30 - PAGE_SHIFT); in inactive_list_is_low() 2246 lruvec_lru_size(lruvec, inactive_lru, MAX_NR_ZONES), inactive, in inactive_list_is_low() 2250 return inactive * inactive_ratio < active; in inactive_list_is_low()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | sysfs-driver-wacom | 50 same side are always inactive. 59 the left are always inactive.
|
D | sysfs-class-watchdog | 27 It is a read only file. It gives active/inactive status of
|
/Linux-v4.19/Documentation/scheduler/ |
D | sched-deadline.txt | 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 218 - Uinact is the (per runqueue) inactive utilization, computed as 261 Since there are no inactive tasks, its runtime is decreased as dq = -1 dt. [all …]
|
/Linux-v4.19/Documentation/s390/ |
D | qeth.txt | 21 STATE={active|standby|inactive} - the newly assumed state of the port.
|
/Linux-v4.19/Documentation/virtual/kvm/devices/ |
D | mpic.txt | 29 IRQ input line for each standard openpic source. 0 is inactive and 1
|