Home
last modified time | relevance | path

Searched refs:sleep_ms (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_core.c230 bool temp, unsigned int *sleep_ms) in inv_icm42600_set_pwr_mgmt0() argument
284 if (sleep_ms) in inv_icm42600_set_pwr_mgmt0()
285 *sleep_ms = sleepval; in inv_icm42600_set_pwr_mgmt0()
294 unsigned int *sleep_ms) in inv_icm42600_set_accel_conf() argument
350 st->conf.temp_en, sleep_ms); in inv_icm42600_set_accel_conf()
355 unsigned int *sleep_ms) in inv_icm42600_set_gyro_conf() argument
394 st->conf.temp_en, sleep_ms); in inv_icm42600_set_gyro_conf()
400 unsigned int *sleep_ms) in inv_icm42600_set_temp_conf() argument
404 sleep_ms); in inv_icm42600_set_temp_conf()
H A Dinv_icm42600.h417 unsigned int *sleep_ms);
421 unsigned int *sleep_ms);
424 unsigned int *sleep_ms);
/linux-6.15/tools/testing/selftests/net/netfilter/
H A Dnf_queue.c259 static void sleep_ms(uint32_t delay) in sleep_ms() function
314 sleep_ms(opts.delay_ms); in mainloop()
/linux-6.15/drivers/net/wireless/ath/carl9170/
H A Dcarl9170.h452 unsigned int sleep_ms; member
H A Drx.c86 ar->ps.sleep_ms = jiffies_to_msecs(jiffies - in carl9170_handle_ps()
H A Ddebug.c384 ADD(buf, *len, bufsize, "sleep duration: %d ms.\n", ar->ps.sleep_ms); in carl9170_debugfs_sta_psm_read()
H A Dmain.c831 ar->ps.sleep_ms = jiffies_to_msecs(jiffies - in carl9170_ps_update()
/linux-6.15/mm/
H A Dksm.c2674 unsigned int sleep_ms; in ksm_scan_thread() local
2687 sleep_ms = READ_ONCE(ksm_thread_sleep_millisecs); in ksm_scan_thread()
2689 sleep_ms != READ_ONCE(ksm_thread_sleep_millisecs), in ksm_scan_thread()
2690 msecs_to_jiffies(sleep_ms)); in ksm_scan_thread()