Home
last modified time | relevance | path

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

1234

/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/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.
Dst,stpmic1-onkey.txt15 - st,onkey-pu-inactive: onkey pull up is not active
/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()
Dsubscr.h65 bool inactive; member
Dtopsrv.c109 bool inactive; member
265 if (e->inactive) in tipc_conn_send_to_sock()
329 e->inactive = (event == TIPC_SUBSCR_TIMEOUT); in tipc_topsrv_queue_evt()
/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;
457 __entry->total_inactive, __entry->inactive,
/Linux-v5.4/kernel/bpf/
Dbpf_lru_list.c169 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()
212 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink_inactive() local
217 list_for_each_entry_safe_reverse(node, tmp_node, inactive, list) { in __bpf_lru_list_shrink_inactive()
Dcgroup.c242 err = compute_effective_progs(desc, type, &desc->bpf.inactive); in update_effective_progs()
252 if (unlikely(desc->bpf.inactive)) { in update_effective_progs()
253 bpf_prog_array_free(desc->bpf.inactive); in update_effective_progs()
254 desc->bpf.inactive = NULL; in update_effective_progs()
259 activate_effective_progs(desc, type, desc->bpf.inactive); in update_effective_progs()
260 desc->bpf.inactive = NULL; in update_effective_progs()
272 bpf_prog_array_free(desc->bpf.inactive); in update_effective_progs()
273 desc->bpf.inactive = NULL; in update_effective_progs()
/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/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/arch/s390/kernel/
Dperf_cpum_cf.c148 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()
Dperf_cpum_cf_diag.c159 u64 inactive; in cf_diag_disable() local
169 inactive = cpuhw->state & ~((1 << CPUMF_LCCTL_ENABLE_SHIFT) - 1); in cf_diag_disable()
170 err = lcctl(inactive); in cf_diag_disable()
/Linux-v5.4/Documentation/ABI/stable/
Dsysfs-class-rfkill72 0: inactive
85 0: inactive
/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/include/net/
Dbonding.h164 inactive:1, /* indicates inactive slave */ member
529 slave->inactive = 1; in bond_set_slave_inactive_flags()
536 slave->inactive = 0; in bond_set_slave_active_flags()
541 return slave->inactive; in bond_is_slave_inactive()
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_encoder_phys_vid.c108 u32 inactive = in get_horizontal_total() local
111 return active + inactive; in get_horizontal_total()
117 u32 inactive = in get_vertical_total() local
120 return active + inactive; in get_vertical_total()
/Linux-v5.4/Documentation/devicetree/bindings/mux/
Dgpio-mux.txt19 bit. An active pin is a binary 1, an inactive pin is a binary 0.
/Linux-v5.4/arch/arm/boot/dts/
Dberlin2cd-valve-steamlink.dts23 inactive-delay = <10>;
/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
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-wacom50 same side are always inactive.
59 the left are always inactive.
/Linux-v5.4/mm/
Dvmscan.c1831 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()
2236 unsigned long inactive, active; in inactive_list_is_low() local
2248 inactive = lruvec_lru_size(lruvec, inactive_lru, sc->reclaim_idx); in inactive_list_is_low()
2260 gb = (inactive + active) >> (30 - PAGE_SHIFT); in inactive_list_is_low()
2269 lruvec_lru_size(lruvec, inactive_lru, MAX_NR_ZONES), inactive, in inactive_list_is_low()
2273 return inactive * inactive_ratio < active; in inactive_list_is_low()
/Linux-v5.4/Documentation/scheduler/
Dsched-deadline.rst163 (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-v5.4/Documentation/virt/kvm/devices/
Dmpic.txt29 IRQ input line for each standard openpic source. 0 is inactive and 1

1234