/linux-4.4.14/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,
|
D | llc_conn.c | 387 if (!rc && trans->next_state != NO_STATE_CHANGE) { in llc_conn_service() 388 llc->state = trans->next_state; in llc_conn_service()
|
D | llc_sap.c | 187 sap->state = trans->next_state; in llc_sap_next_state()
|
/linux-4.4.14/kernel/sched/ |
D | idle.c | 98 int next_state) in call_cpuidle() argument 101 if (next_state < 0) { in call_cpuidle() 103 return next_state; in call_cpuidle() 121 return cpuidle_enter(drv, dev, next_state); in call_cpuidle() 137 int next_state, entered_state; in cpuidle_idle_call() local 176 next_state = cpuidle_find_deepest_state(drv, dev); in cpuidle_idle_call() 177 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 182 next_state = cpuidle_select(drv, dev); in cpuidle_idle_call() 183 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call()
|
/linux-4.4.14/drivers/net/irda/ |
D | sir_dev.c | 39 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.4.14/arch/arm/mach-omap2/ |
D | pm34xx.c | 60 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 …]
|
D | pm44xx.c | 31 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.4.14/arch/arm/mach-davinci/ |
D | psc.c | 83 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.4.14/drivers/cpuidle/ |
D | cpuidle.h | 16 struct cpuidle_driver *drv, int next_state); 40 struct cpuidle_driver *drv, int next_state); 56 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument
|
D | coupled.c | 376 struct cpuidle_coupled *coupled, int next_state) in cpuidle_coupled_set_waiting() argument 378 coupled->requested_state[cpu] = next_state; in cpuidle_coupled_set_waiting() 480 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() argument 506 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state); in cpuidle_enter_state_coupled() 602 next_state = cpuidle_coupled_get_state(dev, coupled); in cpuidle_enter_state_coupled() 604 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled()
|
/linux-4.4.14/drivers/clk/keystone/ |
D | gate.c | 76 u32 next_state, u32 domain_id) in psc_config() argument 83 mdctl |= next_state; in psc_config() 85 if (next_state == PSC_STATE_DISABLE) in psc_config() 105 } while (!((mdstat & MDSTAT_STATE_MASK) == next_state) && count--); in psc_config()
|
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_sp.c | 4463 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_state_change() 4524 o->state, cur_pending, o->next_state); in bnx2x_queue_comp_cmd() 4537 cmd, o->cids[BNX2X_PRIMARY_CID_INDEX], o->next_state); in bnx2x_queue_comp_cmd() 4543 o->state = o->next_state; in bnx2x_queue_comp_cmd() 4545 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_comp_cmd() 5279 enum bnx2x_q_state state = o->state, next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() local 5290 o->next_state = BNX2X_Q_STATE_MAX; in bnx2x_queue_chk_transition() 5305 next_state = BNX2X_Q_STATE_INITIALIZED; in bnx2x_queue_chk_transition() 5312 next_state = BNX2X_Q_STATE_ACTIVE; in bnx2x_queue_chk_transition() 5314 next_state = BNX2X_Q_STATE_INACTIVE; in bnx2x_queue_chk_transition() [all …]
|
D | bnx2x_sp.h | 1053 enum bnx2x_q_state state, next_state; member 1318 enum bnx2x_func_state state, next_state; member
|
D | bnx2x_stats.c | 1349 enum bnx2x_stats_state next_state; member 1391 bp->stats_state = bnx2x_stats_stm[state][event].next_state; in bnx2x_stats_handle()
|
/linux-4.4.14/init/ |
D | initramfs.c | 197 } 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.4.14/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() 466 cp->timeout = pd->timeout_table[cp->state = next_state]; in set_sctp_state() 468 cp->timeout = sctp_timeouts[cp->state = next_state]; in set_sctp_state()
|
D | ip_vs_proto_tcp.c | 411 int next_state[IP_VS_TCP_S_LAST]; member 518 pd->tcp_state_table[state_off+state_idx].next_state[cp->state]; in set_tcp_state()
|
/linux-4.4.14/drivers/scsi/isci/ |
D | remote_node_context.c | 429 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()
|
D | isci.h | 538 extern void sci_change_state(struct sci_base_state_machine *sm, u32 next_state);
|
D | phy.c | 610 u32 next_state) in sci_phy_complete_link_training() argument 614 sci_change_state(&iphy->sm, next_state); in sci_phy_complete_link_training()
|
D | host.c | 165 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.4.14/kernel/trace/ |
D | trace_entries.h | 125 __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,
|
D | trace_output.c | 859 T = task_state_char(field->next_state); in trace_ctxwake_print() 896 T = task_state_char(field->next_state); in trace_ctxwake_raw() 932 T = task_state_char(field->next_state); in trace_ctxwake_hex() 971 SEQ_PUT_FIELD(s, field->next_state); in trace_ctxwake_bin()
|
D | trace_sched_wakeup.c | 391 entry->next_state = next->state; in tracing_sched_switch_trace() 419 entry->next_state = wakee->state; in tracing_sched_wakeup_trace()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_sdma.c | 218 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.4.14/include/net/ |
D | llc_s_st.h | 21 u8 next_state; member
|
D | llc_c_st.h | 37 u8 next_state; member
|
/linux-4.4.14/drivers/mfd/ |
D | si476x-i2c.c | 275 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.4.14/drivers/net/wireless/iwlwifi/dvm/ |
D | tt.h | 80 enum iwl_tt_state next_state; member
|
D | tt.c | 400 transaction->next_state) { in iwl_advance_tt_handler() 403 transaction->next_state; in iwl_advance_tt_handler()
|
/linux-4.4.14/drivers/staging/rdma/amso1100/ |
D | c2_qp.c | 141 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.4.14/drivers/infiniband/core/ |
D | verbs.c | 966 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 973 next_state < 0 || next_state > IB_QPS_ERR) in ib_modify_qp_is_ok() 981 if (!qp_state_table[cur_state][next_state].valid) in ib_modify_qp_is_ok() 984 req_param = qp_state_table[cur_state][next_state].req_param[type]; in ib_modify_qp_is_ok() 985 opt_param = qp_state_table[cur_state][next_state].opt_param[type]; in ib_modify_qp_is_ok()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | sdma.c | 691 enum sdma_states next_state) in sdma_set_state() argument 700 sdma_state_names[next_state]); in sdma_set_state() 705 ss->current_state = next_state; in sdma_set_state() 708 && next_state == sdma_state_s99_running) in sdma_set_state() 711 if (action[next_state].op_enable) in sdma_set_state() 714 if (action[next_state].op_intenable) in sdma_set_state() 717 if (action[next_state].op_halt) in sdma_set_state() 720 if (action[next_state].op_cleanup) in sdma_set_state() 723 if (action[next_state].go_s99_running_tofalse) in sdma_set_state() 726 if (action[next_state].go_s99_running_totrue) in sdma_set_state()
|
/linux-4.4.14/drivers/scsi/ |
D | initio.c | 1244 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 …]
|
D | initio.h | 352 u8 next_state; /*5 */ member
|
/linux-4.4.14/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 964 (mask & IWCH_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1); in iwch_modify_qp() 1001 if (qhp->attr.state == attrs->next_state) in iwch_modify_qp() 1006 switch (attrs->next_state) { in iwch_modify_qp() 1044 switch (attrs->next_state) { in iwch_modify_qp() 1082 switch (attrs->next_state) { in iwch_modify_qp() 1099 if (attrs->next_state != IWCH_QP_STATE_IDLE) { in iwch_modify_qp()
|
D | iwch_cm.c | 918 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()
|
D | iwch_ev.c | 81 attrs.next_state = IWCH_QP_STATE_TERMINATE; in post_qp_event()
|
D | iwch_provider.h | 151 u32 next_state; member
|
D | iwch_provider.c | 897 attrs.next_state = IWCH_QP_STATE_ERROR; in iwch_destroy_qp() 999 qhp->attr.next_state = IWCH_QP_STATE_IDLE; in iwch_create_qp() 1097 attrs.next_state = iwch_convert_state(attr->qp_state); in iwch_ib_modify_qp()
|
/linux-4.4.14/net/dccp/ |
D | proto.c | 955 u8 next_state = DCCP_CLOSED; in dccp_terminate_connection() local 971 next_state = DCCP_ACTIVE_CLOSEREQ; in dccp_terminate_connection() 973 next_state = DCCP_CLOSING; in dccp_terminate_connection() 976 dccp_set_state(sk, next_state); in dccp_terminate_connection()
|
/linux-4.4.14/drivers/infiniband/hw/cxgb4/ |
D | qp.c | 1362 (mask & C4IW_QP_ATTR_NEXT_STATE) ? attrs->next_state : -1); in c4iw_modify_qp() 1406 if (qhp->attr.state == attrs->next_state) in c4iw_modify_qp() 1411 switch (attrs->next_state) { in c4iw_modify_qp() 1447 switch (attrs->next_state) { in c4iw_modify_qp() 1500 switch (attrs->next_state) { in c4iw_modify_qp() 1517 if (attrs->next_state != C4IW_QP_STATE_IDLE) { in c4iw_modify_qp() 1594 attrs.next_state = C4IW_QP_STATE_ERROR; in c4iw_destroy_qp() 1701 qhp->attr.next_state = C4IW_QP_STATE_IDLE; in c4iw_create_qp() 1848 attrs.next_state = c4iw_convert_state(attr->qp_state); in c4iw_ib_modify_qp()
|
D | ev.c | 99 attrs.next_state = C4IW_QP_STATE_TERMINATE; in post_qp_event()
|
D | cm.c | 1522 attrs.next_state = C4IW_QP_STATE_RTS; in process_mpa_reply() 1542 attrs.next_state = C4IW_QP_STATE_TERMINATE; in process_mpa_reply() 1562 attrs.next_state = C4IW_QP_STATE_TERMINATE; in process_mpa_reply() 1767 attrs.next_state = C4IW_QP_STATE_TERMINATE; in rx_data() 2607 attrs.next_state = C4IW_QP_STATE_CLOSING; in peer_close() 2625 attrs.next_state = C4IW_QP_STATE_IDLE; in peer_close() 2718 attrs.next_state = C4IW_QP_STATE_ERROR; in peer_abort() 2807 attrs.next_state = C4IW_QP_STATE_IDLE; in close_con_rpl() 2844 attrs.next_state = C4IW_QP_STATE_TERMINATE; in terminate() 2992 attrs.next_state = C4IW_QP_STATE_RTS; in c4iw_accept_cr() [all …]
|
D | iw_cxgb4.h | 453 u32 next_state; member
|
/linux-4.4.14/arch/x86/crypto/ |
D | sha512-ssse3-asm.S | 144 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)
|
D | sha512-avx-asm.S | 151 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)
|
/linux-4.4.14/drivers/net/ethernet/dec/tulip/ |
D | de2104x.c | 994 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()
|
D | de4x5.c | 928 …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.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_main.c | 410 static int mlx5e_modify_rq(struct mlx5e_rq *rq, int curr_state, int next_state) in mlx5e_modify_rq() argument 429 MLX5_SET(rqc, rqc, state, next_state); in mlx5e_modify_rq() 643 static int mlx5e_modify_sq(struct mlx5e_sq *sq, int curr_state, int next_state) in mlx5e_modify_sq() argument 662 MLX5_SET(sqc, sqc, state, next_state); in mlx5e_modify_sq()
|
/linux-4.4.14/fs/btrfs/ |
D | extent_io.c | 516 static struct extent_state *next_state(struct extent_state *state) in next_state() function 551 next = next_state(state); in clear_state_bit() 561 next = next_state(state); in clear_state_bit() 665 state = next_state(state); in __clear_extent_bit() 932 state = next_state(state); in __set_extent_bit() 978 state = next_state(state); in __set_extent_bit() 2260 next = next_state(state); in btrfs_free_io_failure_record()
|
/linux-4.4.14/drivers/block/ |
D | sx8.c | 1036 int cur_state, int next_state) in carm_handle_generic() argument 1046 host->state = next_state; in carm_handle_generic()
|
/linux-4.4.14/include/rdma/ |
D | ib_verbs.h | 1907 int ib_modify_qp_is_ok(enum ib_qp_state cur_state, enum ib_qp_state next_state,
|
/linux-4.4.14/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1543 * next_state = yy_try_NUL_trans( current_state );
|
/linux-4.4.14/scripts/genksyms/ |
D | lex.lex.c_shipped | 1210 * next_state = yy_try_NUL_trans( current_state );
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.lex.c_shipped | 1677 * next_state = yy_try_NUL_trans( current_state );
|