Home
last modified time | relevance | path

Searched refs:next_state (Results 1 – 55 of 55) sorted by relevance

/linux-4.1.27/net/llc/
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 = LLC_CONN_STATE_ERROR,
[all …]
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 = LLC_SAP_STATE_INACTIVE,
Dllc_conn.c387 if (!rc && trans->next_state != NO_STATE_CHANGE) { in llc_conn_service()
388 llc->state = trans->next_state; in llc_conn_service()
Dllc_sap.c187 sap->state = trans->next_state; in llc_sap_next_state()
/linux-4.1.27/kernel/sched/
Didle.c83 int next_state, entered_state; in cpuidle_idle_call() local
128 next_state = cpuidle_find_deepest_state(drv, dev); in cpuidle_idle_call()
134 next_state = cpuidle_select(drv, dev); in cpuidle_idle_call()
137 if (next_state < 0) in cpuidle_idle_call()
147 entered_state = next_state; in cpuidle_idle_call()
153 idle_set_state(this_rq(), &drv->states[next_state]); in cpuidle_idle_call()
160 entered_state = cpuidle_enter(drv, dev, next_state); in cpuidle_idle_call()
/linux-4.1.27/drivers/net/irda/
Dsir_dev.c39 unsigned next_state, delay; in sirdev_tx_complete_fsm() local
43 next_state = fsm->substate; /* default: stay in current substate */ in sirdev_tx_complete_fsm()
54 next_state = SIRDEV_STATE_WAIT_UNTIL_SENT; in sirdev_tx_complete_fsm()
78 next_state = SIRDEV_STATE_TX_DONE; in sirdev_tx_complete_fsm()
88 fsm->substate = next_state; in sirdev_tx_complete_fsm()
108 int next_state; in sirdev_config_fsm() local
118 next_state = fsm->state; in sirdev_config_fsm()
128 next_state = SIRDEV_STATE_ERROR; in sirdev_config_fsm()
137 next_state = SIRDEV_STATE_ERROR; in sirdev_config_fsm()
149 next_state = SIRDEV_STATE_DONGLE_RESET; in sirdev_config_fsm()
[all …]
/linux-4.1.27/arch/arm/mach-omap2/
Dpm34xx.c60 u32 next_state; member
322 if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state)) in omap3_pm_suspend()
336 if (state > pwrst->next_state) { in omap3_pm_suspend()
338 pwrst->pwrdm->name, pwrst->next_state); in omap3_pm_suspend()
375 pwrst->next_state = PWRDM_POWER_RET; in omap3_pm_off_mode_enable()
379 pwrst->next_state = state; in omap3_pm_off_mode_enable()
381 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap3_pm_off_mode_enable()
391 return pwrst->next_state; in omap3_pm_get_suspend_state()
402 pwrst->next_state = state; in omap3_pm_set_suspend_state()
420 pwrst->next_state = PWRDM_POWER_RET; in pwrdms_setup()
[all …]
Dpm44xx.c31 u32 next_state; member
69 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap4_pm_suspend()
87 if (state > pwrst->next_state) { in omap4_pm_suspend()
89 pwrst->pwrdm->name, pwrst->next_state); in omap4_pm_suspend()
139 pwrst->next_state = pwrdm_get_valid_lp_state(pwrdm, false, in pwrdms_setup()
146 return omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in pwrdms_setup()
/linux-4.1.27/arch/arm/mach-davinci/
Dpsc.c83 u32 next_state = PSC_STATE_ENABLE; in davinci_psc_config() local
95 next_state = PSC_STATE_SWRSTDISABLE; in davinci_psc_config()
97 next_state = PSC_STATE_DISABLE; in davinci_psc_config()
102 mdctl |= next_state; in davinci_psc_config()
134 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state)); in davinci_psc_config()
/linux-4.1.27/drivers/cpuidle/
Dcpuidle.h16 struct cpuidle_driver *drv, int next_state);
39 struct cpuidle_driver *drv, int next_state);
50 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument
Dcoupled.c354 struct cpuidle_coupled *coupled, int next_state) in cpuidle_coupled_set_waiting() argument
356 coupled->requested_state[cpu] = next_state; in cpuidle_coupled_set_waiting()
458 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument
484 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state); in cpuidle_enter_state_coupled()
580 next_state = cpuidle_coupled_get_state(dev, coupled); in cpuidle_enter_state_coupled()
582 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled()
/linux-4.1.27/drivers/clk/keystone/
Dgate.c77 u32 next_state, u32 domain_id) in psc_config() argument
84 mdctl |= next_state; in psc_config()
86 if (next_state == PSC_STATE_DISABLE) in psc_config()
106 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); in psc_config()
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_sp.c4201 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_state_change()
4262 o->state, cur_pending, o->next_state); in bnx2x_queue_comp_cmd()
4275 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state); in bnx2x_queue_comp_cmd()
4281 o->state = o->next_state; in bnx2x_queue_comp_cmd()
4283 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_comp_cmd()
5017 enum bnx2x_q_state state = o->state, next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() local
5028 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition()
5043 next_state = BNX2X_Q_STATE_INITIALIZED; in bnx2x_queue_chk_transition()
5050 next_state = BNX2X_Q_STATE_ACTIVE; in bnx2x_queue_chk_transition()
5052 next_state = BNX2X_Q_STATE_INACTIVE; in bnx2x_queue_chk_transition()
[all …]
Dbnx2x_sp.h1048 enum bnx2x_q_state state, next_state; member
1301 enum bnx2x_func_state state, next_state; member
Dbnx2x_stats.c1347 enum bnx2x_stats_state next_state; member
1389 bp->stats_state = bnx2x_stats_stm[state][event].next_state; in bnx2x_stats_handle()
/linux-4.1.27/init/
Dinitramfs.c197 } state, next_state; variable
224 next_state = next; in read_into()
247 state = next_state; in do_collect()
272 next_state = GotSymlink; in do_header()
288 state = next_state; in do_skip()
329 next_state = Reset; in do_name()
397 next_state = Reset; in do_symlink()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_proto_sctp.c374 int event, next_state; in set_sctp_state() local
425 next_state = sctp_states[direction][event][cp->state]; in set_sctp_state()
427 if (next_state != cp->state) { in set_sctp_state()
440 sctp_state_name(next_state), in set_sctp_state()
444 (next_state != IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state()
449 (next_state == IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state()
457 cp->timeout = pd->timeout_table[cp->state = next_state]; in set_sctp_state()
459 cp->timeout = sctp_timeouts[cp->state = next_state]; in set_sctp_state()
Dip_vs_proto_tcp.c391 int next_state[IP_VS_TCP_S_LAST]; member
498 pd->tcp_state_table[state_off+state_idx].next_state[cp->state]; in set_tcp_state()
/linux-4.1.27/drivers/scsi/isci/
Dremote_node_context.c429 u32 next_state; in sci_remote_node_context_event_handler() local
445 next_state = SCI_RNC_INITIAL; in sci_remote_node_context_event_handler()
447 next_state = SCI_RNC_POSTING; in sci_remote_node_context_event_handler()
448 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
501 next_state = SCI_RNC_TX_SUSPENDED; in sci_remote_node_context_event_handler()
504 next_state = SCI_RNC_TX_RX_SUSPENDED; in sci_remote_node_context_event_handler()
510 sci_change_state(&sci_rnc->sm, next_state); in sci_remote_node_context_event_handler()
Disci.h538 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
Dphy.c610 u32 next_state) in sci_phy_complete_link_training() argument
614 sci_change_state(&iphy->sm, next_state); in sci_phy_complete_link_training()
Dhost.c165 void sci_change_state(struct sci_base_state_machine *sm, u32 next_state) in sci_change_state() argument
174 sm->current_state_id = next_state; in sci_change_state()
/linux-4.1.27/kernel/trace/
Dtrace_entries.h125 __field( unsigned char, next_state )
137 __entry->next_pid, __entry->next_prio, __entry->next_state,
157 __entry->next_pid, __entry->next_prio, __entry->next_state,
Dtrace_output.c898 T = task_state_char(field->next_state); in trace_ctxwake_print()
935 T = task_state_char(field->next_state); in trace_ctxwake_raw()
971 T = task_state_char(field->next_state); in trace_ctxwake_hex()
1010 SEQ_PUT_FIELD(s, field->next_state); in trace_ctxwake_bin()
Dtrace_sched_wakeup.c387 entry->next_state = next->state; in tracing_sched_switch_trace()
415 entry->next_state = wakee->state; in tracing_sched_wakeup_trace()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_sdma.c218 enum qib_sdma_states next_state) in sdma_set_state() argument
228 ss->current_state = next_state; in sdma_set_state()
230 if (action[next_state].op_enable) in sdma_set_state()
233 if (action[next_state].op_intenable) in sdma_set_state()
236 if (action[next_state].op_halt) in sdma_set_state()
239 if (action[next_state].op_drain) in sdma_set_state()
242 if (action[next_state].go_s99_running_tofalse) in sdma_set_state()
245 if (action[next_state].go_s99_running_totrue) in sdma_set_state()
/linux-4.1.27/include/net/
Dllc_s_st.h21 u8 next_state; member
Dllc_c_st.h37 u8 next_state; member
/linux-4.1.27/drivers/mfd/
Dsi476x-i2c.c275 enum si476x_power_state next_state) in si476x_core_set_power_state() argument
290 if (next_state != core->power_state) { in si476x_core_set_power_state()
291 switch (next_state) { in si476x_core_set_power_state()
310 core->power_state = next_state; in si476x_core_set_power_state()
314 core->power_state = next_state; in si476x_core_set_power_state()
/linux-4.1.27/drivers/net/wireless/iwlwifi/dvm/
Dtt.h80 enum iwl_tt_state next_state; member
Dtt.c400 transaction->next_state) { in iwl_advance_tt_handler()
403 transaction->next_state; in iwl_advance_tt_handler()
/linux-4.1.27/drivers/infiniband/core/
Dverbs.c829 int ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state, in ib_modify_qp_is_ok() argument
836 next_state < 0 || next_state > IB_QPS_ERR) in ib_modify_qp_is_ok()
844 if (!qp_state_table[cur_state][next_state].valid) in ib_modify_qp_is_ok()
847 req_param = qp_state_table[cur_state][next_state].req_param[type]; in ib_modify_qp_is_ok()
848 opt_param = qp_state_table[cur_state][next_state].opt_param[type]; in ib_modify_qp_is_ok()
851 req_param |= qp_state_table[cur_state][next_state]. in ib_modify_qp_is_ok()
853 opt_param |= qp_state_table[cur_state][next_state]. in ib_modify_qp_is_ok()
/linux-4.1.27/drivers/scsi/
Dinitio.c1244 scb->next_state = 8; in tulip_scsi()
1258 scb->next_state = 8; in tulip_scsi()
1282 next = host->active->next_state; in initio_next_state()
1430 scb->next_state = 3; in initio_state_3()
1499 scb->next_state = 0x4; in initio_state_4()
1643 scb->next_state = 6; in initio_state_6()
1722 scb->next_state = 0x5; in initio_xfer_data_in()
1755 scb->next_state = 0x5; in initio_xfer_data_out()
2338 scb->next_state = 0x1; in initio_select_atn_stop()
2350 scb->next_state = 0x2; in initio_select_atn()
[all …]
Dinitio.h352 u8 next_state; /*5 */ member
/linux-4.1.27/drivers/infiniband/hw/amso1100/
Dc2_qp.c141 u8 next_state; in c2_qp_modify() local
183 next_state = attr->qp_state; in c2_qp_modify()
197 next_state = attr->cur_qp_state; in c2_qp_modify()
225 qp->state = next_state; in c2_qp_modify()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_qp.c963 (mask & IWCH_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1); in iwch_modify_qp()
1000 if (qhp->attr.state == attrs->next_state) in iwch_modify_qp()
1005 switch (attrs->next_state) { in iwch_modify_qp()
1043 switch (attrs->next_state) { in iwch_modify_qp()
1081 switch (attrs->next_state) { in iwch_modify_qp()
1098 if (attrs->next_state != IWCH_QP_STATE_IDLE) { in iwch_modify_qp()
Diwch_cm.c918 attrs.next_state = IWCH_QP_STATE_RTS; in process_mpa_reply()
1483 attrs.next_state = IWCH_QP_STATE_CLOSING; in peer_close()
1498 attrs.next_state = IWCH_QP_STATE_IDLE; in peer_close()
1593 attrs.next_state = IWCH_QP_STATE_ERROR; in peer_abort()
1660 attrs.next_state = IWCH_QP_STATE_IDLE; in close_con_rpl()
1725 attrs.next_state = IWCH_QP_STATE_ERROR; in ec_status()
1755 attrs.next_state = IWCH_QP_STATE_ERROR; in ep_timeout()
1836 attrs.next_state = IWCH_QP_STATE_RTS; in iwch_accept_cr()
Diwch_ev.c81 attrs.next_state = IWCH_QP_STATE_TERMINATE; in post_qp_event()
Diwch_provider.h149 u32 next_state; member
Diwch_provider.c868 attrs.next_state = IWCH_QP_STATE_ERROR; in iwch_destroy_qp()
970 qhp->attr.next_state = IWCH_QP_STATE_IDLE; in iwch_create_qp()
1068 attrs.next_state = iwch_convert_state(attr->qp_state); in iwch_ib_modify_qp()
/linux-4.1.27/net/dccp/
Dproto.c956 u8 next_state = DCCP_CLOSED; in dccp_terminate_connection() local
972 next_state = DCCP_ACTIVE_CLOSEREQ; in dccp_terminate_connection()
974 next_state = DCCP_CLOSING; in dccp_terminate_connection()
977 dccp_set_state(sk, next_state); in dccp_terminate_connection()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dqp.c1349 (mask & C4IW_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1); in c4iw_modify_qp()
1393 if (qhp->attr.state == attrs->next_state) in c4iw_modify_qp()
1398 switch (attrs->next_state) { in c4iw_modify_qp()
1434 switch (attrs->next_state) { in c4iw_modify_qp()
1487 switch (attrs->next_state) { in c4iw_modify_qp()
1504 if (attrs->next_state != C4IW_QP_STATE_IDLE) { in c4iw_modify_qp()
1581 attrs.next_state = C4IW_QP_STATE_ERROR; in c4iw_destroy_qp()
1688 qhp->attr.next_state = C4IW_QP_STATE_IDLE; in c4iw_create_qp()
1835 attrs.next_state = c4iw_convert_state(attr->qp_state); in c4iw_ib_modify_qp()
Dev.c99 attrs.next_state = C4IW_QP_STATE_TERMINATE; in post_qp_event()
Dcm.c1465 attrs.next_state = C4IW_QP_STATE_RTS; in process_mpa_reply()
1485 attrs.next_state = C4IW_QP_STATE_TERMINATE; in process_mpa_reply()
1505 attrs.next_state = C4IW_QP_STATE_TERMINATE; in process_mpa_reply()
1710 attrs.next_state = C4IW_QP_STATE_TERMINATE; in rx_data()
2517 attrs.next_state = C4IW_QP_STATE_CLOSING; in peer_close()
2535 attrs.next_state = C4IW_QP_STATE_IDLE; in peer_close()
2628 attrs.next_state = C4IW_QP_STATE_ERROR; in peer_abort()
2708 attrs.next_state = C4IW_QP_STATE_IDLE; in close_con_rpl()
2745 attrs.next_state = C4IW_QP_STATE_TERMINATE; in terminate()
2893 attrs.next_state = C4IW_QP_STATE_RTS; in c4iw_accept_cr()
[all …]
Diw_cxgb4.h465 u32 next_state; member
/linux-4.1.27/arch/x86/crypto/
Dsha512-avx-asm.S151 add T1, d_64 # e(next_state) = d + T1
154 lea (T1, T2), h_64 # a(next_state) = T1 + Maj(a,b,c)
156 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
Dsha512-ssse3-asm.S144 add T1, d_64 # e(next_state) = d + T1
147 lea (T1, T2), h_64 # a(next_state) = T1 + Maj(a,b,c)
149 add tmp0, h_64 # a(next_state) = T1 + Maj(a,b,c) S0(a)
/linux-4.1.27/drivers/net/ethernet/dec/tulip/
Dde2104x.c994 static const u32 next_state = DE_MEDIA_TP; in de21040_media_timer() local
995 de_next_media(de, &next_state, 1); in de21040_media_timer()
997 static const u32 next_state = DE_MEDIA_AUI; in de21040_media_timer() local
998 de_next_media(de, &next_state, 1); in de21040_media_timer()
Dde4x5.c928 …uct net_device *dev, int csr13, int csr14, int csr15, int timeout, int next_state, int suspect_sta…
2461 int next_state, int suspect_state, in dc21040_state() argument
2483 lp->media = next_state; in dc21040_state()
/linux-4.1.27/fs/btrfs/
Dextent_io.c496 static struct extent_state *next_state(struct extent_state *state) in next_state() function
529 next = next_state(state); in clear_state_bit()
539 next = next_state(state); in clear_state_bit()
643 state = next_state(state); in clear_extent_bit()
908 state = next_state(state); in __set_extent_bit()
954 state = next_state(state); in __set_extent_bit()
2192 next = next_state(state); in btrfs_free_io_failure_record()
/linux-4.1.27/drivers/block/
Dsx8.c1036 int cur_state, int next_state) in carm_handle_generic() argument
1046 host->state = next_state; in carm_handle_generic()
/linux-4.1.27/include/rdma/
Dib_verbs.h1729 int ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c_shipped1624 * next_state = yy_try_NUL_trans( current_state );
/linux-4.1.27/scripts/genksyms/
Dlex.lex.c_shipped1210 * next_state = yy_try_NUL_trans( current_state );
/linux-4.1.27/scripts/dtc/
Ddtc-lexer.lex.c_shipped1514 * next_state = yy_try_NUL_trans( current_state );