Home
last modified time | relevance | path

Searched refs:round_jiffies_relative (Results 1 – 25 of 52) sorted by relevance

123

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx4/
Dsense.c112 round_jiffies_relative(MLX4_SENSE_RANGE)); in mlx4_sense_port()
124 round_jiffies_relative(MLX4_SENSE_RANGE)); in mlx4_start_sense()
/linux-6.1.9/drivers/net/wireless/realtek/rtw89/
Dcoex.h31 #define RTW89_COEX_ACT1_WORK_PERIOD round_jiffies_relative(HZ * 4)
32 #define RTW89_COEX_BT_DEVINFO_WORK_PERIOD round_jiffies_relative(HZ * 16)
/linux-6.1.9/drivers/net/wireless/zydas/zd1211rw/
Dzd_usb.h23 #define ZD_TX_WATCHDOG_INTERVAL round_jiffies_relative(HZ)
24 #define ZD_RX_IDLE_INTERVAL round_jiffies_relative(30 * HZ)
/linux-6.1.9/drivers/net/wireless/ralink/rt2x00/
Drt2x00lib.h20 #define WATCHDOG_INTERVAL round_jiffies_relative(HZ)
22 #define LINK_TUNE_INTERVAL round_jiffies_relative(LINK_TUNE_SECONDS * HZ)
/linux-6.1.9/drivers/edac/
Dedac_device.c343 edac_queue_work(&edac_dev->work, round_jiffies_relative(edac_dev->delay)); in edac_device_workq_function()
373 edac_queue_work(&edac_dev->work, round_jiffies_relative(edac_dev->delay)); in edac_device_workq_setup()
407 edac_mod_work(&edac_dev->work, round_jiffies_relative(edac_dev->delay)); in edac_device_reset_delay_period()
Dedac_pci.c185 delay = round_jiffies_relative(msecs_to_jiffies(msec)); in edac_pci_workq_function()
/linux-6.1.9/arch/x86/kernel/
Dcheck.c171 round_jiffies_relative(corruption_check_period*HZ)); in check_corruption()
/linux-6.1.9/drivers/watchdog/
Dretu_wdt.c39 round_jiffies_relative(RETU_WDT_MAX_TIMER * HZ / 2)); in retu_wdt_ping_enable()
/linux-6.1.9/include/linux/
Dtimer.h202 unsigned long round_jiffies_relative(unsigned long j);
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/fw/
Ddebugfs.c186 round_jiffies_relative(delay)); in iwl_fw_timestamp_marker_wk()
204 round_jiffies_relative(fwrt->timestamp.delay)); in iwl_fw_trigger_timestamp()
Ddbg.h250 round_jiffies_relative(fwrt->timestamp.delay)); in iwl_fw_resume_timestamp()
/linux-6.1.9/fs/ceph/
Dmetric.h196 schedule_delayed_work(&m->delayed_work, round_jiffies_relative(HZ)); in metric_schedule_delayed()
/linux-6.1.9/drivers/input/
Dinput-poller.c32 delay = round_jiffies_relative(delay); in input_dev_poller_queue_work()
/linux-6.1.9/drivers/input/touchscreen/
Dtsc200x-core.c251 round_jiffies_relative( in __tsc200x_enable()
407 round_jiffies_relative( in tsc200x_esd_work()
/linux-6.1.9/kernel/livepatch/
Dtransition.c439 round_jiffies_relative(HZ)); in klp_try_complete_transition()
/linux-6.1.9/sound/soc/codecs/
Dsta32x.c409 round_jiffies_relative(HZ)); in sta32x_watchdog()
418 round_jiffies_relative(HZ)); in sta32x_watchdog_start()
/linux-6.1.9/mm/
Dvmstat.c1939 round_jiffies_relative(sysctl_stat_interval)); in vmstat_update()
2024 round_jiffies_relative(sysctl_stat_interval)); in vmstat_shepherd()
2036 round_jiffies_relative(sysctl_stat_interval)); in start_shepherd_timer()
/linux-6.1.9/drivers/input/mouse/
Dsynaptics_i2c.c426 return round_jiffies_relative(delay); in synaptics_i2c_adjust_delay()
/linux-6.1.9/drivers/net/usb/
Dipheth.c76 #define IPHETH_CARRIER_CHECK_TIMEOUT round_jiffies_relative(1 * HZ)
/linux-6.1.9/kernel/time/
Dtimer.c429 unsigned long round_jiffies_relative(unsigned long j) in round_jiffies_relative() function
433 EXPORT_SYMBOL_GPL(round_jiffies_relative);
/linux-6.1.9/net/rfkill/
Dcore.c1019 round_jiffies_relative(POLL_INTERVAL)); in rfkill_poll()
1087 round_jiffies_relative(POLL_INTERVAL)); in rfkill_register()
/linux-6.1.9/kernel/
Dtorture.c744 schedule_timeout_interruptible(round_jiffies_relative(HZ)); in stutter_wait()
/linux-6.1.9/drivers/infiniband/ulp/ipoib/
Dipoib_ib.c701 round_jiffies_relative(HZ)); in ipoib_reap_ah()
708 round_jiffies_relative(HZ)); in ipoib_start_ah_reaper()
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dtt.c35 round_jiffies_relative(duration * HZ)); in iwl_mvm_enter_ctkill()
/linux-6.1.9/drivers/net/ethernet/hisilicon/hns3/hns3vf/
Dhclgevf_main.c1906 unsigned long delta = round_jiffies_relative(HZ); in hclgevf_periodic_service_task()
1915 if (delta < round_jiffies_relative(HZ)) { in hclgevf_periodic_service_task()
1916 delta = round_jiffies_relative(HZ) - delta; in hclgevf_periodic_service_task()
2985 hclgevf_task_schedule(hdev, round_jiffies_relative(HZ)); in hclgevf_init_hdev()

123