/kernel/linux/linux-5.10/tools/power/cpupower/bench/ |
H A D | parse.h | 10 long sleep; /* sleep time in µs */ member 13 * sleep time after every round in µs */ 16 unsigned int cycles; /* calculation cycles with the same sleep/load time */ 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | fin_ack_lat.sh | 24 sleep $RUNTIME
|
/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
H A D | parse.h | 10 long sleep; /* sleep time in µs */ member 13 * sleep time after every round in µs */ 16 unsigned int cycles; /* calculation cycles with the same sleep/load time */ 17 unsigned int rounds; /* calculation rounds with iterated sleep/load time */
|
/kernel/liteos_a/testsuites/unittest/extended/signal/full/ |
H A D | signal_test_005.cpp | 48 sleep(1); in TestSigDefAction()
|
/kernel/liteos_a/testsuites/unittest/extended/trace/smoke/ |
H A D | trace_test_001.cpp | 40 sleep(1); in TestCase()
|
/kernel/liteos_a/testsuites/unittest/process/basic/pthread/smoke/ |
H A D | pthread_test_009.cpp | 54 sleep(1); in Testcase()
|
/test/xts/acts/xts_lite/device_attest_lite/device_attestStart_posix/src/ |
H A D | device_attest_start.cpp | 35 sleep(SLEEP_TIMEOUT); in TearDown()
|
/kernel/linux/linux-6.6/drivers/bluetooth/ |
H A D | hci_h5.c | 96 } sleep; member 172 if (h5->sleep != H5_AWAKE) { in h5_timed_event() 173 h5->sleep = H5_SLEEPING; in h5_timed_event() 370 BT_DBG("Peer went to sleep"); in h5_handle_internal_rx() 371 h5->sleep = H5_SLEEPING; in h5_handle_internal_rx() 375 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 379 h5->sleep = H5_AWAKE; in h5_handle_internal_rx() 746 if (h5->sleep != H5_AWAKE) { in h5_dequeue() 749 if (h5->sleep == H5_WAKING_UP) in h5_dequeue() 752 h5->sleep in h5_dequeue() [all...] |
/test/xts/acts/multimedia/audio_ndk/oh_audio_render_test/src/ |
H A D | oh_audio_render_unit_test.cpp | 966 sleep(2); in HWTEST() 1008 sleep(2); in HWTEST() 1075 sleep(2); in HWTEST() 1123 // sleep time trigger underflow in HWTEST() 1184 // sleep time trigger underflow in HWTEST() 1285 // sleep time trigger underflow in HWTEST() 1373 sleep(2); in HWTEST() 1397 sleep(2); in HWTEST() 1427 sleep(2); in HWTEST() 1457 sleep( in HWTEST() [all...] |
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | sr030pc30.c | 148 unsigned int sleep:1; member 334 /* Device reset and sleep mode control */ 336 bool reset, bool sleep) in sr030pc30_pwr_ctrl() 339 u8 reg = sleep ? 0xF1 : 0xF0; in sr030pc30_pwr_ctrl() 347 info->sleep = sleep; in sr030pc30_pwr_ctrl() 604 * Put sensor into power sleep mode before switching off in sr030pc30_s_power() 335 sr030pc30_pwr_ctrl(struct v4l2_subdev *sd, bool reset, bool sleep) sr030pc30_pwr_ctrl() argument
|
/kernel/linux/linux-5.10/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_gyro.c | 106 unsigned int sleep; in inv_icm42600_gyro_update_scan_mode() local 138 /* sleep maximum required time */ in inv_icm42600_gyro_update_scan_mode() 140 sleep = sleep_gyro; in inv_icm42600_gyro_update_scan_mode() 142 sleep = sleep_temp; in inv_icm42600_gyro_update_scan_mode() 143 if (sleep) in inv_icm42600_gyro_update_scan_mode() 144 msleep(sleep); in inv_icm42600_gyro_update_scan_mode()
|
H A D | inv_icm42600_accel.c | 106 unsigned int sleep; in inv_icm42600_accel_update_scan_mode() local 138 /* sleep maximum required time */ in inv_icm42600_accel_update_scan_mode() 140 sleep = sleep_accel; in inv_icm42600_accel_update_scan_mode() 142 sleep = sleep_temp; in inv_icm42600_accel_update_scan_mode() 143 if (sleep) in inv_icm42600_accel_update_scan_mode() 144 msleep(sleep); in inv_icm42600_accel_update_scan_mode()
|
/kernel/linux/linux-6.6/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600_gyro.c | 107 unsigned int sleep; in inv_icm42600_gyro_update_scan_mode() local 139 /* sleep maximum required time */ in inv_icm42600_gyro_update_scan_mode() 141 sleep = sleep_gyro; in inv_icm42600_gyro_update_scan_mode() 143 sleep = sleep_temp; in inv_icm42600_gyro_update_scan_mode() 144 if (sleep) in inv_icm42600_gyro_update_scan_mode() 145 msleep(sleep); in inv_icm42600_gyro_update_scan_mode()
|
H A D | inv_icm42600_accel.c | 107 unsigned int sleep; in inv_icm42600_accel_update_scan_mode() local 139 /* sleep maximum required time */ in inv_icm42600_accel_update_scan_mode() 141 sleep = sleep_accel; in inv_icm42600_accel_update_scan_mode() 143 sleep = sleep_temp; in inv_icm42600_accel_update_scan_mode() 144 if (sleep) in inv_icm42600_accel_update_scan_mode() 145 msleep(sleep); in inv_icm42600_accel_update_scan_mode()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | bridge_vlan_mcast.sh | 107 sleep 5 119 sleep 5 202 sleep $time 419 sleep 2 510 sleep 1
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_vlan_mcast.sh | 107 sleep 5 119 sleep 5 202 sleep $time 419 sleep 2 510 sleep 1
|
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/ |
H A D | camera_capture_test.cpp | 158 sleep(3); in HWTEST_F() 193 sleep(3); in HWTEST_F() 235 sleep(2); in HWTEST_F() 318 sleep(3); in HWTEST_F() 372 sleep(3); in HWTEST_F()
|
/applications/standard/app_samples/code/Project/HapBuild/test-tool/ |
H A D | InstallAndTestSpecial_ci.py | 96 time.sleep(2) 186 time.sleep(5) 201 time.sleep(5) 416 time.sleep(40) # 等待重启
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | tc_police.sh | 138 sleep 10 188 sleep 10 258 sleep 10 268 sleep 10
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/selftests/ |
H A D | i915_sw_fence.c | 663 unsigned long end, sleep; in test_dma_fence() local 692 sleep = jiffies_to_usecs(delay) / 3; in test_dma_fence() 693 usleep_range(sleep, 2 * sleep); in test_dma_fence()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | do_hbm_test.sh | 288 # sleep for duration of test (plus some buffer) 290 sleep $n 362 sleep $n 405 sleep 2 412 sleep 1
|
/kernel/linux/linux-5.10/drivers/media/tuners/ |
H A D | mt2060.c | 341 if (priv->sleep) { in mt2060_init() 370 if (priv->sleep) in mt2060_sleep() 397 .sleep = mt2060_sleep, 476 dev->sleep = true; in mt2060_probe() 491 /* Power on, calibrate, sleep */ in mt2060_probe()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | me_daq.c | 144 static inline void sleep(unsigned int sec) in sleep() function 355 sleep(1); in me2600_xilinx_download() 359 sleep(1); in me2600_xilinx_download() 398 sleep(1); in me2600_xilinx_download()
|
/kernel/linux/linux-6.6/drivers/media/tuners/ |
H A D | mt2060.c | 341 if (priv->sleep) { in mt2060_init() 370 if (priv->sleep) in mt2060_sleep() 397 .sleep = mt2060_sleep, 475 dev->sleep = true; in mt2060_probe() 490 /* Power on, calibrate, sleep */ in mt2060_probe()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | me_daq.c | 143 static inline void sleep(unsigned int sec) in sleep() function 354 sleep(1); in me2600_xilinx_download() 358 sleep(1); in me2600_xilinx_download() 397 sleep(1); in me2600_xilinx_download()
|