/third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
H A D | ieee802_1x_cp.c | 492 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 D | ieee802_1x_cp.c | 503 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 D | offwaketime_kern.c | 118 long long prev_state; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qlcnic/ |
H A D | qlcnic_sriov_common.c | 1747 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 D | qlcnic_sriov_common.c | 1746 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 D | evdev-tablet.c | 56 *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 D | fault_64.c | 266 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 D | fault_64.c | 269 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 D | testmode.c | 214 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 D | alias_GUID.c | 194 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 D | tcp_bbr.c | 482 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 D | bpf_struct_ops.c | 565 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 D | alias_GUID.c | 193 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 D | tcp_bbr.c | 484 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 D | hash_utils.c | 1302 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 D | xen-pcifront.c | 922 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 D | pci-driver.c | 900 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 D | trace_output.c | 927 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 D | trace_sched_wakeup.c | 394 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 D | extent-io-tree.c | 206 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 D | pci-driver.c | 961 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 D | core.c | 3779 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 D | sys_sparc_64.c | 508 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 D | sys_sparc_64.c | 508 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 D | testmode.c | 332 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()
|