/linux-6.1.9/arch/mips/kernel/ |
D | traps.c | 453 enum ctx_state prev_state; in do_be() local 455 prev_state = exception_enter(); in do_be() 495 exception_exit(prev_state); in do_be() 754 enum ctx_state prev_state; in do_ov() local 756 prev_state = exception_enter(); in do_ov() 760 exception_exit(prev_state); in do_ov() 876 enum ctx_state prev_state; in do_fpe() local 880 prev_state = exception_enter(); in do_fpe() 925 exception_exit(prev_state); in do_fpe() 1031 enum ctx_state prev_state; in do_bp() local [all …]
|
D | r4k-bugs64.c | 174 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.1.9/samples/bpf/ |
D | cpustat_kern.c | 106 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.1.9/tools/perf/scripts/python/ |
D | sched-migration.py | 104 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.1.9/drivers/net/wwan/t7xx/ |
D | t7xx_pci.c | 407 u32 prev_state; in __t7xx_pci_pm_resume() local 417 prev_state = ioread32(IREG_BASE(t7xx_dev) + T7XX_PCIE_PM_RESUME_STATE); in __t7xx_pci_pm_resume() 426 if (prev_state == PM_RESUME_REG_STATE_L3 || in __t7xx_pci_pm_resume() 427 (prev_state == PM_RESUME_REG_STATE_INIT && in __t7xx_pci_pm_resume() 441 if (prev_state == PM_RESUME_REG_STATE_EXP || in __t7xx_pci_pm_resume() 442 prev_state == PM_RESUME_REG_STATE_L2_EXP) { in __t7xx_pci_pm_resume() 443 if (prev_state == PM_RESUME_REG_STATE_L2_EXP) { in __t7xx_pci_pm_resume() 463 if (prev_state == PM_RESUME_REG_STATE_L2) { in __t7xx_pci_pm_resume() 468 } else if (prev_state != PM_RESUME_REG_STATE_L1 && in __t7xx_pci_pm_resume() 469 prev_state != PM_RESUME_REG_STATE_INIT) { in __t7xx_pci_pm_resume()
|
/linux-6.1.9/include/trace/events/ |
D | sched.h | 191 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 ? "+" : "",
|
D | ufs.h | 107 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.1.9/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | g84.c | 102 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()
|
D | temp.c | 142 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.1.9/kernel/ |
D | cpu.c | 480 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 551 prev_state = cpuhp_set_state(cpu, st, target); in cpuhp_kick_ap() 554 cpuhp_reset_state(cpu, st, prev_state); in cpuhp_kick_ap() 730 enum cpuhp_state prev_state = st->state; in cpuhp_up_callbacks() local 739 cpuhp_reset_state(cpu, st, prev_state); in cpuhp_up_callbacks() 742 prev_state)); in cpuhp_up_callbacks() [all …]
|
D | stackleak.c | 29 int prev_state = state; in stack_erasing_sysctl() local 35 if (ret || !write || state == prev_state) in stack_erasing_sysctl()
|
/linux-6.1.9/kernel/trace/rv/monitors/wwnr/ |
D | wwnr.c | 22 struct task_struct *n, unsigned int prev_state) in handle_switch() argument 25 if (prev_state == TASK_INTERRUPTIBLE) in handle_switch()
|
/linux-6.1.9/samples/trace_events/ |
D | trace_custom_sched.h | 30 unsigned int prev_state), 32 TP_ARGS(preempt, prev, next, prev_state),
|
/linux-6.1.9/tools/perf/util/bpf_skel/ |
D | off_cpu.bpf.c | 267 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); in on_switch()
|
/linux-6.1.9/drivers/of/ |
D | dynamic.c | 114 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.1.9/drivers/hid/ |
D | hid-uclogic-core.c | 370 u8 prev_state = drvdata->re_state; in uclogic_raw_event_frame() local 374 if ((prev_state == 1 && state == 0) || in uclogic_raw_event_frame() 375 (prev_state == 2 && state == 3)) { in uclogic_raw_event_frame() 377 } else if ((prev_state == 2 && state == 0) || in uclogic_raw_event_frame() 378 (prev_state == 1 && state == 3)) { in uclogic_raw_event_frame()
|
/linux-6.1.9/arch/mips/mm/ |
D | fault.c | 334 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.1.9/arch/sparc/kernel/ |
D | traps_64.c | 189 enum ctx_state prev_state = exception_enter(); in spitfire_insn_access_exception() local 206 exception_exit(prev_state); in spitfire_insn_access_exception() 292 enum ctx_state prev_state = exception_enter(); in spitfire_data_access_exception() local 325 exception_exit(prev_state); in spitfire_data_access_exception() 2079 enum ctx_state prev_state = exception_enter(); in sun4v_resum_error() local 2123 exception_exit(prev_state); in sun4v_resum_error() 2347 enum ctx_state prev_state = exception_enter(); in do_fpieee() local 2355 exception_exit(prev_state); in do_fpieee() 2360 enum ctx_state prev_state = exception_enter(); in do_fpother() local 2378 exception_exit(prev_state); in do_fpother() [all …]
|
D | kgdb_64.c | 166 enum ctx_state prev_state = exception_enter(); in kgdb_trap() local 180 exception_exit(prev_state); in kgdb_trap()
|
/linux-6.1.9/drivers/net/wireless/mediatek/mt76/mt7615/ |
D | testmode.c | 263 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.1.9/kernel/trace/ |
D | trace_entries.h | 119 __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.1.9/drivers/net/wireless/mediatek/mt76/mt7915/ |
D | testmode.c | 656 enum mt76_testmode_state prev_state = td->state; in mt7915_tm_set_state() local 660 if (prev_state == MT76_TM_STATE_TX_FRAMES || in mt7915_tm_set_state() 663 else if (prev_state == MT76_TM_STATE_RX_FRAMES || in mt7915_tm_set_state() 666 else if (prev_state == MT76_TM_STATE_TX_CONT || in mt7915_tm_set_state() 669 else if (prev_state == MT76_TM_STATE_OFF || in mt7915_tm_set_state() 674 prev_state == MT76_TM_STATE_OFF) || in mt7915_tm_set_state() 676 prev_state == MT76_TM_STATE_IDLE)) { in mt7915_tm_set_state()
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_tracepoint.c | 13 long long prev_state; member
|
/linux-6.1.9/drivers/net/ethernet/qlogic/qed/ |
D | qed_roce.h | 31 enum qed_roce_qp_state prev_state,
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_enc_cfg.c | 323 struct dc_state *prev_state = dc->current_state; in link_enc_cfg_link_encs_assign() local 335 for (j = 0; j < prev_state->stream_count; j++) { in link_enc_cfg_link_encs_assign() 336 struct dc_stream_state *prev_stream = prev_state->streams[j]; in link_enc_cfg_link_encs_assign() 339 prev_state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[j].valid) { in link_enc_cfg_link_encs_assign() 340 eng_id = prev_state->res_ctx.link_enc_cfg_ctx.link_enc_assignments[j].eng_id; in link_enc_cfg_link_encs_assign()
|