Searched refs:next_state (Results 1 - 25 of 77) sorted by relevance

1234

/linux-master/net/llc/
H A Dllc_s_st.c39 .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
[all...]
H A Dllc_c_st.c47 .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
[all...]
/linux-master/include/trace/events/
H A Drv.h14 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_stat
[all...]
/linux-master/include/net/
H A Dllc_s_st.h27 u8 next_state; member in struct:llc_sap_state_trans
H A Dllc_c_st.h41 u8 next_state; member in struct:llc_conn_state_trans
/linux-master/drivers/cpuidle/
H A Dcpuidle.h19 struct cpuidle_driver *drv, int next_state);
44 struct cpuidle_driver *drv, int next_state);
60 struct cpuidle_driver *drv, int next_state)
59 cpuidle_enter_state_coupled(struct cpuidle_device *dev, struct cpuidle_driver *drv, int next_state) argument
H A Dcoupled.c361 * @next_state: the index in drv->states of the requested state for this cpu
367 struct cpuidle_coupled *coupled, int next_state)
369 coupled->requested_state[cpu] = next_state;
455 * @next_state: index of the requested state in drv->states
471 struct cpuidle_driver *drv, int next_state)
497 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state);
593 next_state = cpuidle_coupled_get_state(dev, coupled);
595 entered_state = cpuidle_enter_state(dev, drv, next_state);
366 cpuidle_coupled_set_waiting(int cpu, struct cpuidle_coupled *coupled, int next_state) argument
470 cpuidle_enter_state_coupled(struct cpuidle_device *dev, struct cpuidle_driver *drv, int next_state) argument
/linux-master/arch/arm/mach-omap2/
H A Dpm44xx.c28 u32 next_state; member in struct:power_state
66 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state);
84 if (state > pwrst->next_state) {
86 pwrst->pwrdm->name, pwrst->next_state);
140 pwrst->next_state = pwrdm_get_valid_lp_state(pwrdm, false,
147 return omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state);
H A Dpm34xx.c57 u32 next_state; member in struct:power_state
319 if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state))
333 if (state > pwrst->next_state) {
335 pwrst->pwrdm->name, pwrst->next_state);
372 pwrst->next_state = PWRDM_POWER_RET;
376 pwrst->next_state = state;
378 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state);
388 return pwrst->next_state;
399 pwrst->next_state = state;
419 pwrst->next_state
[all...]
/linux-master/include/rv/
H A Dda_monitor.h159 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)); \
[all...]
/linux-master/kernel/sched/
H A Didle.c138 int next_state)
155 return cpuidle_enter(drv, dev, next_state);
171 int next_state, entered_state; local
221 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns);
222 call_cpuidle(drv, dev, next_state);
229 next_state = cpuidle_select(drv, dev, &stop_tick);
236 entered_state = call_cpuidle(drv, dev, next_state);
137 call_cpuidle(struct cpuidle_driver *drv, struct cpuidle_device *dev, int next_state) argument
/linux-master/drivers/net/wireless/intel/iwlwifi/dvm/
H A Dtt.h52 * @next_state: next thermal throttling mode
61 enum iwl_tt_state next_state; member in struct:iwl_tt_trans
/linux-master/drivers/vfio/pci/pds/
H A Dvfio_dev.c57 enum vfio_device_mig_state next_state; local
60 new_state, &next_state);
66 res = pds_vfio_step_device_state_locked(pds_vfio, next_state);
70 pds_vfio->state = next_state;
/linux-master/tools/verification/dot2/
H A Ddot2c.py169 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-master/drivers/usb/gadget/function/
H A Df_midi.c451 uint8_t next_state = STATE_INITIAL; local
458 next_state = port->state;
468 next_state = STATE_FINISHED;
474 next_state = STATE_FINISHED;
481 next_state = STATE_FINISHED;
485 next_state = port->state;
498 next_state = STATE_SYSEX_1;
503 next_state = STATE_1PARAM;
507 next_state = STATE_2PARAM_1;
511 next_state
[all...]
/linux-master/drivers/clk/keystone/
H A Dgate.c72 u32 next_state, u32 domain_id)
79 mdctl |= next_state;
81 if (next_state == PSC_STATE_DISABLE)
101 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--);
71 psc_config(void __iomem *control_base, void __iomem *domain_base, u32 next_state, u32 domain_id) argument
/linux-master/drivers/md/dm-vdo/
H A Dadmin-state.c207 vdo_set_admin_state_code(state, state->next_state);
228 const struct admin_state_code *next_state = get_next_state(state, operation); local
230 if (next_state == NULL) {
241 state->next_state = next_state;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_sctp.c383 int event, next_state; local
434 next_state = sctp_states[direction][event][cp->state];
436 if (next_state != cp->state) {
449 sctp_state_name(next_state),
453 (next_state != IP_VS_SCTP_S_ESTABLISHED)) {
458 (next_state == IP_VS_SCTP_S_ESTABLISHED)) {
464 if (next_state == IP_VS_SCTP_S_ESTABLISHED)
468 cp->timeout = pd->timeout_table[cp->state = next_state];
470 cp->timeout = sctp_timeouts[cp->state = next_state];
/linux-master/fs/btrfs/
H A Dextent-io-tree.c220 static inline struct extent_state *next_state(struct extent_state *state) function
286 entry = next_state(entry);
329 entry = next_state(entry);
378 next = next_state(state);
588 next = next_state(state);
598 next = next_state(state);
696 state = next_state(state);
834 state = next_state(state);
885 state = next_state(state);
909 while ((state = next_state(stat
[all...]
/linux-master/drivers/gpu/drm/bridge/imx/
H A Dimx8mp-hdmi-pvi.c110 struct drm_bridge_state *next_state; local
115 next_state = drm_atomic_get_new_bridge_state(crtc_state->state,
119 next_state,
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sp.c4683 o->next_state = BNX2X_Q_STATE_MAX;
4742 BNX2X_ERR("Bad MC reply %d for queue %d in state %d pending 0x%lx, next_state %d\n",
4744 o->state, cur_pending, o->next_state);
4757 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state);
4763 o->state = o->next_state;
4765 o->next_state = BNX2X_Q_STATE_MAX;
4767 /* It's important that o->state and o->next_state are
5487 * state and, if it's legal, sets a `next_state' in the object
5498 enum bnx2x_q_state state = o->state, next_state = BNX2X_Q_STATE_MAX; local
5509 o->next_state
5816 enum bnx2x_func_state state = o->state, next_state = BNX2X_F_STATE_MAX; local
[all...]
/linux-master/drivers/scsi/isci/
H A Dremote_node_context.c425 u32 next_state; local
441 next_state = SCI_RNC_INITIAL;
443 next_state = SCI_RNC_POSTING;
444 sci_change_state(&sci_rnc->sm, next_state);
497 next_state = SCI_RNC_TX_SUSPENDED;
500 next_state = SCI_RNC_TX_RX_SUSPENDED;
506 sci_change_state(&sci_rnc->sm, next_state);
/linux-master/init/
H A Dinitramfs.c223 } state, next_state; variable in typeref:enum:state
249 next_state = next;
272 state = next_state;
300 next_state = GotSymlink;
316 state = next_state;
361 next_state = Reset;
432 next_state = Reset;
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/
H A Dtransobj.c352 int curr_state, int next_state,
360 if (next_state == MLX5_RQC_STATE_RDY) {
366 MLX5_SET(rqc, rqc, state, next_state);
372 int curr_state, int next_state,
380 if (next_state == MLX5_SQC_STATE_RDY) {
386 MLX5_SET(sqc, sqc, state, next_state);
351 mlx5_hairpin_modify_rq(struct mlx5_core_dev *func_mdev, u32 rqn, int curr_state, int next_state, u16 peer_vhca, u32 peer_sq) argument
371 mlx5_hairpin_modify_sq(struct mlx5_core_dev *peer_mdev, u32 sqn, int curr_state, int next_state, u16 peer_vhca, u32 peer_rq) argument
/linux-master/kernel/trace/
H A Dtrace_entries.h147 __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,

Completed in 377 milliseconds

1234