/linux-6.6.21/net/llc/ |
D | llc_c_st.c | 47 .next_state = LLC_CONN_STATE_D_CONN, 64 .next_state = LLC_CONN_STATE_RESET, 84 .next_state = LLC_CONN_STATE_NORMAL, 100 .next_state = LLC_CONN_STATE_ADM, 119 .next_state = LLC_CONN_STATE_RESET, 134 .next_state = LLC_CONN_STATE_ADM, 150 .next_state = LLC_CONN_STATE_ERROR, 166 .next_state = LLC_CONN_STATE_ERROR, 182 .next_state = LLC_CONN_STATE_ERROR, 198 .next_state = LLC_CONN_STATE_ERROR, [all …]
|
D | llc_s_st.c | 39 .next_state = LLC_SAP_STATE_ACTIVE, 57 .next_state = LLC_SAP_STATE_ACTIVE, 69 .next_state = LLC_SAP_STATE_ACTIVE, 81 .next_state = LLC_SAP_STATE_ACTIVE, 93 .next_state = LLC_SAP_STATE_ACTIVE, 105 .next_state = LLC_SAP_STATE_ACTIVE, 117 .next_state = LLC_SAP_STATE_ACTIVE, 129 .next_state = LLC_SAP_STATE_ACTIVE, 141 .next_state = LLC_SAP_STATE_ACTIVE, 155 .next_state = LLC_SAP_STATE_INACTIVE,
|
/linux-6.6.21/include/trace/events/ |
D | rv.h | 14 TP_PROTO(char *state, char *event, char *next_state, bool final_state), 16 TP_ARGS(state, event, next_state, final_state), 21 __array( char, next_state, MAX_DA_NAME_LEN ) 28 memcpy(__entry->next_state, next_state, MAX_DA_NAME_LEN); 35 __entry->next_state, 62 TP_PROTO(char *state, char *event, char *next_state, bool final_state), 63 TP_ARGS(state, event, next_state, final_state)); 74 TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state), 76 TP_ARGS(id, state, event, next_state, final_state), 82 __array( char, next_state, MAX_DA_NAME_LEN ) [all …]
|
/linux-6.6.21/arch/arm/mach-omap2/ |
D | pm34xx.c | 57 u32 next_state; member 319 if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state)) in omap3_pm_suspend() 333 if (state > pwrst->next_state) { in omap3_pm_suspend() 335 pwrst->pwrdm->name, pwrst->next_state); in omap3_pm_suspend() 372 pwrst->next_state = PWRDM_POWER_RET; in omap3_pm_off_mode_enable() 376 pwrst->next_state = state; in omap3_pm_off_mode_enable() 378 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap3_pm_off_mode_enable() 388 return pwrst->next_state; in omap3_pm_get_suspend_state() 399 pwrst->next_state = state; in omap3_pm_set_suspend_state() 419 pwrst->next_state = PWRDM_POWER_OFF; in pwrdms_setup() [all …]
|
D | pm44xx.c | 28 u32 next_state; member 66 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap4_pm_suspend() 84 if (state > pwrst->next_state) { in omap4_pm_suspend() 86 pwrst->pwrdm->name, pwrst->next_state); in omap4_pm_suspend() 140 pwrst->next_state = pwrdm_get_valid_lp_state(pwrdm, false, in pwrdms_setup() 147 return omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in pwrdms_setup()
|
/linux-6.6.21/include/rv/ |
D | da_monitor.h | 159 type next_state = model_get_next_state_##name(curr_state, event); \ 161 if (next_state != INVALID_STATE) { \ 162 da_monitor_set_state_##name(da_mon, next_state); \ 166 model_get_state_name_##name(next_state), \ 167 model_is_final_state_##name(next_state)); \ 190 type next_state = model_get_next_state_##name(curr_state, event); \ 192 if (next_state != INVALID_STATE) { \ 193 da_monitor_set_state_##name(da_mon, next_state); \ 198 model_get_state_name_##name(next_state), \ 199 model_is_final_state_##name(next_state)); \
|
/linux-6.6.21/kernel/sched/ |
D | idle.c | 117 int next_state) in call_cpuidle() argument 134 return cpuidle_enter(drv, dev, next_state); in call_cpuidle() 150 int next_state, entered_state; in cpuidle_idle_call() local 200 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns); in cpuidle_idle_call() 201 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 208 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call() 215 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
|
/linux-6.6.21/drivers/usb/gadget/function/ |
D | f_midi.c | 451 uint8_t next_state = STATE_INITIAL; in f_midi_transmit_byte() local 458 next_state = port->state; in f_midi_transmit_byte() 468 next_state = STATE_FINISHED; in f_midi_transmit_byte() 474 next_state = STATE_FINISHED; in f_midi_transmit_byte() 481 next_state = STATE_FINISHED; in f_midi_transmit_byte() 485 next_state = port->state; in f_midi_transmit_byte() 498 next_state = STATE_SYSEX_1; in f_midi_transmit_byte() 503 next_state = STATE_1PARAM; in f_midi_transmit_byte() 507 next_state = STATE_2PARAM_1; in f_midi_transmit_byte() 511 next_state = STATE_INITIAL; in f_midi_transmit_byte() [all …]
|
D | f_midi2.c | 768 int next_state = STATE_INITIAL; in process_midi1_byte() local 776 next_state = port->state; in process_midi1_byte() 786 next_state = STATE_FINISHED; in process_midi1_byte() 792 next_state = STATE_FINISHED; in process_midi1_byte() 799 next_state = STATE_FINISHED; in process_midi1_byte() 803 next_state = port->state; in process_midi1_byte() 816 next_state = STATE_SYSEX_1; in process_midi1_byte() 821 next_state = STATE_1PARAM; in process_midi1_byte() 825 next_state = STATE_2PARAM_1; in process_midi1_byte() 829 next_state = STATE_INITIAL; in process_midi1_byte() [all …]
|
/linux-6.6.21/drivers/cpuidle/ |
D | cpuidle.h | 19 struct cpuidle_driver *drv, int next_state); 44 struct cpuidle_driver *drv, int next_state); 60 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument
|
D | coupled.c | 367 struct cpuidle_coupled *coupled, int next_state) in cpuidle_coupled_set_waiting() argument 369 coupled->requested_state[cpu] = next_state; in cpuidle_coupled_set_waiting() 471 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument 497 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state); in cpuidle_enter_state_coupled() 593 next_state = cpuidle_coupled_get_state(dev, coupled); in cpuidle_enter_state_coupled() 595 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled()
|
/linux-6.6.21/tools/verification/dot2/ |
D | dot2c.py | 169 next_state = self.function[x][y] 170 if next_state != self.invalid_state_str: 171 next_state = self.function[x][y] + self.enum_suffix 174 line = line + strformat % next_state + ", " 176 line = line + strformat % next_state + " },"
|
/linux-6.6.21/drivers/vfio/pci/pds/ |
D | vfio_dev.c | 80 enum vfio_device_mig_state next_state; in pds_vfio_set_device_state() local 83 new_state, &next_state); in pds_vfio_set_device_state() 89 res = pds_vfio_step_device_state_locked(pds_vfio, next_state); in pds_vfio_set_device_state() 93 pds_vfio->state = next_state; in pds_vfio_set_device_state()
|
/linux-6.6.21/fs/btrfs/ |
D | extent-io-tree.c | 196 static inline struct extent_state *next_state(struct extent_state *state) in next_state() function 262 entry = next_state(entry); in tree_search_for_insert() 305 entry = next_state(entry); in tree_search_prev_next() 356 other = next_state(state); in merge_state() 520 next = next_state(state); in clear_state_bit() 530 next = next_state(state); in clear_state_bit() 628 state = next_state(state); in __clear_extent_bit() 773 state = next_state(state); in wait_extent_bit() 824 state = next_state(state); in find_first_extent_bit_state() 848 while ((state = next_state(state)) != NULL) { in find_first_extent_bit() [all …]
|
/linux-6.6.21/drivers/clk/keystone/ |
D | gate.c | 72 u32 next_state, u32 domain_id) in psc_config() argument 79 mdctl |= next_state; in psc_config() 81 if (next_state == PSC_STATE_DISABLE) in psc_config() 101 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); in psc_config()
|
/linux-6.6.21/net/netfilter/ipvs/ |
D | ip_vs_proto_sctp.c | 383 int event, next_state; in set_sctp_state() local 434 next_state = sctp_states[direction][event][cp->state]; in set_sctp_state() 436 if (next_state != cp->state) { in set_sctp_state() 449 sctp_state_name(next_state), in set_sctp_state() 453 (next_state != IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state() 458 (next_state == IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state() 464 if (next_state == IP_VS_SCTP_S_ESTABLISHED) in set_sctp_state() 468 cp->timeout = pd->timeout_table[cp->state = next_state]; in set_sctp_state() 470 cp->timeout = sctp_timeouts[cp->state = next_state]; in set_sctp_state()
|
/linux-6.6.21/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 4683 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_state_change() 4744 o->state, cur_pending, o->next_state); in bnx2x_queue_comp_cmd() 4757 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state); in bnx2x_queue_comp_cmd() 4763 o->state = o->next_state; in bnx2x_queue_comp_cmd() 4765 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_comp_cmd() 5498 enum bnx2x_q_state state = o->state, next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() local 5509 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() 5524 next_state = BNX2X_Q_STATE_INITIALIZED; in bnx2x_queue_chk_transition() 5531 next_state = BNX2X_Q_STATE_ACTIVE; in bnx2x_queue_chk_transition() 5533 next_state = BNX2X_Q_STATE_INACTIVE; in bnx2x_queue_chk_transition() [all …]
|
/linux-6.6.21/drivers/scsi/isci/ |
D | remote_node_context.c | 425 u32 next_state; in sci_remote_node_context_event_handler() local 441 next_state = SCI_RNC_INITIAL; in sci_remote_node_context_event_handler() 443 next_state = SCI_RNC_POSTING; in sci_remote_node_context_event_handler() 444 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler() 497 next_state = SCI_RNC_TX_SUSPENDED; in sci_remote_node_context_event_handler() 500 next_state = SCI_RNC_TX_RX_SUSPENDED; in sci_remote_node_context_event_handler() 506 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
|
/linux-6.6.21/init/ |
D | initramfs.c | 222 } state, next_state; variable 248 next_state = next; in read_into() 271 state = next_state; in do_collect() 299 next_state = GotSymlink; in do_header() 315 state = next_state; in do_skip() 360 next_state = Reset; in do_name() 431 next_state = Reset; in do_symlink()
|
/linux-6.6.21/drivers/infiniband/hw/qib/ |
D | qib_sdma.c | 195 enum qib_sdma_states next_state) in sdma_set_state() argument 205 ss->current_state = next_state; in sdma_set_state() 207 if (action[next_state].op_enable) in sdma_set_state() 210 if (action[next_state].op_intenable) in sdma_set_state() 213 if (action[next_state].op_halt) in sdma_set_state() 216 if (action[next_state].op_drain) in sdma_set_state() 219 if (action[next_state].go_s99_running_tofalse) in sdma_set_state() 222 if (action[next_state].go_s99_running_totrue) in sdma_set_state()
|
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/ |
D | transobj.c | 352 int curr_state, int next_state, in mlx5_hairpin_modify_rq() argument 360 if (next_state == MLX5_RQC_STATE_RDY) { in mlx5_hairpin_modify_rq() 366 MLX5_SET(rqc, rqc, state, next_state); in mlx5_hairpin_modify_rq() 372 int curr_state, int next_state, in mlx5_hairpin_modify_sq() argument 380 if (next_state == MLX5_SQC_STATE_RDY) { in mlx5_hairpin_modify_sq() 386 MLX5_SET(sqc, sqc, state, next_state); in mlx5_hairpin_modify_sq()
|
/linux-6.6.21/drivers/mfd/ |
D | si476x-i2c.c | 266 enum si476x_power_state next_state) in si476x_core_set_power_state() argument 281 if (next_state != core->power_state) { in si476x_core_set_power_state() 282 switch (next_state) { in si476x_core_set_power_state() 301 core->power_state = next_state; in si476x_core_set_power_state() 305 core->power_state = next_state; in si476x_core_set_power_state()
|
/linux-6.6.21/kernel/trace/ |
D | trace_entries.h | 147 __field( unsigned char, next_state ) 159 __entry->next_pid, __entry->next_prio, __entry->next_state, 177 __entry->next_pid, __entry->next_prio, __entry->next_state,
|
/linux-6.6.21/include/net/ |
D | llc_s_st.h | 27 u8 next_state; member
|
D | llc_c_st.h | 41 u8 next_state; member
|