arch/arm/mach-omap2/pm34xx.c
319
if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state))
arch/arm/mach-omap2/pm34xx.c
333
if (state > pwrst->next_state) {
arch/arm/mach-omap2/pm34xx.c
335
pwrst->pwrdm->name, pwrst->next_state);
arch/arm/mach-omap2/pm34xx.c
372
pwrst->next_state = PWRDM_POWER_RET;
arch/arm/mach-omap2/pm34xx.c
376
pwrst->next_state = state;
arch/arm/mach-omap2/pm34xx.c
378
omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state);
arch/arm/mach-omap2/pm34xx.c
388
return pwrst->next_state;
arch/arm/mach-omap2/pm34xx.c
399
pwrst->next_state = state;
arch/arm/mach-omap2/pm34xx.c
419
pwrst->next_state = PWRDM_POWER_OFF;
arch/arm/mach-omap2/pm34xx.c
421
pwrst->next_state = PWRDM_POWER_RET;
arch/arm/mach-omap2/pm34xx.c
428
return omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state);
arch/arm/mach-omap2/pm34xx.c
57
u32 next_state;
arch/arm/mach-omap2/pm44xx.c
140
pwrst->next_state = pwrdm_get_valid_lp_state(pwrdm, false,
arch/arm/mach-omap2/pm44xx.c
147
return omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state);
arch/arm/mach-omap2/pm44xx.c
28
u32 next_state;
arch/arm/mach-omap2/pm44xx.c
66
omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state);
arch/arm/mach-omap2/pm44xx.c
84
if (state > pwrst->next_state) {
arch/arm/mach-omap2/pm44xx.c
86
pwrst->pwrdm->name, pwrst->next_state);
drivers/bus/mhi/host/pm.c
1126
enum dev_st_transition next_state;
drivers/bus/mhi/host/pm.c
1193
next_state = MHI_IN_PBL(current_ee) ?
drivers/bus/mhi/host/pm.c
1196
mhi_queue_state_transition(mhi_cntrl, next_state);
drivers/bus/mhi/host/pm.c
600
enum dev_st_transition next_state;
drivers/bus/mhi/host/pm.c
748
next_state = DEV_ST_TRANSITION_PBL;
drivers/bus/mhi/host/pm.c
750
next_state = DEV_ST_TRANSITION_READY;
drivers/bus/mhi/host/pm.c
753
mhi_queue_state_transition(mhi_cntrl, next_state);
drivers/clk/davinci/psc.c
109
enum davinci_lpsc_state next_state)
drivers/clk/davinci/psc.c
114
next_state);
drivers/clk/davinci/psc.c
140
(mdstat & MDSTAT_STATE_MASK) == next_state,
drivers/clk/keystone/gate.c
101
} while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--);
drivers/clk/keystone/gate.c
72
u32 next_state, u32 domain_id)
drivers/clk/keystone/gate.c
79
mdctl |= next_state;
drivers/clk/keystone/gate.c
81
if (next_state == PSC_STATE_DISABLE)
drivers/cpuidle/coupled.c
367
struct cpuidle_coupled *coupled, int next_state)
drivers/cpuidle/coupled.c
369
coupled->requested_state[cpu] = next_state;
drivers/cpuidle/coupled.c
466
struct cpuidle_driver *drv, int next_state)
drivers/cpuidle/coupled.c
492
w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state);
drivers/cpuidle/coupled.c
588
next_state = cpuidle_coupled_get_state(dev, coupled);
drivers/cpuidle/coupled.c
590
entered_state = cpuidle_enter_state(dev, drv, next_state);
drivers/cpuidle/cpuidle.h
19
struct cpuidle_driver *drv, int next_state);
drivers/cpuidle/cpuidle.h
44
struct cpuidle_driver *drv, int next_state);
drivers/cpuidle/cpuidle.h
60
struct cpuidle_driver *drv, int next_state)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
103
*next_state = DM_ISM_STATE_HYSTERESIS_BUSY;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
109
*next_state = DM_ISM_STATE_OPTIMIZED_IDLE_SSO;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
114
*next_state = DM_ISM_STATE_FULL_POWER_RUNNING;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
118
*next_state = DM_ISM_STATE_HYSTERESIS_BUSY;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
123
*next_state = DM_ISM_STATE_FULL_POWER_RUNNING;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
264
enum amdgpu_dm_ism_state next_state;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
267
&next_state);
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
271
ism->current_state = next_state;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
50
enum amdgpu_dm_ism_state *next_state)
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
55
*next_state = DM_ISM_STATE_HYSTERESIS_WAITING;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
59
*next_state = DM_ISM_STATE_FULL_POWER_BUSY;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
64
*next_state = DM_ISM_STATE_HYSTERESIS_BUSY;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
68
*next_state = DM_ISM_STATE_FULL_POWER_RUNNING;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
73
*next_state = DM_ISM_STATE_TIMER_ABORTED;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
77
*next_state = DM_ISM_STATE_HYSTERESIS_BUSY;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
81
*next_state = DM_ISM_STATE_OPTIMIZED_IDLE;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
85
*next_state = DM_ISM_STATE_OPTIMIZED_IDLE;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
90
*next_state = DM_ISM_STATE_FULL_POWER_BUSY;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
94
*next_state = DM_ISM_STATE_HYSTERESIS_WAITING;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.c
99
*next_state = DM_ISM_STATE_FULL_POWER_RUNNING;
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_ism.h
155
enum amdgpu_dm_ism_state *next_state);
drivers/gpu/drm/bridge/imx/imx8mp-hdmi-pvi.c
111
struct drm_bridge_state *next_state;
drivers/gpu/drm/bridge/imx/imx8mp-hdmi-pvi.c
116
next_state = drm_atomic_get_new_bridge_state(crtc_state->state,
drivers/gpu/drm/bridge/imx/imx8mp-hdmi-pvi.c
120
next_state,
drivers/i2c/busses/i2c-imx.c
1023
enum imx_i2c_state next_state = IMX_I2C_STATE_READ_CONTINUE;
drivers/i2c/busses/i2c-imx.c
1050
next_state = IMX_I2C_STATE_DONE;
drivers/i2c/busses/i2c-imx.c
1058
return next_state;
drivers/infiniband/core/verbs.c
1756
bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
drivers/infiniband/core/verbs.c
1766
if (!qp_state_table[cur_state][next_state].valid)
drivers/infiniband/core/verbs.c
1769
req_param = qp_state_table[cur_state][next_state].req_param[type];
drivers/infiniband/core/verbs.c
1770
opt_param = qp_state_table[cur_state][next_state].opt_param[type];
drivers/infiniband/hw/cxgb4/cm.c
1638
attrs.next_state = C4IW_QP_STATE_RTS;
drivers/infiniband/hw/cxgb4/cm.c
1658
attrs.next_state = C4IW_QP_STATE_TERMINATE;
drivers/infiniband/hw/cxgb4/cm.c
1677
attrs.next_state = C4IW_QP_STATE_TERMINATE;
drivers/infiniband/hw/cxgb4/cm.c
1883
attrs.next_state = C4IW_QP_STATE_TERMINATE;
drivers/infiniband/hw/cxgb4/cm.c
2759
attrs.next_state = C4IW_QP_STATE_CLOSING;
drivers/infiniband/hw/cxgb4/cm.c
2777
attrs.next_state = C4IW_QP_STATE_IDLE;
drivers/infiniband/hw/cxgb4/cm.c
2807
attrs.next_state = C4IW_QP_STATE_ERROR;
drivers/infiniband/hw/cxgb4/cm.c
2911
attrs.next_state = C4IW_QP_STATE_ERROR;
drivers/infiniband/hw/cxgb4/cm.c
3000
attrs.next_state = C4IW_QP_STATE_IDLE;
drivers/infiniband/hw/cxgb4/cm.c
3037
attrs.next_state = C4IW_QP_STATE_TERMINATE;
drivers/infiniband/hw/cxgb4/cm.c
3198
attrs.next_state = C4IW_QP_STATE_RTS;
drivers/infiniband/hw/cxgb4/cm.c
3730
attrs.next_state = C4IW_QP_STATE_ERROR;
drivers/infiniband/hw/cxgb4/cm.c
4251
attrs.next_state = C4IW_QP_STATE_ERROR;
drivers/infiniband/hw/cxgb4/ev.c
99
attrs.next_state = C4IW_QP_STATE_TERMINATE;
drivers/infiniband/hw/cxgb4/iw_cxgb4.h
465
u32 next_state;
drivers/infiniband/hw/cxgb4/qp.c
1852
(mask & C4IW_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1);
drivers/infiniband/hw/cxgb4/qp.c
1896
if (qhp->attr.state == attrs->next_state)
drivers/infiniband/hw/cxgb4/qp.c
1901
switch (attrs->next_state) {
drivers/infiniband/hw/cxgb4/qp.c
1937
switch (attrs->next_state) {
drivers/infiniband/hw/cxgb4/qp.c
1988
if (!internal && (qhp->ibqp.uobject || attrs->next_state !=
drivers/infiniband/hw/cxgb4/qp.c
1993
switch (attrs->next_state) {
drivers/infiniband/hw/cxgb4/qp.c
2010
if (attrs->next_state != C4IW_QP_STATE_IDLE) {
drivers/infiniband/hw/cxgb4/qp.c
2086
attrs.next_state = C4IW_QP_STATE_ERROR;
drivers/infiniband/hw/cxgb4/qp.c
2203
qhp->attr.next_state = C4IW_QP_STATE_IDLE;
drivers/infiniband/hw/cxgb4/qp.c
2401
attrs.next_state = c4iw_convert_state(attr->qp_state);
drivers/infiniband/hw/efa/efa_verbs.c
905
enum ib_qp_state next_state,
drivers/infiniband/hw/efa/efa_verbs.c
915
if (!srd_qp_state_table[cur_state][next_state].valid)
drivers/infiniband/hw/efa/efa_verbs.c
918
req_param = srd_qp_state_table[cur_state][next_state].req_param;
drivers/infiniband/hw/efa/efa_verbs.c
919
opt_param = srd_qp_state_table[cur_state][next_state].opt_param;
drivers/infiniband/hw/hfi1/sdma.c
632
enum sdma_states next_state)
drivers/infiniband/hw/hfi1/sdma.c
641
sdma_state_names[next_state]);
drivers/infiniband/hw/hfi1/sdma.c
646
ss->current_state = next_state;
drivers/infiniband/hw/hfi1/sdma.c
649
next_state == sdma_state_s99_running)
drivers/infiniband/hw/hfi1/sdma.c
652
if (action[next_state].op_enable)
drivers/infiniband/hw/hfi1/sdma.c
655
if (action[next_state].op_intenable)
drivers/infiniband/hw/hfi1/sdma.c
658
if (action[next_state].op_halt)
drivers/infiniband/hw/hfi1/sdma.c
661
if (action[next_state].op_cleanup)
drivers/infiniband/hw/hfi1/sdma.c
664
if (action[next_state].go_s99_running_tofalse)
drivers/infiniband/hw/hfi1/sdma.c
667
if (action[next_state].go_s99_running_totrue)
drivers/infiniband/hw/ionic/ionic_controlpath.c
2560
enum ib_qp_state next_state = (mask & IB_QP_STATE) ?
drivers/infiniband/hw/ionic/ionic_controlpath.c
2567
if (!ib_modify_qp_is_ok(cur_state, next_state, qp->ibqp.qp_type, mask) ||
drivers/infiniband/hw/ionic/ionic_controlpath.c
2569
qp->ibqp.qp_type, cur_state, next_state))
drivers/infiniband/hw/irdma/osdep.h
61
void irdma_term_modify_qp(struct irdma_sc_qp *qp, u8 next_state, u8 term,
drivers/infiniband/hw/irdma/utils.c
944
void irdma_term_modify_qp(struct irdma_sc_qp *qp, u8 next_state, u8 term,
drivers/infiniband/hw/irdma/utils.c
950
irdma_next_iw_state(iwqp, next_state, 0, term, term_len);
drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
531
enum ib_qp_state cur_state, next_state;
drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
541
next_state = (attr_mask & IB_QP_STATE) ? attr->qp_state : cur_state;
drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
543
if (!ib_modify_qp_is_ok(cur_state, next_state, ibqp->qp_type,
drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
574
if (cur_state == next_state && cur_state == IB_QPS_RESET) {
drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
579
qp->state = next_state;
drivers/infiniband/hw/vmw_pvrdma/pvrdma_qp.c
623
if (ret == 0 && next_state == IB_QPS_RESET)
drivers/md/dm-vdo/admin-state.c
210
vdo_set_admin_state_code(state, state->next_state);
drivers/md/dm-vdo/admin-state.c
233
const struct admin_state_code *next_state = get_next_state(state, operation);
drivers/md/dm-vdo/admin-state.c
235
if (next_state == NULL) {
drivers/md/dm-vdo/admin-state.c
246
state->next_state = next_state;
drivers/md/dm-vdo/admin-state.h
55
const struct admin_state_code *next_state;
drivers/media/i2c/mt9m114.c
722
static int mt9m114_set_state(struct mt9m114 *sensor, u8 next_state)
drivers/media/i2c/mt9m114.c
727
cci_write(sensor->regmap, MT9M114_SYSMGR_NEXT_STATE, next_state, &ret);
drivers/mfd/si476x-i2c.c
266
enum si476x_power_state next_state)
drivers/mfd/si476x-i2c.c
281
if (next_state != core->power_state) {
drivers/mfd/si476x-i2c.c
282
switch (next_state) {
drivers/mfd/si476x-i2c.c
301
core->power_state = next_state;
drivers/mfd/si476x-i2c.c
305
core->power_state = next_state;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
4683
o->next_state = BNX2X_Q_STATE_MAX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
4744
o->state, cur_pending, o->next_state);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
4757
cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
4763
o->state = o->next_state;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
4765
o->next_state = BNX2X_Q_STATE_MAX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5498
enum bnx2x_q_state state = o->state, next_state = BNX2X_Q_STATE_MAX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5509
o->next_state = BNX2X_Q_STATE_MAX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5524
next_state = BNX2X_Q_STATE_INITIALIZED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5531
next_state = BNX2X_Q_STATE_ACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5533
next_state = BNX2X_Q_STATE_INACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5539
next_state = BNX2X_Q_STATE_INACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5543
next_state = BNX2X_Q_STATE_ACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5546
next_state = BNX2X_Q_STATE_MULTI_COS;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5551
next_state = BNX2X_Q_STATE_STOPPED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5561
next_state = BNX2X_Q_STATE_INACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5563
next_state = BNX2X_Q_STATE_ACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5569
next_state = BNX2X_Q_STATE_MCOS_TERMINATED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5572
next_state = BNX2X_Q_STATE_MULTI_COS;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5578
next_state = BNX2X_Q_STATE_MULTI_COS;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5588
next_state = BNX2X_Q_STATE_INACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5590
next_state = BNX2X_Q_STATE_MULTI_COS;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5598
next_state = BNX2X_Q_STATE_ACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5600
next_state = BNX2X_Q_STATE_MULTI_COS;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5606
next_state = BNX2X_Q_STATE_ACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5610
next_state = BNX2X_Q_STATE_INACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5613
next_state = BNX2X_Q_STATE_STOPPED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5624
next_state = BNX2X_Q_STATE_ACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5626
next_state = BNX2X_Q_STATE_MULTI_COS;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5628
next_state = BNX2X_Q_STATE_INACTIVE;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5634
next_state = BNX2X_Q_STATE_TERMINATED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5639
next_state = BNX2X_Q_STATE_RESET;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5647
if (next_state != BNX2X_Q_STATE_MAX) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5649
state, cmd, next_state);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5650
o->next_state = next_state;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5678
obj->next_state = BNX2X_Q_STATE_MAX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5755
cur_pending, o->next_state);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5761
cmd, BP_FUNC(bp), o->next_state);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5763
o->state = o->next_state;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5764
o->next_state = BNX2X_F_STATE_MAX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5816
enum bnx2x_func_state state = o->state, next_state = BNX2X_F_STATE_MAX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5824
o->next_state = BNX2X_F_STATE_MAX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5836
next_state = BNX2X_F_STATE_INITIALIZED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5841
next_state = BNX2X_F_STATE_STARTED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5844
next_state = BNX2X_F_STATE_RESET;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5849
next_state = BNX2X_F_STATE_INITIALIZED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5856
next_state = BNX2X_F_STATE_STARTED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5860
next_state = BNX2X_F_STATE_STARTED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5867
next_state = BNX2X_F_STATE_STARTED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5871
next_state = BNX2X_F_STATE_STARTED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5874
next_state = BNX2X_F_STATE_TX_STOPPED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5880
next_state = BNX2X_F_STATE_TX_STOPPED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5884
next_state = BNX2X_F_STATE_TX_STOPPED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5887
next_state = BNX2X_F_STATE_STARTED;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5895
if (next_state != BNX2X_F_STATE_MAX) {
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5897
state, cmd, next_state);
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
5898
o->next_state = next_state;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
6547
o->next_state = BNX2X_F_STATE_MAX;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
1065
enum bnx2x_q_state state, next_state;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.h
1330
enum bnx2x_func_state state, next_state;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1350
enum bnx2x_stats_state next_state;
drivers/net/ethernet/broadcom/bnx2x/bnx2x_stats.c
1392
bp->stats_state = bnx2x_stats_stm[state][event].next_state;
drivers/net/ethernet/chelsio/cxgb4/sge.c
2255
enum sge_eosw_state next_state;
drivers/net/ethernet/chelsio/cxgb4/sge.c
2280
next_state = CXGB4_EO_STATE_FLOWC_OPEN_REPLY;
drivers/net/ethernet/chelsio/cxgb4/sge.c
2282
next_state = CXGB4_EO_STATE_FLOWC_CLOSE_REPLY;
drivers/net/ethernet/chelsio/cxgb4/sge.c
2309
eosw_txq->state = next_state;
drivers/net/ethernet/chelsio/cxgb4/sge.c
2528
enum sge_eosw_state next_state;
drivers/net/ethernet/chelsio/cxgb4/sge.c
2563
next_state = CXGB4_EO_STATE_FLOWC_OPEN_SEND;
drivers/net/ethernet/chelsio/cxgb4/sge.c
2568
next_state = CXGB4_EO_STATE_FLOWC_CLOSE_SEND;
drivers/net/ethernet/chelsio/cxgb4/sge.c
2605
eosw_txq->state = next_state;
drivers/net/ethernet/dec/tulip/de2104x.c
992
static const u32 next_state = DE_MEDIA_TP;
drivers/net/ethernet/dec/tulip/de2104x.c
993
de_next_media(de, &next_state, 1);
drivers/net/ethernet/dec/tulip/de2104x.c
995
static const u32 next_state = DE_MEDIA_AUI;
drivers/net/ethernet/dec/tulip/de2104x.c
996
de_next_media(de, &next_state, 1);
drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.c
494
action0.next_state = kpuaction->next_state & 0xf;
drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h
224
u64 next_state : 8;
drivers/net/ethernet/marvell/octeontx2/af/cn20k/npc.h
246
u64 next_state : 8;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
291
u8 next_state;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
337
u64 next_state : 8;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
357
u64 next_state : 8;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c
1677
action0.next_state = kpuaction->next_state;
drivers/net/ethernet/mellanox/mlx5/core/en.h
865
int next_state;
drivers/net/ethernet/mellanox/mlx5/core/en/health.c
101
msp.next_state = MLX5_SQC_STATE_RDY;
drivers/net/ethernet/mellanox/mlx5/core/en/health.c
91
msp.next_state = MLX5_SQC_STATE_RST;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1192
static int mlx5e_modify_rq_state(struct mlx5e_rq *rq, int curr_state, int next_state)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1206
if (curr_state == MLX5_RQC_STATE_RST && next_state == MLX5_RQC_STATE_RDY)
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1212
MLX5_SET(rqc, rqc, state, next_state);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1831
MLX5_SET(sqc, sqc, state, p->next_state);
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1832
if (p->rl_update && p->next_state == MLX5_SQC_STATE_RDY) {
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1836
if (p->qos_update && p->next_state == MLX5_SQC_STATE_RDY) {
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
1868
msp.next_state = MLX5_SQC_STATE_RDY;
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
2519
msp.next_state = MLX5_SQC_STATE_RDY;
drivers/net/ethernet/mellanox/mlx5/core/transobj.c
352
int curr_state, int next_state,
drivers/net/ethernet/mellanox/mlx5/core/transobj.c
360
if (next_state == MLX5_RQC_STATE_RDY) {
drivers/net/ethernet/mellanox/mlx5/core/transobj.c
366
MLX5_SET(rqc, rqc, state, next_state);
drivers/net/ethernet/mellanox/mlx5/core/transobj.c
372
int curr_state, int next_state,
drivers/net/ethernet/mellanox/mlx5/core/transobj.c
380
if (next_state == MLX5_SQC_STATE_RDY) {
drivers/net/ethernet/mellanox/mlx5/core/transobj.c
386
MLX5_SET(sqc, sqc, state, next_state);
drivers/net/phy/sfp.c
2160
static void sfp_sm_fault(struct sfp *sfp, unsigned int next_state, bool warn)
drivers/net/phy/sfp.c
2170
sfp_sm_next(sfp, next_state, T_FAULT_RECOVER);
drivers/net/wireless/intel/iwlwifi/dvm/tt.c
372
transaction->next_state) {
drivers/net/wireless/intel/iwlwifi/dvm/tt.c
375
transaction->next_state;
drivers/net/wireless/intel/iwlwifi/dvm/tt.h
61
enum iwl_tt_state next_state;
drivers/net/wireless/realtek/rtw88/coex.c
18
u8 next_state;
drivers/net/wireless/realtek/rtw88/coex.c
23
next_state = COEX_RSSI_STATE_HIGH;
drivers/net/wireless/realtek/rtw88/coex.c
25
next_state = COEX_RSSI_STATE_STAY_LOW;
drivers/net/wireless/realtek/rtw88/coex.c
28
next_state = COEX_RSSI_STATE_LOW;
drivers/net/wireless/realtek/rtw88/coex.c
30
next_state = COEX_RSSI_STATE_STAY_HIGH;
drivers/net/wireless/realtek/rtw88/coex.c
33
return next_state;
drivers/net/wireless/realtek/rtw89/coex.c
6087
u8 next_state, tol = chip->rssi_tol;
drivers/net/wireless/realtek/rtw89/coex.c
6092
next_state = BTC_RSSI_ST_HIGH;
drivers/net/wireless/realtek/rtw89/coex.c
6094
next_state = BTC_RSSI_ST_STAY_LOW;
drivers/net/wireless/realtek/rtw89/coex.c
6097
next_state = BTC_RSSI_ST_LOW;
drivers/net/wireless/realtek/rtw89/coex.c
6099
next_state = BTC_RSSI_ST_STAY_HIGH;
drivers/net/wireless/realtek/rtw89/coex.c
6102
return next_state;
drivers/pmdomain/core.c
318
struct genpd_power_state *state, *next_state;
drivers/pmdomain/core.c
333
next_state = &genpd->states[state_idx + 1];
drivers/pmdomain/core.c
334
target_ns = next_state->power_off_latency_ns +
drivers/pmdomain/core.c
335
next_state->residency_ns;
drivers/pwm/pwm-gpio.c
136
pwm_gpio_round(&gpwm->next_state, state);
drivers/pwm/pwm-gpio.c
161
*state = gpwm->next_state;
drivers/pwm/pwm-gpio.c
30
struct pwm_state next_state;
drivers/pwm/pwm-gpio.c
86
gpwm->state = gpwm->next_state;
drivers/scsi/initio.c
1211
scb->next_state = 8;
drivers/scsi/initio.c
1225
scb->next_state = 8;
drivers/scsi/initio.c
1249
next = host->active->next_state;
drivers/scsi/initio.c
1397
scb->next_state = 3;
drivers/scsi/initio.c
1466
scb->next_state = 0x4;
drivers/scsi/initio.c
1610
scb->next_state = 6;
drivers/scsi/initio.c
1689
scb->next_state = 0x5;
drivers/scsi/initio.c
1722
scb->next_state = 0x5;
drivers/scsi/initio.c
2307
scb->next_state = 0x1;
drivers/scsi/initio.c
2319
scb->next_state = 0x2;
drivers/scsi/initio.c
2334
scb->next_state = 0x2;
drivers/scsi/initio.h
352
u8 next_state; /*5 */
drivers/scsi/isci/host.c
163
void sci_change_state(struct sci_base_state_machine *sm, u32 next_state)
drivers/scsi/isci/host.c
172
sm->current_state_id = next_state;
drivers/scsi/isci/isci.h
529
extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
drivers/scsi/isci/phy.c
607
u32 next_state)
drivers/scsi/isci/phy.c
611
sci_change_state(&iphy->sm, next_state);
drivers/scsi/isci/remote_node_context.c
425
u32 next_state;
drivers/scsi/isci/remote_node_context.c
441
next_state = SCI_RNC_INITIAL;
drivers/scsi/isci/remote_node_context.c
443
next_state = SCI_RNC_POSTING;
drivers/scsi/isci/remote_node_context.c
444
sci_change_state(&sci_rnc->sm, next_state);
drivers/scsi/isci/remote_node_context.c
497
next_state = SCI_RNC_TX_SUSPENDED;
drivers/scsi/isci/remote_node_context.c
500
next_state = SCI_RNC_TX_RX_SUSPENDED;
drivers/scsi/isci/remote_node_context.c
506
sci_change_state(&sci_rnc->sm, next_state);
drivers/usb/gadget/function/f_midi.c
452
uint8_t next_state = STATE_INITIAL;
drivers/usb/gadget/function/f_midi.c
459
next_state = port->state;
drivers/usb/gadget/function/f_midi.c
469
next_state = STATE_FINISHED;
drivers/usb/gadget/function/f_midi.c
475
next_state = STATE_FINISHED;
drivers/usb/gadget/function/f_midi.c
482
next_state = STATE_FINISHED;
drivers/usb/gadget/function/f_midi.c
486
next_state = port->state;
drivers/usb/gadget/function/f_midi.c
499
next_state = STATE_SYSEX_1;
drivers/usb/gadget/function/f_midi.c
504
next_state = STATE_1PARAM;
drivers/usb/gadget/function/f_midi.c
508
next_state = STATE_2PARAM_1;
drivers/usb/gadget/function/f_midi.c
512
next_state = STATE_INITIAL;
drivers/usb/gadget/function/f_midi.c
517
next_state = STATE_FINISHED;
drivers/usb/gadget/function/f_midi.c
531
next_state = STATE_1PARAM;
drivers/usb/gadget/function/f_midi.c
533
next_state = STATE_2PARAM_1;
drivers/usb/gadget/function/f_midi.c
548
next_state = STATE_1PARAM;
drivers/usb/gadget/function/f_midi.c
552
next_state = STATE_2PARAM_2;
drivers/usb/gadget/function/f_midi.c
564
next_state = STATE_2PARAM_1;
drivers/usb/gadget/function/f_midi.c
568
next_state = STATE_SYSEX_1;
drivers/usb/gadget/function/f_midi.c
572
next_state = STATE_SYSEX_2;
drivers/usb/gadget/function/f_midi.c
579
next_state = STATE_SYSEX_0;
drivers/usb/gadget/function/f_midi.c
586
if (next_state == STATE_FINISHED ||
drivers/usb/gadget/function/f_midi.c
598
if (next_state == STATE_FINISHED) {
drivers/usb/gadget/function/f_midi.c
599
next_state = STATE_INITIAL;
drivers/usb/gadget/function/f_midi.c
604
port->state = next_state;
drivers/usb/gadget/function/f_midi2.c
779
int next_state = STATE_INITIAL;
drivers/usb/gadget/function/f_midi2.c
787
next_state = port->state;
drivers/usb/gadget/function/f_midi2.c
797
next_state = STATE_FINISHED;
drivers/usb/gadget/function/f_midi2.c
803
next_state = STATE_FINISHED;
drivers/usb/gadget/function/f_midi2.c
810
next_state = STATE_FINISHED;
drivers/usb/gadget/function/f_midi2.c
814
next_state = port->state;
drivers/usb/gadget/function/f_midi2.c
827
next_state = STATE_SYSEX_1;
drivers/usb/gadget/function/f_midi2.c
832
next_state = STATE_1PARAM;
drivers/usb/gadget/function/f_midi2.c
836
next_state = STATE_2PARAM_1;
drivers/usb/gadget/function/f_midi2.c
840
next_state = STATE_INITIAL;
drivers/usb/gadget/function/f_midi2.c
845
next_state = STATE_FINISHED;
drivers/usb/gadget/function/f_midi2.c
859
next_state = STATE_1PARAM;
drivers/usb/gadget/function/f_midi2.c
861
next_state = STATE_2PARAM_1;
drivers/usb/gadget/function/f_midi2.c
876
next_state = STATE_1PARAM;
drivers/usb/gadget/function/f_midi2.c
880
next_state = STATE_2PARAM_2;
drivers/usb/gadget/function/f_midi2.c
892
next_state = STATE_2PARAM_1;
drivers/usb/gadget/function/f_midi2.c
896
next_state = STATE_SYSEX_1;
drivers/usb/gadget/function/f_midi2.c
900
next_state = STATE_SYSEX_2;
drivers/usb/gadget/function/f_midi2.c
907
next_state = STATE_SYSEX_0;
drivers/usb/gadget/function/f_midi2.c
914
if (next_state == STATE_FINISHED ||
drivers/usb/gadget/function/f_midi2.c
922
if (next_state == STATE_FINISHED) {
drivers/usb/gadget/function/f_midi2.c
923
next_state = STATE_INITIAL;
drivers/usb/gadget/function/f_midi2.c
934
port->state = next_state;
drivers/usb/host/xhci-hub.c
1850
u32 next_state;
drivers/usb/host/xhci-hub.c
1872
next_state = XDEV_U0;
drivers/usb/host/xhci-hub.c
1874
next_state = XDEV_RESUME;
drivers/usb/host/xhci-hub.c
1903
portsc |= PORT_LINK_STROBE | next_state;
drivers/usb/typec/tcpm/tcpm.c
3567
enum tcpm_state next_state;
drivers/usb/typec/tcpm/tcpm.c
3642
next_state = SNK_READY;
drivers/usb/typec/tcpm/tcpm.c
3644
next_state = SNK_WAIT_CAPABILITIES;
drivers/usb/typec/tcpm/tcpm.c
3650
tcpm_set_state(port, next_state, 0);
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1105
enum vfio_device_mig_state next_state;
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1113
new_state, &next_state);
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1119
res = hisi_acc_vf_set_device_state(hisi_acc_vdev, next_state);
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
1122
hisi_acc_vdev->mig_state = next_state;
drivers/vfio/pci/mlx5/main.c
1243
enum vfio_device_mig_state next_state;
drivers/vfio/pci/mlx5/main.c
1250
new_state, &next_state);
drivers/vfio/pci/mlx5/main.c
1255
res = mlx5vf_pci_step_device_state_locked(mvdev, next_state);
drivers/vfio/pci/mlx5/main.c
1258
mvdev->mig_state = next_state;
drivers/vfio/pci/pds/vfio_dev.c
57
enum vfio_device_mig_state next_state;
drivers/vfio/pci/pds/vfio_dev.c
60
new_state, &next_state);
drivers/vfio/pci/pds/vfio_dev.c
66
res = pds_vfio_step_device_state_locked(pds_vfio, next_state);
drivers/vfio/pci/pds/vfio_dev.c
70
pds_vfio->state = next_state;
drivers/vfio/pci/qat/main.c
488
enum vfio_device_mig_state next_state;
drivers/vfio/pci/qat/main.c
495
new_state, &next_state);
drivers/vfio/pci/qat/main.c
500
res = qat_vf_pci_step_device_state(qat_vdev, next_state);
drivers/vfio/pci/qat/main.c
503
qat_vdev->mig_state = next_state;
drivers/vfio/pci/virtio/migrate.c
1205
enum vfio_device_mig_state next_state;
drivers/vfio/pci/virtio/migrate.c
1212
new_state, &next_state);
drivers/vfio/pci/virtio/migrate.c
1217
res = virtiovf_pci_step_device_state_locked(virtvdev, next_state);
drivers/vfio/pci/virtio/migrate.c
1220
virtvdev->mig_state = next_state;
drivers/vfio/pci/xe/main.c
403
enum vfio_device_mig_state next_state;
drivers/vfio/pci/xe/main.c
410
new_state, &next_state);
drivers/vfio/pci/xe/main.c
416
f = xe_vfio_set_state(xe_vdev, next_state);
drivers/vfio/pci/xe/main.c
420
xe_vdev->mig_state = next_state;
fs/btrfs/extent-io-tree.c
1057
while ((state = next_state(state)) != NULL) {
fs/btrfs/extent-io-tree.c
1116
state = next_state(state);
fs/btrfs/extent-io-tree.c
1223
state = next_state(state);
fs/btrfs/extent-io-tree.c
1279
state = next_state(state);
fs/btrfs/extent-io-tree.c
1725
state = next_state(state);
fs/btrfs/extent-io-tree.c
1826
state = next_state(state);
fs/btrfs/extent-io-tree.c
1864
state = next_state(state);
fs/btrfs/extent-io-tree.c
1899
state = next_state(state);
fs/btrfs/extent-io-tree.c
1938
state = next_state(state);
fs/btrfs/extent-io-tree.c
2027
next = next_state(state);
fs/btrfs/extent-io-tree.c
275
entry = next_state(entry);
fs/btrfs/extent-io-tree.c
318
entry = next_state(entry);
fs/btrfs/extent-io-tree.c
361
next = next_state(state);
fs/btrfs/extent-io-tree.c
567
return next_state(state);
fs/btrfs/extent-io-tree.c
917
state = next_state(state);
fs/btrfs/extent-io-tree.c
967
state = next_state(state);
fs/btrfs/extent-io-tree.c
991
while ((state = next_state(state)) != NULL) {
fs/btrfs/extent-tree.c
2999
struct extent_state *next_state;
fs/btrfs/extent-tree.c
3011
next_state = btrfs_next_extent_state(unpin, cached_state);
fs/btrfs/extent-tree.c
3034
btrfs_free_extent_state(next_state);
fs/btrfs/extent-tree.c
3042
cached_state = next_state;
fs/xfs/libxfs/xfs_attr.c
814
next_state:
fs/xfs/libxfs/xfs_attr.c
867
goto next_state;
fs/xfs/libxfs/xfs_attr.c
905
goto next_state;
include/net/llc_c_st.h
35
u8 next_state;
include/net/llc_s_st.h
21
u8 next_state;
include/rdma/ib_verbs.h
3254
bool ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
include/rv/da_monitor.h
631
char *next_state, bool is_final,
include/rv/da_monitor.h
634
CONCATENATE(trace_event_, MONITOR_NAME)(curr_state, event, next_state,
include/rv/da_monitor.h
660
char *next_state, bool is_final,
include/rv/da_monitor.h
664
next_state, is_final);
include/rv/da_monitor.h
685
enum states curr_state, next_state;
include/rv/da_monitor.h
689
next_state = model_get_next_state(curr_state, event);
include/rv/da_monitor.h
690
if (next_state == INVALID_STATE) {
include/rv/da_monitor.h
696
if (likely(try_cmpxchg(&da_mon->curr_state, &curr_state, next_state))) {
include/rv/da_monitor.h
697
if (!da_monitor_event_hook(da_mon, curr_state, event, next_state, id))
include/rv/da_monitor.h
701
model_get_state_name(next_state),
include/rv/da_monitor.h
702
model_is_final_state(next_state), id);
include/rv/ha_monitor.h
165
enum states next_state,
include/rv/ha_monitor.h
277
enum states next_state,
include/rv/ha_monitor.h
284
if (ha_verify_constraint(ha_mon, curr_state, event, next_state, time_ns))
include/rv/ha_monitor.h
35
enum states next_state,
include/rv/ltl_monitor.h
108
ltl_trace_event(struct task_struct *task, struct ltl_monitor *mon, unsigned long *next_state)
include/rv/ltl_monitor.h
119
snprintf(next, sizeof(next), "%*pbl", RV_MAX_BA_STATES, next_state);
init/initramfs.c
233
} state, next_state;
init/initramfs.c
259
next_state = next;
init/initramfs.c
282
state = next_state;
init/initramfs.c
311
next_state = GotSymlink;
init/initramfs.c
327
state = next_state;
init/initramfs.c
372
next_state = Reset;
init/initramfs.c
458
next_state = Reset;
kernel/cpu.c
309
enum cpuhp_sync_state next_state)
kernel/cpu.c
320
if (!atomic_try_cmpxchg(st, &sync, next_state))
kernel/sched/idle.c
144
int next_state)
kernel/sched/idle.c
161
return cpuidle_enter(drv, dev, next_state);
kernel/sched/idle.c
185
int next_state, entered_state;
kernel/sched/idle.c
230
next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns);
kernel/sched/idle.c
231
call_cpuidle(drv, dev, next_state);
kernel/sched/idle.c
243
next_state = cpuidle_select(drv, dev, &stop_tick);
kernel/sched/idle.c
247
entered_state = call_cpuidle(drv, dev, next_state);
kernel/trace/rv/monitors/nomiss/nomiss.c
104
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/nomiss/nomiss.c
106
if (next_state == curr_state && event != dl_replenish_nomiss)
kernel/trace/rv/monitors/nomiss/nomiss.c
108
if (next_state == ready_nomiss)
kernel/trace/rv/monitors/nomiss/nomiss.c
110
else if (next_state == running_nomiss)
kernel/trace/rv/monitors/nomiss/nomiss.c
120
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/nomiss/nomiss.c
122
if (!ha_verify_invariants(ha_mon, curr_state, event, next_state, time_ns))
kernel/trace/rv/monitors/nomiss/nomiss.c
125
ha_convert_inv_guard(ha_mon, curr_state, event, next_state, time_ns);
kernel/trace/rv/monitors/nomiss/nomiss.c
127
if (!ha_verify_guards(ha_mon, curr_state, event, next_state, time_ns))
kernel/trace/rv/monitors/nomiss/nomiss.c
130
ha_setup_invariants(ha_mon, curr_state, event, next_state, time_ns);
kernel/trace/rv/monitors/nomiss/nomiss.c
57
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/nomiss/nomiss.c
68
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/nomiss/nomiss.c
70
if (curr_state == next_state)
kernel/trace/rv/monitors/nomiss/nomiss.c
80
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/nomiss/nomiss_trace.h
10
TP_ARGS(id, state, event, next_state, final_state));
kernel/trace/rv/monitors/nomiss/nomiss_trace.h
9
TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/nrp/nrp_trace.h
10
TP_ARGS(id, state, event, next_state, final_state));
kernel/trace/rv/monitors/nrp/nrp_trace.h
9
TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/opid/opid.c
34
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/opid/opid.c
48
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/opid/opid.c
50
if (!ha_verify_guards(ha_mon, curr_state, event, next_state, time_ns))
kernel/trace/rv/monitors/opid/opid_trace.h
10
TP_ARGS(state, event, next_state, final_state));
kernel/trace/rv/monitors/opid/opid_trace.h
9
TP_PROTO(char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/sco/sco_trace.h
10
TP_ARGS(state, event, next_state, final_state));
kernel/trace/rv/monitors/sco/sco_trace.h
9
TP_PROTO(char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/scpd/scpd_trace.h
10
TP_ARGS(state, event, next_state, final_state));
kernel/trace/rv/monitors/scpd/scpd_trace.h
9
TP_PROTO(char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/snep/snep_trace.h
10
TP_ARGS(state, event, next_state, final_state));
kernel/trace/rv/monitors/snep/snep_trace.h
9
TP_PROTO(char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/snroc/snroc_trace.h
10
TP_ARGS(id, state, event, next_state, final_state));
kernel/trace/rv/monitors/snroc/snroc_trace.h
9
TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/sssw/sssw_trace.h
10
TP_ARGS(id, state, event, next_state, final_state));
kernel/trace/rv/monitors/sssw/sssw_trace.h
9
TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/stall/stall.c
38
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/stall/stall.c
47
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/stall/stall.c
60
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/stall/stall.c
62
if (next_state == curr_state)
kernel/trace/rv/monitors/stall/stall.c
64
if (next_state == enqueued_stall)
kernel/trace/rv/monitors/stall/stall.c
72
enum states next_state, u64 time_ns)
kernel/trace/rv/monitors/stall/stall.c
74
if (!ha_verify_invariants(ha_mon, curr_state, event, next_state, time_ns))
kernel/trace/rv/monitors/stall/stall.c
77
if (!ha_verify_guards(ha_mon, curr_state, event, next_state, time_ns))
kernel/trace/rv/monitors/stall/stall.c
80
ha_setup_invariants(ha_mon, curr_state, event, next_state, time_ns);
kernel/trace/rv/monitors/stall/stall_trace.h
10
TP_ARGS(id, state, event, next_state, final_state));
kernel/trace/rv/monitors/stall/stall_trace.h
9
TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/sts/sts_trace.h
10
TP_ARGS(state, event, next_state, final_state));
kernel/trace/rv/monitors/sts/sts_trace.h
9
TP_PROTO(char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/wip/wip_trace.h
10
TP_ARGS(state, event, next_state, final_state));
kernel/trace/rv/monitors/wip/wip_trace.h
9
TP_PROTO(char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/wwnr/wwnr_trace.h
10
TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/monitors/wwnr/wwnr_trace.h
11
TP_ARGS(id, state, event, next_state, final_state));
kernel/trace/rv/rv_trace.h
103
TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/rv_trace.h
105
TP_ARGS(id, state, event, next_state, final_state),
kernel/trace/rv/rv_trace.h
111
__string( next_state, next_state )
kernel/trace/rv/rv_trace.h
118
__assign_str(next_state);
kernel/trace/rv/rv_trace.h
127
__get_str(next_state),
kernel/trace/rv/rv_trace.h
14
TP_PROTO(char *state, char *event, char *next_state, bool final_state),
kernel/trace/rv/rv_trace.h
16
TP_ARGS(state, event, next_state, final_state),
kernel/trace/rv/rv_trace.h
21
__string( next_state, next_state )
kernel/trace/rv/rv_trace.h
28
__assign_str(next_state);
kernel/trace/rv/rv_trace.h
35
__get_str(next_state),
kernel/trace/trace_entries.h
177
__field( unsigned char, next_state )
kernel/trace/trace_entries.h
189
__entry->next_pid, __entry->next_prio, __entry->next_state,
kernel/trace/trace_entries.h
207
__entry->next_pid, __entry->next_prio, __entry->next_state,
kernel/trace/trace_output.c
1285
T = task_index_to_char(field->next_state);
kernel/trace/trace_output.c
1322
T = task_index_to_char(field->next_state);
kernel/trace/trace_output.c
1358
T = task_index_to_char(field->next_state);
kernel/trace/trace_output.c
1397
SEQ_PUT_FIELD(s, field->next_state);
kernel/trace/trace_sched_wakeup.c
407
entry->next_state = task_state_index(next);
kernel/trace/trace_sched_wakeup.c
433
entry->next_state = task_state_index(wakee);
net/llc/llc_c_st.c
1004
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1019
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1039
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1056
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1079
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1102
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1124
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
113
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
1146
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1163
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1182
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1204
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
1227
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
1250
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
1269
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
128
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
1353
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1373
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1390
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1410
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
1430
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
144
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
1449
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1468
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
1487
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
1506
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
1528
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1550
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1570
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1590
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
160
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
1605
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1623
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1648
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1673
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1696
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1719
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1734
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1749
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
176
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
1769
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1784
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1799
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1814
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1834
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1849
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1871
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1893
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1914
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
192
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
1935
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1952
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1971
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
1992
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
2014
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
2036
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
2059
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
2078
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
208
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
2165
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2184
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2201
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2221
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
224
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
2240
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
2255
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2270
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2290
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2304
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2329
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
2353
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
2375
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
2397
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
2414
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
2429
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2444
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
246
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
2464
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2479
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2494
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2509
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2529
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2544
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2566
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2588
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2609
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2630
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2646
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2665
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2687
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
269
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
2709
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
2732
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
2755
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
2833
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
2847
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
2866
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
2882
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
2898
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
291
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
2915
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
2934
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
2951
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
2968
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
2985
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3002
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
3019
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
3034
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3049
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3064
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3079
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3095
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3111
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3127
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
313
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
3142
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3157
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3173
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3193
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3262
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3281
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
3299
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3317
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
3336
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
335
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
3352
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3368
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3384
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3405
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
3423
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3441
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3459
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3476
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
3493
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
3508
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3523
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3538
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3553
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3569
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
358
.next_state = LLC_CONN_STATE_SETUP,
net/llc/llc_c_st.c
3585
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3601
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
3616
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3631
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3647
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3667
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3738
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
3752
.next_state = LLC_CONN_STATE_AWAIT_BUSY,
net/llc/llc_c_st.c
3766
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
377
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
3780
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
3795
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
3815
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
3833
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3851
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3869
.next_state = LLC_CONN_STATE_AWAIT,
net/llc/llc_c_st.c
3886
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
3903
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
391
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
3920
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
3935
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
3950
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
3965
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
3980
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
3996
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
4012
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
4028
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
4043
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
405
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4058
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
4074
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
4094
.next_state = LLC_CONN_STATE_AWAIT_REJ,
net/llc/llc_c_st.c
41
.next_state = LLC_CONN_STATE_D_CONN,
net/llc/llc_c_st.c
4170
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
418
.next_state = LLC_CONN_OUT_OF_SVC,
net/llc/llc_c_st.c
4193
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4217
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4240
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4253
.next_state = LLC_CONN_STATE_D_CONN,
net/llc/llc_c_st.c
4276
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4298
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4317
.next_state = LLC_CONN_STATE_D_CONN,
net/llc/llc_c_st.c
4337
.next_state = LLC_CONN_STATE_D_CONN,
net/llc/llc_c_st.c
4358
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4378
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4418
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
4446
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
4474
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
4494
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
4517
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
452
.next_state = LLC_CONN_STATE_SETUP,
net/llc/llc_c_st.c
4540
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4563
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4585
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4601
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
4622
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
4643
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4664
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4709
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
4725
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4740
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
4756
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
476
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
4769
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
4777
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
4797
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
4819
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
4835
.next_state = LLC_CONN_STATE_ERROR,
net/llc/llc_c_st.c
4872
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
497
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
518
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
538
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
559
.next_state = LLC_CONN_STATE_SETUP,
net/llc/llc_c_st.c
58
.next_state = LLC_CONN_STATE_RESET,
net/llc/llc_c_st.c
580
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
621
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
642
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
659
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
679
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
699
.next_state = LLC_CONN_STATE_BUSY,
net/llc/llc_c_st.c
722
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
745
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
768
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
78
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
789
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
810
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
826
.next_state = LLC_CONN_STATE_REJ,
net/llc/llc_c_st.c
849
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
862
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
883
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
904
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
921
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
936
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
94
.next_state = LLC_CONN_STATE_ADM,
net/llc/llc_c_st.c
951
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
972
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_c_st.c
989
.next_state = LLC_CONN_STATE_NORMAL,
net/llc/llc_conn.c
363
if (!rc && trans->next_state != NO_STATE_CHANGE) {
net/llc/llc_conn.c
364
llc->state = trans->next_state;
net/llc/llc_s_st.c
111
.next_state = LLC_SAP_STATE_ACTIVE,
net/llc/llc_s_st.c
123
.next_state = LLC_SAP_STATE_ACTIVE,
net/llc/llc_s_st.c
135
.next_state = LLC_SAP_STATE_ACTIVE,
net/llc/llc_s_st.c
149
.next_state = LLC_SAP_STATE_INACTIVE,
net/llc/llc_s_st.c
33
.next_state = LLC_SAP_STATE_ACTIVE,
net/llc/llc_s_st.c
51
.next_state = LLC_SAP_STATE_ACTIVE,
net/llc/llc_s_st.c
63
.next_state = LLC_SAP_STATE_ACTIVE,
net/llc/llc_s_st.c
75
.next_state = LLC_SAP_STATE_ACTIVE,
net/llc/llc_s_st.c
87
.next_state = LLC_SAP_STATE_ACTIVE,
net/llc/llc_s_st.c
99
.next_state = LLC_SAP_STATE_ACTIVE,
net/llc/llc_sap.c
182
sap->state = trans->next_state;
net/netfilter/ipvs/ip_vs_proto_sctp.c
383
int event, next_state;
net/netfilter/ipvs/ip_vs_proto_sctp.c
428
next_state = sctp_states[direction][event][cp->state];
net/netfilter/ipvs/ip_vs_proto_sctp.c
430
if (next_state != cp->state) {
net/netfilter/ipvs/ip_vs_proto_sctp.c
443
sctp_state_name(next_state),
net/netfilter/ipvs/ip_vs_proto_sctp.c
447
(next_state != IP_VS_SCTP_S_ESTABLISHED)) {
net/netfilter/ipvs/ip_vs_proto_sctp.c
452
(next_state == IP_VS_SCTP_S_ESTABLISHED)) {
net/netfilter/ipvs/ip_vs_proto_sctp.c
458
if (next_state == IP_VS_SCTP_S_ESTABLISHED)
net/netfilter/ipvs/ip_vs_proto_sctp.c
462
cp->timeout = pd->timeout_table[cp->state = next_state];
net/netfilter/ipvs/ip_vs_proto_sctp.c
464
cp->timeout = sctp_timeouts[cp->state = next_state];
net/netfilter/ipvs/ip_vs_proto_tcp.c
386
int next_state[IP_VS_TCP_S_LAST];
net/netfilter/ipvs/ip_vs_proto_tcp.c
500
pd->tcp_state_table[state_off+state_idx].next_state[cp->state];
samples/vfio-mdev/mtty.c
1232
enum vfio_device_mig_state next_state;
samples/vfio-mdev/mtty.c
1234
new_state, &next_state);
samples/vfio-mdev/mtty.c
1240
ret = mtty_step_state(mdev_state, next_state);
samples/vfio-mdev/mtty.c
1244
mdev_state->state = next_state;
samples/vfio-mdev/mtty.c
1246
if (WARN_ON(ret && new_state != next_state)) {
tools/verification/rv/src/in_kernel.c
427
char *state, *event, *next_state;
tools/verification/rv/src/in_kernel.c
462
next_state = tep_get_field_raw(s, trace_event, "next_state", record, &val, 0);
tools/verification/rv/src/in_kernel.c
468
next_state,