Home
last modified time | relevance | path

Searched refs:prev_state (Results 1 – 25 of 94) sorted by relevance

1234

/linux-6.3-rc2/arch/mips/kernel/
A Dtraps.c453 enum ctx_state prev_state; in do_be() local
495 exception_exit(prev_state); in do_be()
754 enum ctx_state prev_state; in do_ov() local
876 enum ctx_state prev_state; in do_fpe() local
1031 enum ctx_state prev_state; in do_bp() local
1117 enum ctx_state prev_state; in do_tr() local
1156 enum ctx_state prev_state; in do_ri() local
1404 enum ctx_state prev_state; in do_cpu() local
1509 enum ctx_state prev_state; in do_msa_fpe() local
1529 enum ctx_state prev_state; in do_msa() local
[all …]
A Dr4k-bugs64.c174 enum ctx_state prev_state; in do_daddi_ov() local
176 prev_state = exception_enter(); in do_daddi_ov()
179 exception_exit(prev_state); in do_daddi_ov()
/linux-6.3-rc2/samples/bpf/
A Dcpustat_kern.c106 u64 *cts, *pts, *cstate, *pstate, prev_state, cur_ts, delta; in bpf_prog1() local
135 prev_state = *cstate; in bpf_prog1()
198 key = cpu * MAX_CSTATE_ENTRIES + prev_state; in bpf_prog1()
214 u64 *pts, *cstate, *pstate, prev_state, cur_ts, delta; in bpf_prog2() local
235 prev_state = *pstate; in bpf_prog2()
/linux-6.3-rc2/tools/perf/scripts/python/
A Dsched-migration.py104 def sched_switch(self, prev, prev_state, next): argument
107 if taskState(prev_state) == "R" and next in self.tasks \
111 if taskState(prev_state) != "R":
116 if taskState(prev_state) != "R":
118 elif taskState(prev_state) == "R":
179 def sched_switch(self, ts_list, prev, prev_state, next, cpu): argument
181 new_rq = old_rq.sched_switch(prev, prev_state, next)
333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
422 prev_comm, prev_pid, prev_prio, prev_state, argument
[all …]
/linux-6.3-rc2/drivers/net/wwan/t7xx/
A Dt7xx_pci.c409 u32 prev_state; in __t7xx_pci_pm_resume() local
419 prev_state = ioread32(IREG_BASE(t7xx_dev) + T7XX_PCIE_PM_RESUME_STATE); in __t7xx_pci_pm_resume()
428 if (prev_state == PM_RESUME_REG_STATE_L3 || in __t7xx_pci_pm_resume()
429 (prev_state == PM_RESUME_REG_STATE_INIT && in __t7xx_pci_pm_resume()
443 if (prev_state == PM_RESUME_REG_STATE_EXP || in __t7xx_pci_pm_resume()
444 prev_state == PM_RESUME_REG_STATE_L2_EXP) { in __t7xx_pci_pm_resume()
445 if (prev_state == PM_RESUME_REG_STATE_L2_EXP) { in __t7xx_pci_pm_resume()
465 if (prev_state == PM_RESUME_REG_STATE_L2) { in __t7xx_pci_pm_resume()
470 } else if (prev_state != PM_RESUME_REG_STATE_L1 && in __t7xx_pci_pm_resume()
471 prev_state != PM_RESUME_REG_STATE_INIT) { in __t7xx_pci_pm_resume()
/linux-6.3-rc2/include/trace/events/
A Dsched.h191 unsigned int prev_state, in __trace_sched_switch_state() argument
213 state = __task_state_index(prev_state, p->exit_state); in __trace_sched_switch_state()
227 unsigned int prev_state),
229 TP_ARGS(preempt, prev, next, prev_state),
235 __field( long, prev_state )
245 __entry->prev_state = __trace_sched_switch_state(preempt, prev_state, prev);
255 (__entry->prev_state & (TASK_REPORT_MAX - 1)) ?
256 __print_flags(__entry->prev_state & (TASK_REPORT_MAX - 1), "|",
267 __entry->prev_state & TASK_REPORT_MAX ? "+" : "",
A Dufs.h107 u32 prev_state, u32 curr_state),
109 TP_ARGS(dev_name, state, clk, prev_state, curr_state),
115 __field(u32, prev_state)
123 __entry->prev_state = prev_state;
129 __entry->prev_state, __entry->curr_state)
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
A Dg84.c102 enum nvkm_therm_thrs_state prev_state, new_state; in g84_therm_threshold_hyst_emulation() local
105 prev_state = nvkm_therm_sensor_get_threshold_state(therm, thrs_name); in g84_therm_threshold_hyst_emulation()
127 if (prev_state < new_state) in g84_therm_threshold_hyst_emulation()
129 else if (prev_state > new_state) in g84_therm_threshold_hyst_emulation()
A Dtemp.c142 enum nvkm_therm_thrs_state prev_state, new_state; in nvkm_therm_threshold_hyst_polling() local
145 prev_state = nvkm_therm_sensor_get_threshold_state(therm, thrs_name); in nvkm_therm_threshold_hyst_polling()
147 if (temp >= thrs->temp && prev_state == NVKM_THERM_THRS_LOWER) { in nvkm_therm_threshold_hyst_polling()
151 prev_state == NVKM_THERM_THRS_HIGHER) { in nvkm_therm_threshold_hyst_polling()
/linux-6.3-rc2/kernel/
A Dcpu.c480 enum cpuhp_state prev_state = st->state; in cpuhp_set_state() local
492 return prev_state; in cpuhp_set_state()
497 enum cpuhp_state prev_state) in cpuhp_reset_state() argument
501 st->target = prev_state; in cpuhp_reset_state()
548 enum cpuhp_state prev_state; in cpuhp_kick_ap() local
554 cpuhp_reset_state(cpu, st, prev_state); in cpuhp_kick_ap()
742 prev_state)); in cpuhp_up_callbacks()
1143 if (st->state < prev_state) in cpuhp_down_callbacks()
1145 prev_state)); in cpuhp_down_callbacks()
1156 int prev_state, ret = 0; in _cpu_down() local
[all …]
A Dstackleak.c29 int prev_state = state; in stack_erasing_sysctl() local
35 if (ret || !write || state == prev_state) in stack_erasing_sysctl()
/linux-6.3-rc2/tools/perf/util/bpf_skel/
A Doff_cpu.bpf.c267 int prev_state; in on_switch() local
276 prev_state = (int)ctx[3]; in on_switch()
278 prev_state = get_task_state(prev); in on_switch()
280 return off_cpu_stat(ctx, prev, next, prev_state & 0xff); in on_switch()
/linux-6.3-rc2/samples/trace_events/
A Dtrace_custom_sched.h30 unsigned int prev_state),
32 TP_ARGS(preempt, prev, next, prev_state),
/linux-6.3-rc2/kernel/trace/rv/monitors/wwnr/
A Dwwnr.c22 struct task_struct *n, unsigned int prev_state) in handle_switch() argument
25 if (prev_state == TASK_INTERRUPTIBLE) in handle_switch()
/linux-6.3-rc2/drivers/of/
A Ddynamic.c114 int is_status, status_state, old_status_state, prev_state, new_state; in of_reconfig_get_state_change() local
137 prev_state = -1; in of_reconfig_get_state_change()
151 prev_state = 0; in of_reconfig_get_state_change()
157 prev_state = status_state != 0; in of_reconfig_get_state_change()
163 prev_state = 1; in of_reconfig_get_state_change()
169 prev_state = status_state; in of_reconfig_get_state_change()
176 prev_state = old_status_state != 0; in of_reconfig_get_state_change()
182 if (prev_state == new_state) in of_reconfig_get_state_change()
/linux-6.3-rc2/drivers/hid/
A Dhid-uclogic-core.c380 u8 prev_state = drvdata->re_state; in uclogic_raw_event_frame() local
384 if ((prev_state == 1 && state == 0) || in uclogic_raw_event_frame()
385 (prev_state == 2 && state == 3)) { in uclogic_raw_event_frame()
387 } else if ((prev_state == 2 && state == 0) || in uclogic_raw_event_frame()
388 (prev_state == 1 && state == 3)) { in uclogic_raw_event_frame()
/linux-6.3-rc2/arch/mips/mm/
A Dfault.c334 enum ctx_state prev_state; in do_page_fault() local
336 prev_state = exception_enter(); in do_page_fault()
338 exception_exit(prev_state); in do_page_fault()
/linux-6.3-rc2/arch/sparc/kernel/
A Dtraps_64.c189 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception() local
206 exception_exit(prev_state); in spitfire_insn_access_exception()
325 exception_exit(prev_state); in spitfire_data_access_exception()
2123 exception_exit(prev_state); in sun4v_resum_error()
2355 exception_exit(prev_state); in do_fpieee()
2378 exception_exit(prev_state); in do_fpother()
2397 exception_exit(prev_state); in do_tof()
2416 exception_exit(prev_state); in do_div0()
2610 exception_exit(prev_state); in do_illegal_instruction()
2630 exception_exit(prev_state); in mem_address_unaligned()
[all …]
A Dkgdb_64.c166 enum ctx_state prev_state = exception_enter(); in kgdb_trap() local
180 exception_exit(prev_state); in kgdb_trap()
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7615/
A Dtestmode.c263 enum mt76_testmode_state prev_state = td->state; in mt7615_tm_set_state() local
267 if (prev_state == MT76_TM_STATE_TX_FRAMES) in mt7615_tm_set_state()
276 prev_state == MT76_TM_STATE_OFF) || in mt7615_tm_set_state()
278 prev_state == MT76_TM_STATE_IDLE)) { in mt7615_tm_set_state()
/linux-6.3-rc2/kernel/trace/
A Dtrace_entries.h119 __field( unsigned char, prev_state ) \
132 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
150 __entry->prev_pid, __entry->prev_prio, __entry->prev_state,
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7915/
A Dtestmode.c652 enum mt76_testmode_state prev_state = td->state; in mt7915_tm_set_state() local
656 if (prev_state == MT76_TM_STATE_TX_FRAMES || in mt7915_tm_set_state()
659 else if (prev_state == MT76_TM_STATE_RX_FRAMES || in mt7915_tm_set_state()
662 else if (prev_state == MT76_TM_STATE_TX_CONT || in mt7915_tm_set_state()
665 else if (prev_state == MT76_TM_STATE_OFF || in mt7915_tm_set_state()
670 prev_state == MT76_TM_STATE_OFF) || in mt7915_tm_set_state()
672 prev_state == MT76_TM_STATE_IDLE)) { in mt7915_tm_set_state()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_tracepoint.c13 long long prev_state; member
/linux-6.3-rc2/drivers/net/ethernet/qlogic/qed/
A Dqed_roce.h31 enum qed_roce_qp_state prev_state,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/core/
A Ddc_link_enc_cfg.c325 struct dc_state *prev_state = dc->current_state; in link_enc_cfg_link_encs_assign() local
338 for (j = 0; j < prev_state->stream_count; j++) { in link_enc_cfg_link_encs_assign()
339 struct dc_stream_state *prev_stream = prev_state->streams[j]; in link_enc_cfg_link_encs_assign()
342 prev_state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[j].valid) { in link_enc_cfg_link_encs_assign()
343 eng_id = prev_state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[j].eng_id; in link_enc_cfg_link_encs_assign()

Completed in 45 milliseconds

1234