Home
last modified time | relevance | path

Searched refs:poll_freq (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfw_reset.c623 int poll_freq = 20; in mlx5_sync_reset_unload_event() local
662 poll_freq = 1000; in mlx5_sync_reset_unload_event()
664 msleep(poll_freq); in mlx5_sync_reset_unload_event()
/linux-6.15/drivers/platform/x86/
H A Dthinkpad_acpi.c2487 unsigned int poll_freq; in hotkey_kthread() local
2505 poll_freq = hotkey_poll_freq; in hotkey_kthread()
2511 if (likely(poll_freq)) in hotkey_kthread()
2512 t = 1000/poll_freq; in hotkey_kthread()
2533 poll_freq = hotkey_poll_freq; in hotkey_kthread()