/linux-6.12.1/drivers/cpufreq/ |
D | cpufreq_stats.c | 26 unsigned int reset_pending; member 49 WRITE_ONCE(stats->reset_pending, 0); in cpufreq_stats_reset_table() 62 if (READ_ONCE(stats->reset_pending)) in show_total_trans() 72 bool pending = READ_ONCE(stats->reset_pending); in show_time_in_state() 118 WRITE_ONCE(stats->reset_pending, 1); in store_reset() 127 bool pending = READ_ONCE(stats->reset_pending); in show_trans_table() 274 if (unlikely(READ_ONCE(stats->reset_pending))) in cpufreq_stats_record_transition()
|
/linux-6.12.1/drivers/char/hw_random/ |
D | ba431-rng.c | 43 atomic_t reset_pending; member 104 atomic_set(&ba431->reset_pending, 0); in ba431_trng_reset_work() 109 if (atomic_cmpxchg(&ba431->reset_pending, 0, 1)) in ba431_trng_schedule_reset() 185 atomic_set(&ba431->reset_pending, 0); in ba431_trng_probe()
|
/linux-6.12.1/drivers/accel/ivpu/ |
D | ivpu_pm.c | 129 atomic_set(&vdev->pm->reset_pending, 1); in ivpu_pm_recovery_work() 142 atomic_set(&vdev->pm->reset_pending, 0); in ivpu_pm_recovery_work() 164 if (atomic_cmpxchg(&vdev->pm->reset_pending, 0, 1) == 0) { in ivpu_pm_trigger_recovery() 315 atomic_set(&vdev->pm->reset_pending, 1); in ivpu_pm_reset_prepare_cb() 338 atomic_set(&vdev->pm->reset_pending, 0); in ivpu_pm_reset_done_cb() 354 atomic_set(&pm->reset_pending, 0); in ivpu_pm_init()
|
D | ivpu_pm.h | 20 atomic_t reset_pending; member
|
D | ivpu_debugfs.c | 107 seq_printf(s, "%d\n", atomic_read(&vdev->pm->reset_pending)); in reset_pending_show()
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
D | hclgevf_main.h | 220 unsigned long reset_pending; member 282 return !!hdev->reset_pending; in hclgevf_is_reset_pending()
|
D | hclgevf_main.c | 1547 set_bit(hdev->reset_type, &hdev->reset_pending); in hclgevf_reset_err_handle() 1719 if (!ret && !hdev->reset_pending) in hclgevf_reset_prepare_general() 1724 ret, hdev->reset_pending, retry_cnt); in hclgevf_reset_prepare_general() 1822 hclgevf_get_reset_level(&hdev->reset_pending); in hclgevf_reset_service_task() 1852 set_bit(HNAE3_VF_FULL_RESET, &hdev->reset_pending); in hclgevf_reset_service_task() 1859 set_bit(hdev->reset_level, &hdev->reset_pending); in hclgevf_reset_service_task() 1982 set_bit(HNAE3_VF_RESET, &hdev->reset_pending); in hclgevf_check_evt_cause() 2839 hdev->reset_pending); in hclgevf_reset_hdev() 2895 hdev->reset_pending); in hclgevf_init_hdev()
|
D | hclgevf_mbx.c | 362 set_bit(reset_type, &hdev->reset_pending); in hclgevf_mbx_async_handler()
|
/linux-6.12.1/drivers/net/ethernet/sfc/siena/ |
D | efx_common.c | 537 efx->reset_pending) in efx_siena_start_all() 841 efx->reset_pending &= -(1 << (method + 1)); in efx_siena_reset() 843 __clear_bit(method, &efx->reset_pending); in efx_siena_reset() 885 pending = READ_ONCE(efx->reset_pending); in efx_reset_work() 944 set_bit(method, &efx->reset_pending); in efx_siena_schedule_reset() 1224 efx->reset_pending = 0; in efx_io_error_detected()
|
D | efx.c | 534 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open() 733 if (efx->reset_pending) { in efx_register_netdev() 1081 efx->reset_pending = 0; in efx_pci_probe() 1091 efx->reset_pending = 0; in efx_pci_probe() 1220 efx->reset_pending = 0; in efx_pm_poweroff()
|
D | efx.h | 202 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
|
D | net_driver.h | 966 unsigned long reset_pending; member
|
/linux-6.12.1/drivers/net/ethernet/sfc/ |
D | efx_common.c | 533 efx->reset_pending) in efx_start_all() 833 efx->reset_pending &= -(1 << (method + 1)); in efx_reset() 835 __clear_bit(method, &efx->reset_pending); in efx_reset() 877 pending = READ_ONCE(efx->reset_pending); in efx_reset_work() 936 set_bit(method, &efx->reset_pending); in efx_schedule_reset() 1210 efx->reset_pending = 0; in efx_io_error_detected()
|
D | efx.c | 534 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open() 732 if (efx->reset_pending) { in efx_register_netdev() 1121 efx->reset_pending = 0; in efx_pci_probe() 1131 efx->reset_pending = 0; in efx_pci_probe() 1262 efx->reset_pending = 0; in efx_pm_poweroff()
|
D | efx.h | 222 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) { in efx_device_attach_if_not_resetting()
|
D | net_driver.h | 1009 unsigned long reset_pending; member
|
/linux-6.12.1/drivers/net/ethernet/sfc/falcon/ |
D | efx.c | 1815 efx->reset_pending) in ef4_start_all() 2275 if (efx->reset_pending) { in ef4_register_netdev() 2439 efx->reset_pending &= -(1 << (method + 1)); in ef4_reset() 2441 __clear_bit(method, &efx->reset_pending); in ef4_reset() 2505 pending = READ_ONCE(efx->reset_pending); in ef4_reset_work() 2559 set_bit(method, &efx->reset_pending); in ef4_schedule_reset() 3007 efx->reset_pending = 0; in ef4_pm_poweroff() 3075 efx->reset_pending = 0; in ef4_io_error_detected()
|
D | net_driver.h | 790 unsigned long reset_pending; member
|
D | farch.c | 834 if (unlikely(READ_ONCE(efx->reset_pending))) in ef4_farch_handle_tx_event() 989 if (unlikely(READ_ONCE(efx->reset_pending))) in ef4_farch_handle_rx_event()
|
/linux-6.12.1/kernel/time/ |
D | clocksource.c | 423 int next_cpu, reset_pending; in clocksource_watchdog() local 433 reset_pending = atomic_read(&watchdog_reset_pending); in clocksource_watchdog() 574 if (reset_pending) in clocksource_watchdog()
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
D | hclge_comm_cmd.c | 614 unsigned long reset_pending) in hclge_comm_cmd_init() argument 637 if (reset_pending) { in hclge_comm_cmd_init()
|
D | hclge_comm_cmd.h | 497 unsigned long reset_pending);
|
/linux-6.12.1/drivers/hid/usbhid/ |
D | hid-core.c | 1480 int reset_pending = test_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_restart_io() local 1486 if (clear_halt || reset_pending) in hid_restart_io() 1491 if (reset_pending || !test_bit(HID_STARTED, &usbhid->iofl)) in hid_restart_io()
|
/linux-6.12.1/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
D | hclge_main.h | 884 unsigned long reset_pending; /* client rst is pending to be served */ member
|
D | hclge_main.c | 3607 set_bit(HNAE3_IMP_RESET, &hdev->reset_pending); in hclge_check_event_cause() 3617 set_bit(HNAE3_GLOBAL_RESET, &hdev->reset_pending); in hclge_check_event_cause() 4065 set_bit(HNAE3_FUNC_RESET, &hdev->reset_pending); in hclge_do_reset() 4228 if (hdev->reset_pending) { in hclge_reset_err_handle() 4230 hdev->reset_pending); in hclge_reset_err_handle() 4240 set_bit(hdev->reset_type, &hdev->reset_pending); in hclge_reset_err_handle() 4517 hdev->reset_type = hclge_get_reset_level(ae_dev, &hdev->reset_pending); in hclge_reset_subtask() 11499 if (!ret && !hdev->reset_pending) in hclge_reset_prepare_general() 11504 ret, hdev->reset_pending, retry_cnt); in hclge_reset_prepare_general() 11738 true, hdev->reset_pending); in hclge_init_ae_dev() [all …]
|