Home
last modified time | relevance | path

Searched refs:SLEEP_TIME (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_event_triggers.tc28 SLEEP_TIME=".1"
48 sleep $SLEEP_TIME
70 sleep $SLEEP_TIME
88 sleep $SLEEP_TIME
94 sleep $SLEEP_TIME
103 sleep $SLEEP_TIME
108 sleep $SLEEP_TIME
115 sleep $SLEEP_TIME
H A Dfunc_traceonoff_triggers.tc21 SLEEP_TIME=".1"
81 sleep $SLEEP_TIME
94 sleep $SLEEP_TIME
147 sleep $SLEEP_TIME
/openbmc/linux/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink_trap.sh28 SLEEP_TIME=1
419 sleep $SLEEP_TIME
446 sleep $SLEEP_TIME
/openbmc/linux/kernel/trace/
H A Dring_buffer_benchmark.c23 #define SLEEP_TIME 10 macro
419 schedule_timeout(HZ * SLEEP_TIME); in ring_buffer_producer_thread()
/openbmc/u-boot/tools/
H A Dgenboardscfg.py33 SLEEP_TIME = 0.03 variable
262 time.sleep(SLEEP_TIME)
H A Dmoveconfig.py323 SLEEP_TIME=0.03 variable
1473 time.sleep(SLEEP_TIME)
1477 time.sleep(SLEEP_TIME)
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_worker.c515 want = ((dc->resync_rate * 2 * SLEEP_TIME) / HZ) * steps; in drbd_rs_controller()
518 sect_in * dc->c_delay_target * HZ / (SLEEP_TIME * 10); in drbd_rs_controller()
536 max_sect = (dc->c_max_rate * 2 * SLEEP_TIME) / HZ; in drbd_rs_controller()
562 device->c_sync_rate = number * HZ * (BM_BLOCK_SIZE / 1024) / SLEEP_TIME; in drbd_rs_number_requests()
565 number = SLEEP_TIME * device->c_sync_rate / ((BM_BLOCK_SIZE / 1024) * HZ); in drbd_rs_number_requests()
760 mod_timer(&device->resync_timer, jiffies + SLEEP_TIME); in make_resync_request()
814 mod_timer(&device->resync_timer, jiffies + SLEEP_TIME); in make_ov_request()
H A Ddrbd_int.h1178 #define SLEEP_TIME (HZ/10) macro
H A Ddrbd_nl.c1555 fifo_size = (new_disk_conf->c_plan_ahead * 10 * SLEEP_TIME) / HZ; in drbd_adm_disk_opts()
1801 new_plan = fifo_alloc((new_disk_conf->c_plan_ahead * 10 * SLEEP_TIME) / HZ); in drbd_adm_attach()
H A Ddrbd_receiver.c3969 fifo_size = (new_disk_conf->c_plan_ahead * 10 * SLEEP_TIME) / HZ; in receive_SyncParam()
/openbmc/linux/drivers/phy/ti/
H A Dphy-am654-serdes.c74 #define SLEEP_TIME 100 /* in microseconds */ macro
321 val, SLEEP_TIME, PLL_LOCK_TIME); in serdes_am654_power_on()