Home
last modified time | relevance | path

Searched refs:inactive (Results 1 – 25 of 86) sorted by relevance

1234

/Linux-v4.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.
/Linux-v4.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.
/Linux-v4.19/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()
Dsubscr.h65 bool inactive; member
Dtopsrv.c116 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/
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;
463 __entry->total_inactive, __entry->inactive,
/Linux-v4.19/kernel/bpf/
Dbpf_lru_list.c172 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()
Dcgroup.c190 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/
Dsa1100.S36 @ if Ser3 is inactive, then try Ser1
41 @ if Ser1 is inactive, then try Ser2
/Linux-v4.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
/Linux-v4.19/Documentation/ABI/stable/
Dsysfs-class-rfkill72 0: inactive
85 0: inactive
/Linux-v4.19/Documentation/device-mapper/
Dwritecache.txt64 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/
Dbonding.h155 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/
Dperf_cpum_cf.c203 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/
Dgpio-mux.txt19 bit. An active pin is a binary 1, an inactive pin is a binary 0.
/Linux-v4.19/arch/arm/boot/dts/
Dberlin2cd-valve-steamlink.dts23 inactive-delay = <10>;
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c116 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/
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
/Linux-v4.19/mm/
Dvmscan.c1797 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/
Dsysfs-driver-wacom50 same side are always inactive.
59 the left are always inactive.
Dsysfs-class-watchdog27 It is a read only file. It gives active/inactive status of
/Linux-v4.19/Documentation/scheduler/
Dsched-deadline.txt163 (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/
Dqeth.txt21 STATE={active|standby|inactive} - the newly assumed state of the port.
/Linux-v4.19/Documentation/virtual/kvm/devices/
Dmpic.txt29 IRQ input line for each standard openpic source. 0 is inactive and 1

1234