/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/ |
H A D | verbs.c | 4246 static int irdma_create_hw_ah(struct irdma_device *iwdev, struct irdma_ah *ah, bool sleep) in irdma_create_hw_ah() argument 4256 err = irdma_ah_cqp_op(rf, &ah->sc_ah, IRDMA_OP_AH_CREATE, sleep, in irdma_create_hw_ah() 4264 if (!sleep) { in irdma_create_hw_ah()
|
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlegacy/ |
H A D | common.c | 1058 * Setting power level allows the card to go to sleep when not busy. 1060 * We calculate a sleep command based on the required latency, which 1142 D_POWER("Sending power/sleep command\n"); in il_set_power() 2734 * uCode will never sleep when we're in il_txq_update_write_ptr() 4443 struct il_sleep_notification *sleep = &(pkt->u.sleep_notif); in il_hdl_pm_sleep() local 4444 D_RX("sleep mode: %d, src: %d\n", in il_hdl_pm_sleep() 4445 sleep->pm_sleep_mode, sleep->pm_wakeup_src); in il_hdl_pm_sleep() 5130 D_MAC80211("Error setting sleep level\n"); in il_mac_config()
|
/test/xts/acts/distributeddatamgr/distributedKVStoretest/distributedKVStorejstest/hap/entry/src/ohosTest/js/test/ |
H A D | SingleKvStoreKVPromiseJsTest.js | 41 function sleep(ms) { function 2022 await sleep(500); 2076 await sleep(500);
|
/third_party/libfuse/lib/ |
H A D | fuse.c | 4167 int sleep) in fuse_lib_setlk() 4170 sleep ? F_SETLKW : F_SETLK); in fuse_lib_setlk() 4857 sleep(sleep_time); in fuse_prune_nodes() 4165 fuse_lib_setlk(fuse_req_t req, fuse_ino_t ino, struct fuse_file_info *fi, struct flock *lock, int sleep) fuse_lib_setlk() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 760 * IER sleep support. UARTs which have EFRs need the "extended
764 static void serial8250_set_sleep(struct uart_8250_port *p, int sleep)
in serial8250_set_sleep() argument 778 serial_out(p, UART_IER, sleep ? UART_IERX_SLEEP : 0);
in serial8250_set_sleep() 3544 /* check scratch reg to see if port powered off during system sleep */
in serial8250_console_write()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 1995 /* Power management routines. Those are used for PowerBook sleep. 1997 static int aty_power_mgmt(int sleep, struct atyfb_par *par) in aty_power_mgmt() argument 2008 if (sleep) { in aty_power_mgmt() 2646 * wake up from sleep -- paulus in aty_init()
|
/kernel/linux/linux-5.10/kernel/ |
H A D | workqueue.c | 871 * wq_worker_sleeping - a worker is going to sleep 872 * @task: task going to sleep 875 * going to sleep. Preemption needs to be disabled to protect ->sleeping 931 * to sleep. It's used by psi to identify aggregation workers during 933 * worker is the last task in the system or cgroup to go to sleep. 1914 * Might sleep. Does GFP_KERNEL allocations. 2397 goto sleep; in worker_thread() 2438 sleep: in worker_thread() 2441 * manage, sleep. Workers are woken up only while holding in worker_thread()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/aty/ |
H A D | atyfb_base.c | 2005 /* Power management routines. Those are used for PowerBook sleep. 2007 static int aty_power_mgmt(int sleep, struct atyfb_par *par) in aty_power_mgmt() argument 2018 if (sleep) { in aty_power_mgmt() 2650 * wake up from sleep -- paulus in aty_init()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | unistdndk.cpp | 407 int sin_value = sleep(valueZero);
in Sleep() 1721 sleep(PARAM_1);
in Vfork() 2124 {"sleep", nullptr, Sleep, nullptr, nullptr, nullptr, napi_default, nullptr},
in Init()
|
/third_party/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 3745 sleep (1); in thread_main_fts_source_paths() 3980 sleep (1); in thread_main_groom()
|
/third_party/nghttp2/src/ |
H A D | shrpx.cc | 2131 listenerconf.timeout.sleep = 30_s; in fill_default_config() 2705 << util::duration_str(config->conn.listener.timeout.sleep) << R"( in print_help()
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 1844 /// See also [sleep(2)](https://pubs.opengroup.org/onlinepubs/009695399/functions/sleep.html#tag_03_705_05) 1847 pub fn sleep(seconds: c_uint) -> c_uint { in sleep() functions 1848 unsafe { libc::sleep(seconds) } in sleep()
|
/third_party/python/Lib/test/ |
H A D | test_io.py | 195 time.sleep(0.25) 1493 time.sleep(0.02) # yield 1874 time.sleep(0.02) # yield 3303 time.sleep(0.02) 4365 time.sleep(0.5)
|
/foundation/barrierfree/accessibility/services/test/mock/ |
H A D | mock_aams_accessibility_touchEvent_injector_test.cpp | 88 sleep(1); in SetUp()
|
/foundation/multimedia/av_codec/test/moduletest/audio_encoder/InnerAPI/ |
H A D | InnerInterfaceDependCheckTest.cpp | 78 sleep(1); in Start()
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videoenc_func_unit_test.cpp | 59 sleep(1); in MultiThreadCreateVEnc()
|
/foundation/multimedia/av_codec/test/moduletest/audio_decoder/InnerAPI/ |
H A D | InnerInterfaceDependCheckTest.cpp | 1404 sleep(2); in HWTEST_F()
|
/foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
H A D | ondemand_helper.cpp | 1150 sleep(1); in TestProcess()
|
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifidevicestub_fuzzer/ |
H A D | wifidevicestub_fuzzer.cpp | 1124 sleep(4); in LLVMFuzzerTestOneInput()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client_test.cpp | 773 sleep(1); in HWTEST_F()
|
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/ |
H A D | mediadatashare_unit_test.cpp | 199 sleep(sleepTime); in SetUpTestCase()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_state_machine.cpp | 1331 DHCP_LOGI("ParseDhcpNakPacket receive DHCP_NAK 53, avoid excessive network traffic, need sleep!"); in ParseDhcpNakPacket() 1335 sleep(m_resendTimer); in ParseDhcpNakPacket() 1336 DHCP_LOGI("ParseDhcpNakPacket sleep:%{public}u", m_resendTimer); in ParseDhcpNakPacket()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_sockmap.c | 888 sleep(rate); in forever_ping_pong()
|
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/ |
H A D | cx24117.c | 1228 /* Set sleep mode off */ in cx24117_initfe() 1275 * Put device to sleep 1285 /* Set sleep mode on */ in cx24117_sleep() 1632 .sleep = cx24117_sleep,
|
H A D | cx24120.c | 1568 .sleep = cx24120_sleep,
|