/Linux-v6.6/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-v6.6/net/tipc/ |
D | subscr.c | 49 if (sub->inactive) in tipc_sub_send_event() 112 sub->inactive = true; in tipc_sub_timeout() 155 sub->inactive = false; in tipc_sub_subscribe()
|
D | subscr.h | 72 bool inactive; member
|
D | topsrv.c | 109 bool inactive; member 267 if (e->inactive) in tipc_conn_send_to_sock() 331 e->inactive = (event == TIPC_SUBSCR_TIMEOUT); in tipc_topsrv_queue_evt()
|
/Linux-v6.6/kernel/bpf/ |
D | bpf_lru_list.c | 174 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_rotate_inactive() local 175 struct list_head *cur, *last, *next = inactive; in __bpf_lru_list_rotate_inactive() 179 if (list_empty(inactive)) in __bpf_lru_list_rotate_inactive() 183 if (last == inactive) in __bpf_lru_list_rotate_inactive() 188 if (cur == inactive) { in __bpf_lru_list_rotate_inactive() 217 struct list_head *inactive = &l->lists[BPF_LRU_LIST_T_INACTIVE]; in __bpf_lru_list_shrink_inactive() local 222 list_for_each_entry_safe_reverse(node, tmp_node, inactive, list) { in __bpf_lru_list_shrink_inactive()
|
/Linux-v6.6/arch/arm/include/debug/ |
D | sa1100.S | 32 @ if Ser3 is inactive, then try Ser1 37 @ if Ser1 is inactive, then try Ser2
|
/Linux-v6.6/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-v6.6/drivers/gpu/drm/i915/gt/ |
D | intel_execlists_submission.c | 1642 struct i915_request **inactive) in cancel_port_requests() argument 1647 *inactive++ = *port; in cancel_port_requests() 1652 *inactive++ = *port; in cancel_port_requests() 1663 return inactive; in cancel_port_requests() 1817 process_csb(struct intel_engine_cs *engine, struct i915_request **inactive) in process_csb() argument 1846 return inactive; in process_csb() 1878 prev = inactive; in process_csb() 1933 *inactive++ = *old++; in process_csb() 1995 *inactive++ = *execlists->active++; in process_csb() 2046 return inactive; in process_csb() [all …]
|
/Linux-v6.6/include/linux/ |
D | bpf-cgroup-defs.h | 66 struct bpf_prog_array *inactive; member
|
/Linux-v6.6/Documentation/ABI/stable/ |
D | sysfs-class-rfkill | 75 0: inactive 89 0: inactive
|
/Linux-v6.6/include/net/ |
D | bonding.h | 169 inactive:1, /* indicates inactive slave */ member 570 slave->inactive = 1; in bond_set_slave_inactive_flags() 577 slave->inactive = 0; in bond_set_slave_active_flags() 582 return slave->inactive; in bond_is_slave_inactive()
|
/Linux-v6.6/Documentation/admin-guide/device-mapper/ |
D | dm-ima.rst | 99 When a new table is loaded in a device's inactive table slot, 128 which is being loaded into the DM device's inactive table slot. 209 data from an active and inactive table are measured. 222 device_inactive_metadata := Device metadata that reflects the inactive table. 226 inactive_table_hash := Hash of the inactive table. 249 When an inactive table is cleared from the device, the device information and a sha256 hash of the 250 data from an inactive table are measured. 260 …device_inactive_metadata := Device metadata that was captured during the load time inactive table … 262 inactive_table_hash := Hash of the inactive table being cleared from the device. 266 For instance, if a linear device's inactive table is cleared,
|
D | writecache.rst | 104 2. load an inactive table with a linear target that maps 110 6. the cache device is now inactive and it can be deleted
|
/Linux-v6.6/arch/arm64/boot/dts/freescale/ |
D | imx93-tqma9352-mba93xxla.dts | 282 * inactive, e.g. not disabled 306 * is inactive, e.g. not power down 318 * is inactive, e.g. not disabled 330 * is inactive, e.g. not in reset
|
/Linux-v6.6/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_encoder_phys_vid.c | 120 u32 inactive = in get_horizontal_total() local 123 return active + inactive; in get_horizontal_total() 129 u32 inactive = in get_vertical_total() local 132 return active + inactive; in get_vertical_total()
|
/Linux-v6.6/Documentation/maintainer/ |
D | feature-and-driver-maintainers.rst | 143 Subsystem maintainers may remove inactive maintainers from the MAINTAINERS 147 Removing an inactive maintainer should not be seen as a punitive action. 148 Having an inactive maintainer has a real cost as all developers have
|
/Linux-v6.6/Documentation/bpf/ |
D | map_lru_hash_update.dot | 47 label="Shrink inactive list 55 inactive, or if empty,
|
/Linux-v6.6/Documentation/driver-api/ |
D | pwm.rst | 50 easily possible, drivers are supposed to emit the inactive state, but some 51 drivers cannot. If you rely on getting the inactive state, use .duty_cycle=0, 109 Value is in nanoseconds and is the sum of the active and inactive
|
/Linux-v6.6/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
|
/Linux-v6.6/drivers/spi/ |
D | spi-mt65xx.c | 289 u32 setup, hold, inactive; in mtk_spi_set_hw_cs_timing() local 306 inactive = (delay * DIV_ROUND_UP(mdata->spi_clk_hz, 1000000)) / 1000; in mtk_spi_set_hw_cs_timing() 339 if (inactive) { in mtk_spi_set_hw_cs_timing() 340 inactive = min_t(u32, inactive, 0x100); in mtk_spi_set_hw_cs_timing() 343 reg_val |= (((inactive - 1) & 0xff) << SPI_CFG1_CS_IDLE_OFFSET); in mtk_spi_set_hw_cs_timing()
|
/Linux-v6.6/arch/arm/boot/dts/synaptics/ |
D | berlin2cd-valve-steamlink.dts | 23 inactive-delay = <10>;
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-driver-wacom | 50 same side are always inactive. 59 the left are always inactive.
|
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
D | switchdev.rst | 144 hw_addr 00:00:00:00:00:00 state inactive opstate detached 151 hw_addr 00:00:00:00:00:00 state inactive opstate detached 224 hw_addr 00:00:00:00:88:88 state inactive opstate detached
|
/Linux-v6.6/Documentation/scheduler/ |
D | sched-deadline.rst | 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 221 - Uinact is the (per runqueue) inactive utilization, computed as 264 Since there are no inactive tasks, its runtime is decreased as dq = -1 dt. [all …]
|
/Linux-v6.6/Documentation/virt/kvm/devices/ |
D | mpic.rst | 34 IRQ input line for each standard openpic source. 0 is inactive and 1
|