/kernel/linux/linux-5.10/net/llc/ |
H A 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 [all...] |
H A 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 [all...] |
/kernel/linux/linux-6.6/net/llc/ |
H A 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 [all...] |
H A 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 [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | rv.h | 14 TP_PROTO(char *state, char *event, char *next_state, bool final_state), 16 TP_ARGS(state, event, next_state, final_state), 21 __array( char, next_state, MAX_DA_NAME_LEN ) 28 memcpy(__entry->next_state, next_state, MAX_DA_NAME_LEN); 35 __entry->next_state, 62 TP_PROTO(char *state, char *event, char *next_state, bool final_state), 63 TP_ARGS(state, event, next_state, final_state)); 74 TP_PROTO(int id, char *state, char *event, char *next_state, bool final_state), 76 TP_ARGS(id, state, event, next_state, final_stat [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | pm34xx.c | 57 u32 next_state; member 316 if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state)) in omap3_pm_suspend() 330 if (state > pwrst->next_state) { in omap3_pm_suspend() 332 pwrst->pwrdm->name, pwrst->next_state); in omap3_pm_suspend() 369 pwrst->next_state = PWRDM_POWER_RET; in omap3_pm_off_mode_enable() 373 pwrst->next_state = state; in omap3_pm_off_mode_enable() 375 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap3_pm_off_mode_enable() 385 return pwrst->next_state; in omap3_pm_get_suspend_state() 396 pwrst->next_state = state; in omap3_pm_set_suspend_state() 416 pwrst->next_state in pwrdms_setup() [all...] |
H A D | pm44xx.c | 28 u32 next_state; member 66 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap4_pm_suspend() 84 if (state > pwrst->next_state) { in omap4_pm_suspend() 86 pwrst->pwrdm->name, pwrst->next_state); in omap4_pm_suspend() 140 pwrst->next_state = pwrdm_get_valid_lp_state(pwrdm, false, in pwrdms_setup() 147 return omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in pwrdms_setup()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | pm34xx.c | 57 u32 next_state; member 319 if (omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state)) in omap3_pm_suspend() 333 if (state > pwrst->next_state) { in omap3_pm_suspend() 335 pwrst->pwrdm->name, pwrst->next_state); in omap3_pm_suspend() 372 pwrst->next_state = PWRDM_POWER_RET; in omap3_pm_off_mode_enable() 376 pwrst->next_state = state; in omap3_pm_off_mode_enable() 378 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap3_pm_off_mode_enable() 388 return pwrst->next_state; in omap3_pm_get_suspend_state() 399 pwrst->next_state = state; in omap3_pm_set_suspend_state() 419 pwrst->next_state in pwrdms_setup() [all...] |
H A D | pm44xx.c | 28 u32 next_state; member 66 omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in omap4_pm_suspend() 84 if (state > pwrst->next_state) { in omap4_pm_suspend() 86 pwrst->pwrdm->name, pwrst->next_state); in omap4_pm_suspend() 140 pwrst->next_state = pwrdm_get_valid_lp_state(pwrdm, false, in pwrdms_setup() 147 return omap_set_pwrdm_state(pwrst->pwrdm, pwrst->next_state); in pwrdms_setup()
|
/kernel/linux/linux-6.6/include/rv/ |
H A D | da_monitor.h | 159 type next_state = model_get_next_state_##name(curr_state, event); \ 161 if (next_state != INVALID_STATE) { \ 162 da_monitor_set_state_##name(da_mon, next_state); \ 166 model_get_state_name_##name(next_state), \ 167 model_is_final_state_##name(next_state)); \ 190 type next_state = model_get_next_state_##name(curr_state, event); \ 192 if (next_state != INVALID_STATE) { \ 193 da_monitor_set_state_##name(da_mon, next_state); \ 198 model_get_state_name_##name(next_state), \ 199 model_is_final_state_##name(next_state)); \ [all...] |
/kernel/linux/linux-5.10/kernel/sched/ |
H A D | idle.c | 141 int next_state) in call_cpuidle() 158 return cpuidle_enter(drv, dev, next_state); in call_cpuidle() 174 int next_state, entered_state; in cpuidle_idle_call() local 224 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns); in cpuidle_idle_call() 225 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 232 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call() 239 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 140 call_cpuidle(struct cpuidle_driver *drv, struct cpuidle_device *dev, int next_state) call_cpuidle() argument
|
/kernel/linux/linux-6.6/kernel/sched/ |
H A D | idle.c | 117 int next_state) in call_cpuidle() 134 return cpuidle_enter(drv, dev, next_state); in call_cpuidle() 150 int next_state, entered_state; in cpuidle_idle_call() local 200 next_state = cpuidle_find_deepest_state(drv, dev, max_latency_ns); in cpuidle_idle_call() 201 call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 208 next_state = cpuidle_select(drv, dev, &stop_tick); in cpuidle_idle_call() 215 entered_state = call_cpuidle(drv, dev, next_state); in cpuidle_idle_call() 116 call_cpuidle(struct cpuidle_driver *drv, struct cpuidle_device *dev, int next_state) call_cpuidle() argument
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
H A D | f_midi.c | 451 uint8_t next_state = STATE_INITIAL; in f_midi_transmit_byte() local 458 next_state = port->state; in f_midi_transmit_byte() 468 next_state = STATE_FINISHED; in f_midi_transmit_byte() 474 next_state = STATE_FINISHED; in f_midi_transmit_byte() 481 next_state = STATE_FINISHED; in f_midi_transmit_byte() 485 next_state = port->state; in f_midi_transmit_byte() 498 next_state = STATE_SYSEX_1; in f_midi_transmit_byte() 503 next_state = STATE_1PARAM; in f_midi_transmit_byte() 507 next_state = STATE_2PARAM_1; in f_midi_transmit_byte() 511 next_state in f_midi_transmit_byte() [all...] |
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_midi.c | 451 uint8_t next_state = STATE_INITIAL; in f_midi_transmit_byte() local 458 next_state = port->state; in f_midi_transmit_byte() 468 next_state = STATE_FINISHED; in f_midi_transmit_byte() 474 next_state = STATE_FINISHED; in f_midi_transmit_byte() 481 next_state = STATE_FINISHED; in f_midi_transmit_byte() 485 next_state = port->state; in f_midi_transmit_byte() 498 next_state = STATE_SYSEX_1; in f_midi_transmit_byte() 503 next_state = STATE_1PARAM; in f_midi_transmit_byte() 507 next_state = STATE_2PARAM_1; in f_midi_transmit_byte() 511 next_state in f_midi_transmit_byte() [all...] |
/kernel/linux/linux-5.10/drivers/cpuidle/ |
H A D | cpuidle.h | 19 struct cpuidle_driver *drv, int next_state); 44 struct cpuidle_driver *drv, int next_state); 60 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() 59 cpuidle_enter_state_coupled(struct cpuidle_device *dev, struct cpuidle_driver *drv, int next_state) cpuidle_enter_state_coupled() argument
|
H A D | coupled.c | 361 * @next_state: the index in drv->states of the requested state for this cpu 367 struct cpuidle_coupled *coupled, int next_state) in cpuidle_coupled_set_waiting() 369 coupled->requested_state[cpu] = next_state; in cpuidle_coupled_set_waiting() 455 * @next_state: index of the requested state in drv->states 471 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() 497 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state); in cpuidle_enter_state_coupled() 593 next_state = cpuidle_coupled_get_state(dev, coupled); in cpuidle_enter_state_coupled() 595 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled() 366 cpuidle_coupled_set_waiting(int cpu, struct cpuidle_coupled *coupled, int next_state) cpuidle_coupled_set_waiting() argument 470 cpuidle_enter_state_coupled(struct cpuidle_device *dev, struct cpuidle_driver *drv, int next_state) cpuidle_enter_state_coupled() argument
|
/kernel/linux/linux-6.6/drivers/cpuidle/ |
H A D | cpuidle.h | 19 struct cpuidle_driver *drv, int next_state); 44 struct cpuidle_driver *drv, int next_state); 60 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() 59 cpuidle_enter_state_coupled(struct cpuidle_device *dev, struct cpuidle_driver *drv, int next_state) cpuidle_enter_state_coupled() argument
|
H A D | coupled.c | 361 * @next_state: the index in drv->states of the requested state for this cpu 367 struct cpuidle_coupled *coupled, int next_state) in cpuidle_coupled_set_waiting() 369 coupled->requested_state[cpu] = next_state; in cpuidle_coupled_set_waiting() 455 * @next_state: index of the requested state in drv->states 471 struct cpuidle_driver *drv, int next_state) in cpuidle_enter_state_coupled() 497 w = cpuidle_coupled_set_waiting(dev->cpu, coupled, next_state); in cpuidle_enter_state_coupled() 593 next_state = cpuidle_coupled_get_state(dev, coupled); in cpuidle_enter_state_coupled() 595 entered_state = cpuidle_enter_state(dev, drv, next_state); in cpuidle_enter_state_coupled() 366 cpuidle_coupled_set_waiting(int cpu, struct cpuidle_coupled *coupled, int next_state) cpuidle_coupled_set_waiting() argument 470 cpuidle_enter_state_coupled(struct cpuidle_device *dev, struct cpuidle_driver *drv, int next_state) cpuidle_enter_state_coupled() argument
|
/kernel/linux/linux-6.6/tools/verification/dot2/ |
H A D | dot2c.py | 169 next_state = self.function[x][y] 170 if next_state != self.invalid_state_str: 171 next_state = self.function[x][y] + self.enum_suffix 174 line = line + strformat % next_state + ", " 176 line = line + strformat % next_state + " },"
|
/third_party/rust/crates/aho-corasick/src/ |
H A D | nfa.rs | 154 pub fn next_state(&self, current: S, input: u8) -> S { in next_state() functions 155 self.states[current.to_usize()].next_state(input) in next_state() 265 fn next_state(&self, mut current: S, input: u8) -> S { in next_state() functions 273 let next = state.next_state(input); in next_state() 316 fn next_state(&self, input: u8) -> S { in next_state() functions 317 self.trans.next_state(input) in next_state() 394 fn next_state(&self, input: u8) -> S { in next_state() functions 702 let next = self.nfa.state(prev).next_state(b); in build_trie() 919 while it.nfa().state(fail).next_state(b) == fail_id() { in fill_failure_transitions() 922 fail = it.nfa().state(fail).next_state( in fill_failure_transitions() [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | extent-io-tree.c | 196 static inline struct extent_state *next_state(struct extent_state *state) in next_state() function 262 entry = next_state(entry); in tree_search_for_insert() 305 entry = next_state(entry); in tree_search_prev_next() 356 other = next_state(state); in merge_state() 520 next = next_state(state); in clear_state_bit() 530 next = next_state(state); in clear_state_bit() 628 state = next_state(state); in __clear_extent_bit() 773 state = next_state(state); in wait_extent_bit() 824 state = next_state(state); in find_first_extent_bit_state() 848 while ((state = next_state(stat in find_first_extent_bit() [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_proto_sctp.c | 383 int event, next_state; in set_sctp_state() local 434 next_state = sctp_states[direction][event][cp->state]; in set_sctp_state() 436 if (next_state != cp->state) { in set_sctp_state() 449 sctp_state_name(next_state), in set_sctp_state() 453 (next_state != IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state() 458 (next_state == IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state() 464 if (next_state == IP_VS_SCTP_S_ESTABLISHED) in set_sctp_state() 468 cp->timeout = pd->timeout_table[cp->state = next_state]; in set_sctp_state() 470 cp->timeout = sctp_timeouts[cp->state = next_state]; in set_sctp_state()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_proto_sctp.c | 383 int event, next_state; in set_sctp_state() local 434 next_state = sctp_states[direction][event][cp->state]; in set_sctp_state() 436 if (next_state != cp->state) { in set_sctp_state() 449 sctp_state_name(next_state), in set_sctp_state() 453 (next_state != IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state() 458 (next_state == IP_VS_SCTP_S_ESTABLISHED)) { in set_sctp_state() 464 if (next_state == IP_VS_SCTP_S_ESTABLISHED) in set_sctp_state() 468 cp->timeout = pd->timeout_table[cp->state = next_state]; in set_sctp_state() 470 cp->timeout = sctp_timeouts[cp->state = next_state]; in set_sctp_state()
|
/third_party/curl/lib/ |
H A D | smb.c | 947 enum smb_req_state next_state = SMB_DONE; in smb_request_state() local 991 next_state = SMB_OPEN; in smb_request_state() 999 next_state = SMB_TREE_DISCONNECT; in smb_request_state() 1008 next_state = SMB_UPLOAD; in smb_request_state() 1014 next_state = SMB_CLOSE; in smb_request_state() 1020 next_state = SMB_DOWNLOAD; in smb_request_state() 1028 next_state = SMB_CLOSE; in smb_request_state() 1046 next_state = SMB_CLOSE; in smb_request_state() 1051 next_state = (len < MAX_PAYLOAD_SIZE) ? SMB_CLOSE : SMB_DOWNLOAD; in smb_request_state() 1057 next_state in smb_request_state() [all...] |
/third_party/lwip/src/apps/smtp/ |
H A D | smtp.c | 1270 enum smtp_session_state next_state; in smtp_process() local 1282 next_state = s->state; in smtp_process() 1327 next_state = smtp_prepare_helo(s, &tx_buf_len, pcb); in smtp_process() 1335 next_state = smtp_prepare_auth_or_mail(s, &tx_buf_len); in smtp_process() 1344 next_state = smtp_prepare_mail(s, &tx_buf_len); in smtp_process() 1353 next_state = smtp_prepare_auth_login_uname(s, &tx_buf_len); in smtp_process() 1362 next_state = smtp_prepare_auth_login_pass(s, &tx_buf_len); in smtp_process() 1371 next_state = smtp_prepare_rcpt(s, &tx_buf_len); in smtp_process() 1380 next_state = SMTP_DATA; in smtp_process() 1387 next_state in smtp_process() [all...] |