Home
last modified time | relevance | path

Searched refs:prev_state (Results 76 - 100 of 172) sorted by relevance

1234567

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/
H A Dieee802_1x_cp.c492 enum cp_states prev_state; in ieee802_1x_cp_step_run() local
496 prev_state = sm->CP_state; in ieee802_1x_cp_step_run()
498 if (prev_state == sm->CP_state) in ieee802_1x_cp_step_run()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/
H A Dieee802_1x_cp.c503 enum cp_states prev_state; in ieee802_1x_cp_step_run() local
507 prev_state = sm->CP_state; in ieee802_1x_cp_step_run()
509 if (prev_state == sm->CP_state) in ieee802_1x_cp_step_run()
/kernel/linux/linux-5.10/samples/bpf/
H A Doffwaketime_kern.c118 long long prev_state; member
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c1747 if ((idc->prev_state == QLC_83XX_IDC_DEV_NEED_RESET) || in qlcnic_sriov_vf_handle_dev_ready()
1748 (idc->prev_state == QLC_83XX_IDC_DEV_INIT)) { in qlcnic_sriov_vf_handle_dev_ready()
1832 if (ahw->idc.prev_state != QLC_83XX_IDC_DEV_READY) in qlcnic_sriov_vf_idc_ready_state()
1846 if (idc->prev_state == QLC_83XX_IDC_DEV_READY) in qlcnic_sriov_vf_idc_failed_state()
1861 if (idc->prev_state == QLC_83XX_IDC_DEV_READY) { in qlcnic_sriov_vf_idc_need_quiescent_state()
1878 if (idc->prev_state == QLC_83XX_IDC_DEV_READY) { in qlcnic_sriov_vf_idc_init_reset_state()
1932 idc->prev_state = idc->curr_state; in qlcnic_sriov_vf_poll_dev_state()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c1746 if ((idc->prev_state == QLC_83XX_IDC_DEV_NEED_RESET) || in qlcnic_sriov_vf_handle_dev_ready()
1747 (idc->prev_state == QLC_83XX_IDC_DEV_INIT)) { in qlcnic_sriov_vf_handle_dev_ready()
1831 if (ahw->idc.prev_state != QLC_83XX_IDC_DEV_READY) in qlcnic_sriov_vf_idc_ready_state()
1845 if (idc->prev_state == QLC_83XX_IDC_DEV_READY) in qlcnic_sriov_vf_idc_failed_state()
1860 if (idc->prev_state == QLC_83XX_IDC_DEV_READY) { in qlcnic_sriov_vf_idc_need_quiescent_state()
1877 if (idc->prev_state == QLC_83XX_IDC_DEV_READY) { in qlcnic_sriov_vf_idc_init_reset_state()
1931 idc->prev_state = idc->curr_state; in qlcnic_sriov_vf_poll_dev_state()
/third_party/libinput/src/
H A Devdev-tablet.c56 *prev_state = &tablet->prev_button_state; in tablet_get_pressed_buttons() local
59 buttons->bits[i] = state->bits[i] & ~(prev_state->bits[i]); in tablet_get_pressed_buttons()
68 *prev_state = &tablet->prev_button_state; in tablet_get_released_buttons() local
71 buttons->bits[i] = prev_state->bits[i] & in tablet_get_released_buttons()
81 *prev_state = &tablet->prev_button_state; in tablet_force_button_presses() local
85 state->bits[i] = state->bits[i] | prev_state->bits[i]; in tablet_force_button_presses()
86 prev_state->bits[i] = 0; in tablet_force_button_presses()
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dfault_64.c266 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault() local
474 exception_exit(prev_state); in do_sparc64_fault()
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dfault_64.c269 enum ctx_state prev_state = exception_enter(); in do_sparc64_fault() local
486 exception_exit(prev_state); in do_sparc64_fault()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
H A Dtestmode.c214 enum mt76_testmode_state prev_state = dev->test.state; in __mt76_testmode_set_state() local
217 if (prev_state == MT76_TM_STATE_TX_FRAMES) in __mt76_testmode_set_state()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c194 enum slave_port_state prev_state; in mlx4_ib_notify_slaves_on_guid_change() local
259 prev_state = mlx4_get_slave_port_state(dev->dev, slave_id, port_num); in mlx4_ib_notify_slaves_on_guid_change()
265 slave_id, port_num, prev_state, new_state, gen_event); in mlx4_ib_notify_slaves_on_guid_change()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_bbr.c482 u8 prev_state = bbr->prev_ca_state, state = inet_csk(sk)->icsk_ca_state; in bbr_set_cwnd_to_recover_or_restore() local
492 if (state == TCP_CA_Recovery && prev_state != TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()
498 } else if (prev_state >= TCP_CA_Recovery && state < TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dbpf_struct_ops.c565 enum bpf_struct_ops_state prev_state; in bpf_struct_ops_map_delete_elem() local
572 prev_state = cmpxchg(&st_map->kvalue.state, in bpf_struct_ops_map_delete_elem()
575 switch (prev_state) { in bpf_struct_ops_map_delete_elem()
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/
H A Dalias_GUID.c193 enum slave_port_state prev_state; in mlx4_ib_notify_slaves_on_guid_change() local
258 prev_state = mlx4_get_slave_port_state(dev->dev, slave_id, port_num); in mlx4_ib_notify_slaves_on_guid_change()
264 slave_id, port_num, prev_state, new_state, gen_event); in mlx4_ib_notify_slaves_on_guid_change()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_bbr.c484 u8 prev_state = bbr->prev_ca_state, state = inet_csk(sk)->icsk_ca_state; in bbr_set_cwnd_to_recover_or_restore() local
494 if (state == TCP_CA_Recovery && prev_state != TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()
500 } else if (prev_state >= TCP_CA_Recovery && state < TCP_CA_Recovery) { in bbr_set_cwnd_to_recover_or_restore()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1302 enum ctx_state prev_state = exception_enter(); in hash_page_mm() local
1502 exception_exit(prev_state); in hash_page_mm()
1861 enum ctx_state prev_state = exception_enter(); in low_hash_fault() local
1873 exception_exit(prev_state); in low_hash_fault()
/kernel/linux/linux-5.10/drivers/pci/
H A Dxen-pcifront.c922 enum xenbus_state prev_state; in pcifront_try_disconnect() local
925 prev_state = xenbus_read_driver_state(pdev->xdev->nodename); in pcifront_try_disconnect()
927 if (prev_state >= XenbusStateClosing) in pcifront_try_disconnect()
930 if (prev_state == XenbusStateConnected) { in pcifront_try_disconnect()
H A Dpci-driver.c900 pci_power_t prev_state = pci_dev->current_state; in pci_pm_resume_noirq() local
918 if (!skip_bus_pm && prev_state == PCI_D3cold) in pci_pm_resume_noirq()
1289 pci_power_t prev_state = pci_dev->current_state; in pci_pm_runtime_resume() local
1305 if (prev_state == PCI_D3cold) in pci_pm_runtime_resume()
/kernel/linux/linux-5.10/kernel/trace/
H A Dtrace_output.c927 S = task_index_to_char(field->prev_state); in trace_ctxwake_print()
962 S = task_index_to_char(field->prev_state); in trace_ctxwake_raw()
998 S = task_index_to_char(field->prev_state); in trace_ctxwake_hex()
1034 SEQ_PUT_FIELD(s, field->prev_state); in trace_ctxwake_bin()
H A Dtrace_sched_wakeup.c394 entry->prev_state = task_state_index(prev); in tracing_sched_switch_trace()
422 entry->prev_state = task_state_index(curr); in tracing_sched_wakeup_trace()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dextent-io-tree.c206 static inline struct extent_state *prev_state(struct extent_state *state) in prev_state() function
310 entry = prev_state(entry); in tree_search_prev_next()
346 other = prev_state(state); in merge_state()
1594 prev = prev_state(cached); in count_range_bits()
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci-driver.c961 pci_power_t prev_state = pci_dev->current_state; in pci_pm_resume_noirq() local
979 if (!skip_bus_pm && prev_state == PCI_D3cold) in pci_pm_resume_noirq()
1354 pci_power_t prev_state = pci_dev->current_state; in pci_pm_runtime_resume() local
1371 if (prev_state == PCI_D3cold) in pci_pm_runtime_resume()
/kernel/linux/linux-5.10/kernel/sched/
H A Dcore.c3779 long prev_state; variable
3810 prev_state = prev->state;
3835 if (unlikely(prev_state == TASK_DEAD)) {
4621 unsigned long prev_state; in __schedule() local
4670 prev_state = prev->state; in __schedule()
4671 if (!preempt && prev_state) { in __schedule()
4672 if (signal_pending_state(prev_state, prev)) { in __schedule()
4676 (prev_state & TASK_UNINTERRUPTIBLE) && in __schedule()
4677 !(prev_state & TASK_NOLOAD) && in __schedule()
4685 * prev_state in __schedule()
4867 enum ctx_state prev_state = exception_enter(); schedule_user() local
4995 enum ctx_state prev_state; preempt_schedule_irq() local
[all...]
/kernel/linux/linux-5.10/arch/sparc/kernel/
H A Dsys_sparc_64.c508 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint() local
521 exception_exit(prev_state); in sparc_breakpoint()
/kernel/linux/linux-6.6/arch/sparc/kernel/
H A Dsys_sparc_64.c508 enum ctx_state prev_state = exception_enter(); in sparc_breakpoint() local
521 exception_exit(prev_state); in sparc_breakpoint()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H A Dtestmode.c332 enum mt76_testmode_state prev_state = phy->test.state; in __mt76_testmode_set_state() local
336 if (prev_state == MT76_TM_STATE_TX_FRAMES) in __mt76_testmode_set_state()

Completed in 44 milliseconds

1234567