Searched refs:SLEEP_TIME (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/ftrace/test.d/ftrace/
H A Dfunc_event_triggers.tc28 SLEEP_TIME=".1"
41 check_times=10 # wait for 10 * SLEEP_TIME at most
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
/linux-master/tools/testing/selftests/drivers/net/netdevsim/
H A Ddevlink_trap.sh28 SLEEP_TIME=1
419 sleep $SLEEP_TIME
446 sleep $SLEEP_TIME
/linux-master/kernel/trace/
H A Dring_buffer_benchmark.c23 #define SLEEP_TIME 10 macro
421 schedule_timeout(HZ * SLEEP_TIME);
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c512 steps = plan->size; /* (dc->c_plan_ahead * 10 * SLEEP_TIME) / HZ; */
515 want = ((dc->resync_rate * 2 * SLEEP_TIME) / HZ) * steps;
518 sect_in * dc->c_delay_target * HZ / (SLEEP_TIME * 10);
536 max_sect = (dc->c_max_rate * 2 * SLEEP_TIME) / HZ;
562 device->c_sync_rate = number * HZ * (BM_BLOCK_SIZE / 1024) / SLEEP_TIME;
565 number = SLEEP_TIME * device->c_sync_rate / ((BM_BLOCK_SIZE / 1024) * HZ);
760 mod_timer(&device->resync_timer, jiffies + SLEEP_TIME);
814 mod_timer(&device->resync_timer, jiffies + SLEEP_TIME);
H A Ddrbd_int.h1180 #define SLEEP_TIME (HZ/10) macro
H A Ddrbd_nl.c1547 fifo_size = (new_disk_conf->c_plan_ahead * 10 * SLEEP_TIME) / HZ;
1794 new_plan = fifo_alloc((new_disk_conf->c_plan_ahead * 10 * SLEEP_TIME) / HZ);
H A Ddrbd_receiver.c3969 fifo_size = (new_disk_conf->c_plan_ahead * 10 * SLEEP_TIME) / HZ;
/linux-master/drivers/phy/ti/
H A Dphy-am654-serdes.c74 #define SLEEP_TIME 100 /* in microseconds */ macro
321 val, SLEEP_TIME, PLL_LOCK_TIME);

Completed in 255 milliseconds