/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 41 * - Echo generation to benchmark the delay of audio processing. 42 * - Use hardware to minimize cpu load, disable FIFO load and minimize delay. 59 * clock, we will have a delay. The delay will dynamically be increased and 125 /* delay.h is required for hw_lock.h */ 128 #include <linux/delay.h> 141 /*#define CMX_DELAY_DEBUG * gives rx-buffer delay overview */ 1150 showdelay(struct dsp *dsp, int samples, int delay) in showdelay() argument 1160 sdelay = delay * 50 / (dsp_poll << 2); in showdelay() 1162 printk(KERN_DEBUG "DELAY (%s) %3d >%s\n", dsp->name, delay, in showdelay() 1627 int jittercheck = 0, delay, i; global() local [all...] |
/foundation/arkui/ace_engine/interfaces/native/node/ |
H A D | animate_impl.h | 34 int32_t delay; member 66 int32_t delay; member 80 int32_t delay; member
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | threaded_task_queue.cpp | 84 Token AddTask(ITaskQueueTask::Ptr p, const TimeSpan& delay) override 86 auto t = TaskQueueImpl::AddTask(BASE_NS::move(p), delay, Time() + delay);
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | ps.c | 44 unsigned long delay; in wl1251_ps_elp_sleep() local 47 delay = msecs_to_jiffies(ELP_ENTRY_DELAY); in wl1251_ps_elp_sleep() 48 ieee80211_queue_delayed_work(wl->hw, &wl->elp_work, delay); in wl1251_ps_elp_sleep()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hub.h | 149 unsigned delay = hub->descriptor->bPwrOn2PwrGood * 2; in hub_power_on_good_delay() local 152 return delay; in hub_power_on_good_delay() 154 return max(delay, 100U); in hub_power_on_good_delay()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | offwaketime_user.c | 102 int delay = 1, i = 0; in main() local 150 delay = atoi(argv[1]); in main() 151 sleep(delay); in main()
|
/kernel/linux/linux-6.6/drivers/ata/pata_parport/ |
H A D | pata_parport.h | 19 int delay; /* adapter delay setting */ member 33 #define delay_p (pi->delay ? udelay(pi->delay) : (void)0)
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hub.h | 161 unsigned delay = hub->descriptor->bPwrOn2PwrGood * 2; in hub_power_on_good_delay() local 164 return delay; in hub_power_on_good_delay() 166 return max(delay, 100U); in hub_power_on_good_delay()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ti/wl1251/ |
H A D | ps.c | 44 unsigned long delay; in wl1251_ps_elp_sleep() local 47 delay = msecs_to_jiffies(ELP_ENTRY_DELAY); in wl1251_ps_elp_sleep() 48 ieee80211_queue_delayed_work(wl->hw, &wl->elp_work, delay); in wl1251_ps_elp_sleep()
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | offwaketime_user.c | 100 int delay = 1, i = 0; in main() local 143 delay = atoi(argv[1]); in main() 144 sleep(delay); in main()
|
/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/ |
H A D | softbus_hidumper_util.c | 136 int64_t delay; member 145 int32_t delay; member 469 static void UpdateTransSuccessDetail(TransStatsSuccessRateDetail *res, int32_t delay) in UpdateTransSuccessDetail() argument 472 if (delay < SOFTBUS_ZERO || delay > MINUTE_TIME) { in UpdateTransSuccessDetail() 476 res->delay += delay; in UpdateTransSuccessDetail() 479 static void TransStatsSuccessDetail(bool success, const char *socketName, int32_t linkTypePara, int32_t delay) in TransStatsSuccessDetail() argument 502 newResult.delay = 0; in TransStatsSuccessDetail() 505 UpdateTransSuccessDetail(&newResult, delay); in TransStatsSuccessDetail() 528 int32_t delay = transStatsPara->delay; TransStats() local [all...] |
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/modules/ |
H A D | jsi_timer_module.cpp | 44 uint32_t delay = 0; in SetTimeoutOrInterval() local 48 delegate->WaitTimer(std::to_string(callbackId), std::to_string(delay), isInterval, true); in SetTimeoutOrInterval() 51 delay = static_cast<uint32_t>(argv[1]->ToInt32(runtime)); in SetTimeoutOrInterval() 57 delegate->WaitTimer(std::to_string(callbackId), std::to_string(delay), isInterval, true); in SetTimeoutOrInterval()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/animator/ |
H A D | cj_animator_ffi.cpp | 34 opt->delay = std::max(option.delay, 0); in FfiAnimatorCreate() 60 option->delay = std::max(cOption.delay, 0); in FfiAnimatorReset()
|
/foundation/multimodalinput/input/service/timer_manager/src/ |
H A D | timer_manager.cpp | 180 auto delay = MIN_DELAY; in CalcNextDelayInternal() local 186 delay = 0; in CalcNextDelayInternal() 188 delay = item->nextCallTime - nowTime; in CalcNextDelayInternal() 191 return delay; in CalcNextDelayInternal()
|
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/ |
H A D | async_obtain_data.cpp | 79 Executor::Duration delay = std::chrono::milliseconds(500); in ObtainDataTask() local 80 obtainDataTaskId_ = executor_.Schedule(delay, std::bind(&AsyncObtainData::ObtainDataTask, this)); in ObtainDataTask() 124 Executor::Duration delay = std::chrono::milliseconds(500); in ProgressTask() local 125 progressTaskId_ = executor_.Schedule(delay, std::bind(&AsyncObtainData::ProgressTask, this)); in ProgressTask()
|
/kernel/linux/linux-5.10/drivers/edac/ |
H A D | edac_pci.c | 172 unsigned long delay; in edac_pci_workq_function() local 189 delay = round_jiffies_relative(msecs_to_jiffies(msec)); in edac_pci_workq_function() 191 delay = msecs_to_jiffies(msec); in edac_pci_workq_function() 193 edac_queue_work(&pci->work, delay); in edac_pci_workq_function()
|
/kernel/linux/linux-5.10/drivers/video/backlight/ |
H A D | otm3225a.c | 15 #include <linux/delay.h> 83 unsigned short delay; /* delay in ms after write */ member 178 /* execute delay if any */ in otm3225a_write() 179 if (instruction->delay) in otm3225a_write() 180 msleep(instruction->delay); in otm3225a_write()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fb_defio.c | 17 #include <linux/delay.h> 140 /* come back after delay to process the deferred IO */ in fb_deferred_io_mkwrite() 141 schedule_delayed_work(&info->deferred_work, fbdefio->delay); in fb_deferred_io_mkwrite() 206 if (fbdefio->delay == 0) /* set a default of 1 s */ in fb_deferred_io_init() 207 fbdefio->delay = HZ; in fb_deferred_io_init()
|
/kernel/linux/linux-6.6/drivers/video/backlight/ |
H A D | otm3225a.c | 15 #include <linux/delay.h> 83 unsigned short delay; /* delay in ms after write */ member 178 /* execute delay if any */ in otm3225a_write() 179 if (instruction->delay) in otm3225a_write() 180 msleep(instruction->delay); in otm3225a_write()
|
/kernel/linux/linux-6.6/drivers/edac/ |
H A D | edac_pci.c | 168 unsigned long delay; in edac_pci_workq_function() local 185 delay = round_jiffies_relative(msecs_to_jiffies(msec)); in edac_pci_workq_function() 187 delay = msecs_to_jiffies(msec); in edac_pci_workq_function() 189 edac_queue_work(&pci->work, delay); in edac_pci_workq_function()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8723com/ |
H A D | fw_common.c | 73 u8 delay = 100; in rtl8723ae_firmware_selfreset() local 80 delay--; in rtl8723ae_firmware_selfreset() 81 if (delay == 0) in rtl8723ae_firmware_selfreset() 86 if (delay == 0) { in rtl8723ae_firmware_selfreset()
|
/kernel/linux/linux-6.6/drivers/phy/qualcomm/ |
H A D | phy-qcom-m31.c | 7 #include <linux/delay.h> 76 u32 delay; member 195 if (regs[i].delay) in m31usb_phy_init() 196 udelay(regs[i].delay); in m31usb_phy_init()
|
/foundation/arkui/ace_engine/adapter/preview/osal/task/ |
H A D | task_runner_adapter_impl.cpp | 38 std::function<void()> task, uint32_t delay, const std::string& caller, PriorityType priorityType) in PostDelayedTask() 42 postTask(std::move(task), delay); in PostDelayedTask() local 37 PostDelayedTask( std::function<void()> task, uint32_t delay, const std::string& caller, PriorityType priorityType) PostDelayedTask() argument
|
/foundation/arkui/ace_engine/frameworks/component_test/ |
H A D | component_test_manager_impl.h | 36 uint32_t delay = 0) override; 38 uint32_t delay = 0) override;
|
H A D | test_task_scheduler.cpp | 40 TaskExecutor::TaskType taskType, void* data, uint32_t delay) in PushTask() 70 delay, {}); in PushTask() 39 PushTask(std::function<void(void*)>&& task, std::function<void(void*)>&& onFinish, TaskExecutor::TaskType taskType, void* data, uint32_t delay) PushTask() argument
|