/kernel/linux/linux-5.10/net/tipc/ |
H A 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()
|
H A D | subscr.h | 57 * @inactive: true if this subscription is inactive 68 bool inactive; member
|
H A D | topsrv.c | 108 bool inactive; member 266 if (e->inactive) in tipc_conn_send_to_sock() 330 e->inactive = (event == TIPC_SUBSCR_TIMEOUT); in tipc_topsrv_queue_evt()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | vmscan.h | 459 unsigned long total_inactive, unsigned long inactive, 463 TP_ARGS(nid, reclaim_idx, total_inactive, inactive, total_active, active, ratio, file), 469 __field(unsigned long, inactive) 480 __entry->inactive = inactive; 488 TP_printk("nid=%d reclaim_idx=%d total_inactive=%ld inactive=%ld total_active=%ld active=%ld ratio=%ld flags=%s", 491 __entry->total_inactive, __entry->inactive,
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | bpf_lru_list.c | 101 /* Move nodes between or within active and inactive list (like 102 * active to inactive, inactive to active or tail of active back to 141 * inactive list. 163 /* Rotate the inactive list. It starts from the next_inactive_rotation 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]; __bpf_lru_list_shrink_inactive() local [all...] |
H A D | cgroup.c | 343 err = compute_effective_progs(desc, type, &desc->bpf.inactive); in update_effective_progs() 353 if (unlikely(desc->bpf.inactive)) { in update_effective_progs() 354 bpf_prog_array_free(desc->bpf.inactive); in update_effective_progs() 355 desc->bpf.inactive = NULL; in update_effective_progs() 360 activate_effective_progs(desc, type, desc->bpf.inactive); in update_effective_progs() 361 desc->bpf.inactive = NULL; in update_effective_progs() 373 bpf_prog_array_free(desc->bpf.inactive); in update_effective_progs() 374 desc->bpf.inactive = NULL; in update_effective_progs() 658 * cgrp->bpf.inactive table we can recover by
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | bpf_lru_list.c | 101 /* Move nodes between or within active and inactive list (like 102 * active to inactive, inactive to active or tail of active back to 141 * inactive list. 163 /* Rotate the inactive list. It starts from the next_inactive_rotation 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]; __bpf_lru_list_shrink_inactive() local [all...] |
H A D | cgroup.c | 517 err = compute_effective_progs(desc, atype, &desc->bpf.inactive); in update_effective_progs() 527 if (unlikely(desc->bpf.inactive)) { in update_effective_progs() 528 bpf_prog_array_free(desc->bpf.inactive); in update_effective_progs() 529 desc->bpf.inactive = NULL; in update_effective_progs() 534 activate_effective_progs(desc, atype, desc->bpf.inactive); in update_effective_progs() 535 desc->bpf.inactive = NULL; in update_effective_progs() 547 bpf_prog_array_free(desc->bpf.inactive); in update_effective_progs() 548 desc->bpf.inactive = NULL; in update_effective_progs() 885 * cgrp->bpf.inactive table we can recover by
|
/kernel/linux/linux-6.6/net/tipc/ |
H A 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()
|
H A D | subscr.h | 60 * @inactive: true if this subscription is inactive 72 bool inactive; member
|
H A 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()
|
/kernel/linux/linux-5.10/arch/arm/include/debug/ |
H A D | sa1100.S | 32 @ if Ser3 is inactive, then try Ser1 37 @ if Ser1 is inactive, then try Ser2
|
/kernel/linux/linux-6.6/arch/arm/include/debug/ |
H A D | sa1100.S | 32 @ if Ser3 is inactive, then try Ser1 37 @ if Ser1 is inactive, then try Ser2
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 1642 struct i915_request **inactive) in cancel_port_requests() 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() 1641 cancel_port_requests(struct intel_engine_execlists * const execlists, struct i915_request **inactive) cancel_port_requests() argument 2436 struct i915_request **inactive; execlists_submission_tasklet() local 3013 reset_csb(struct intel_engine_cs *engine, struct i915_request **inactive) reset_csb() argument 3110 struct i915_request **inactive; execlists_reset_csb() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf-cgroup-defs.h | 66 struct bpf_prog_array *inactive; member
|
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 167 inactive:1, /* indicates inactive slave */ member 547 slave->inactive = 1; in bond_set_slave_inactive_flags() 554 slave->inactive = 0; in bond_set_slave_active_flags() 559 return slave->inactive; in bond_is_slave_inactive()
|
/kernel/linux/linux-5.10/mm/ |
H A D | zswapd_control.c | 192 unsigned int inactive; in buffers_ratio_params_write() local 197 if (sscanf(buf, "%u %u", &inactive, &active) != 2) in buffers_ratio_params_write() 200 if (inactive > MAX_RATIO || active > MAX_RATIO) in buffers_ratio_params_write() 203 atomic_set(&inactive_file_ratio, inactive); in buffers_ratio_params_write()
|
H A D | vmscan.c | 951 * inactive list. Another page table reference will in page_check_references() 1117 * inactive list and refilling from the active list. The in shrink_page_list() 1741 unsigned long inactive, isolated; in too_many_isolated() local 1750 inactive = node_page_state(pgdat, NR_INACTIVE_FILE); in too_many_isolated() 1753 inactive = node_page_state(pgdat, NR_INACTIVE_ANON); in too_many_isolated() 1763 inactive >>= 3; in too_many_isolated() 1765 return isolated > inactive; in too_many_isolated() 2161 * The inactive anon list should be small enough that the VM never has 2164 * The inactive file list should be small enough to leave most memory 2168 * Both inactive list 2191 unsigned long inactive, active; inactive_is_low() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/ |
H A 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()
|
/kernel/linux/linux-6.6/include/net/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_encoder_phys_vid.c | 121 u32 inactive = in get_horizontal_total() local 124 return active + inactive; in get_horizontal_total() 130 u32 inactive = in get_vertical_total() local 133 return active + inactive; in get_vertical_total()
|
/kernel/linux/linux-6.6/mm/ |
H A D | zswapd_control.c | 193 unsigned int inactive; in buffers_ratio_params_write() local 198 if (sscanf(buf, "%u %u", &inactive, &active) != 2) in buffers_ratio_params_write() 201 if (inactive > MAX_RATIO || active > MAX_RATIO) in buffers_ratio_params_write() 204 atomic_set(&inactive_file_ratio, inactive); in buffers_ratio_params_write()
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_cf_diag.c | 152 * Change the CPUMF state to inactive. 153 * Disable and enable (inactive) the CPU-counter sets according 159 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()
|
H A 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() 405 * the inactive or disabled state. in cpumf_pmu_start() 421 * control and set the counter set state to inactive. in cpumf_pmu_stop()
|
/kernel/linux/linux-6.6/drivers/spi/ |
H A 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()
|