| /linux/drivers/cpufreq/ |
| H A 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/drivers/char/hw_random/ |
| H A 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/drivers/gpu/drm/panthor/ |
| H A D | panthor_pwr.c | 87 static bool reset_pending(struct panthor_device *ptdev) in reset_pending() function 95 if (reset_pending(ptdev)) { in panthor_pwr_reset() 104 if (!wait_event_timeout(ptdev->pwr->reqs_acked, !reset_pending(ptdev), in panthor_pwr_reset() 108 if (reset_pending(ptdev) && !reset_irq_raised(ptdev)) { in panthor_pwr_reset()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.h | 220 unsigned long reset_pending; member 283 return !!hdev->reset_pending; in hclgevf_is_reset_pending()
|
| H A D | hclgevf_mbx.c | 362 set_bit(reset_type, &hdev->reset_pending); in hclgevf_mbx_async_handler()
|
| /linux/drivers/accel/ivpu/ |
| H A D | ivpu_pm.h | 20 atomic_t reset_pending; member
|
| /linux/drivers/net/ethernet/sfc/ |
| H A D | efx_common.c | 533 efx->reset_pending) in efx_start_all() 817 efx->reset_pending &= -(1 << (method + 1)); in efx_reset() 819 __clear_bit(method, &efx->reset_pending); in efx_reset() 861 pending = READ_ONCE(efx->reset_pending); in efx_reset_work() 920 set_bit(method, &efx->reset_pending); in efx_schedule_reset() 1195 efx->reset_pending = 0; in efx_io_error_detected()
|
| H A D | efx.c | 505 if (efx->state == STATE_DISABLED || efx->reset_pending) in efx_net_open() 810 if (efx->reset_pending) { in efx_register_netdev() 1198 efx->reset_pending = 0; in efx_pci_probe() 1208 efx->reset_pending = 0; in efx_pci_probe() 1339 efx->reset_pending = 0; in efx_pm_poweroff()
|
| H A D | net_driver.h | 1047 unsigned long reset_pending; member
|
| H A D | ef100_nic.c | 479 __clear_bit(reset_type, &efx->reset_pending); in ef100_reset()
|
| H A D | ef10.c | 2821 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_ef10_handle_rx_event() 2971 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_ef10_handle_tx_event()
|
| /linux/drivers/net/ethernet/sfc/siena/ |
| H A 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()
|
| H A 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()
|
| H A D | efx.h | 202 if ((efx->state != STATE_DISABLED) && !efx->reset_pending) in efx_device_attach_if_not_resetting()
|
| H A D | net_driver.h | 966 unsigned long reset_pending; member
|
| H A D | farch.c | 833 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_farch_handle_tx_event() 982 if (unlikely(READ_ONCE(efx->reset_pending))) in efx_farch_handle_rx_event()
|
| /linux/drivers/net/ethernet/sfc/falcon/ |
| H A D | efx.c | 1814 efx->reset_pending) in ef4_start_all() 2266 if (efx->reset_pending) { in ef4_register_netdev() 2430 efx->reset_pending &= -(1 << (method + 1)); in ef4_reset() 2432 __clear_bit(method, &efx->reset_pending); in ef4_reset() 2496 pending = READ_ONCE(efx->reset_pending); in ef4_reset_work() 2550 set_bit(method, &efx->reset_pending); in ef4_schedule_reset() 2998 efx->reset_pending = 0; in ef4_pm_poweroff() 3066 efx->reset_pending = 0; in ef4_io_error_detected()
|
| H A D | falcon.c | 1372 isolate = !!READ_ONCE(efx->reset_pending); in falcon_reconfigure_mac_wrapper()
|
| /linux/kernel/time/ |
| H A D | clocksource.c | 428 int next_cpu, reset_pending; in clocksource_watchdog() local 438 reset_pending = atomic_read(&watchdog_reset_pending); in clocksource_watchdog() 579 if (reset_pending) in clocksource_watchdog()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3_common/ |
| H A 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()
|
| H A D | hclge_comm_cmd.h | 497 unsigned long reset_pending);
|
| /linux/drivers/hid/usbhid/ |
| H A D | hid-core.c | 1484 int reset_pending = test_bit(HID_RESET_PENDING, &usbhid->iofl); in hid_restart_io() local 1490 if (clear_halt || reset_pending) in hid_restart_io() 1495 if (reset_pending || !test_bit(HID_STARTED, &usbhid->iofl)) in hid_restart_io()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_main.h | 884 unsigned long reset_pending; /* client rst is pending to be served */ member
|
| /linux/drivers/md/ |
| H A D | dm-crypt.c | 1550 struct convert_context *ctx, bool atomic, bool reset_pending) in crypt_convert() argument 1560 if (reset_pending) in crypt_convert()
|