Home
last modified time | relevance | path

Searched defs:timeout (Results 1 – 25 of 2281) sorted by relevance

12345678910>>...92

/kernel/linux/linux-5.10/kernel/sched/
Dcompletion.c72 long (*action)(long), long timeout, int state) in do_wait_for_common() argument
99 long (*action)(long), long timeout, int state) in __wait_for_common() argument
115 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common()
121 wait_for_common_io(struct completion *x, long timeout, int state) in wait_for_common_io()
155 wait_for_completion_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_timeout()
189 wait_for_completion_io_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_io_timeout()
226 unsigned long timeout) in wait_for_completion_interruptible_timeout()
264 unsigned long timeout) in wait_for_completion_killable_timeout()
/kernel/linux/linux-5.10/include/linux/
Dfreezer.h188 static inline long freezable_schedule_timeout(long timeout) in freezable_schedule_timeout()
201 static inline long freezable_schedule_timeout_interruptible(long timeout) in freezable_schedule_timeout_interruptible()
211 static inline long freezable_schedule_timeout_interruptible_unsafe(long timeout) in freezable_schedule_timeout_interruptible_unsafe()
222 static inline long freezable_schedule_timeout_killable(long timeout) in freezable_schedule_timeout_killable()
232 static inline long freezable_schedule_timeout_killable_unsafe(long timeout) in freezable_schedule_timeout_killable_unsafe()
294 #define freezable_schedule_timeout(timeout) schedule_timeout(timeout) argument
296 #define freezable_schedule_timeout_interruptible(timeout) \ argument
299 #define freezable_schedule_timeout_interruptible_unsafe(timeout) \ argument
302 #define freezable_schedule_timeout_killable(timeout) \ argument
305 #define freezable_schedule_timeout_killable_unsafe(timeout) \ argument
Dwait.h378 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
402 #define wait_event_timeout(wq_head, condition, timeout) \ argument
411 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
420 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
495 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
520 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
530 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
570 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
596 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
690 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
[all …]
Dswait.h193 #define __swait_event_timeout(wq, condition, timeout) \ argument
198 #define swait_event_timeout_exclusive(wq, condition, timeout) \ argument
218 #define __swait_event_interruptible_timeout(wq, condition, timeout) \ argument
223 #define swait_event_interruptible_timeout_exclusive(wq, condition, timeout)\ argument
254 #define __swait_event_idle_timeout(wq, condition, timeout) \ argument
278 #define swait_event_idle_timeout_exclusive(wq, condition, timeout) \ argument
/kernel/linux/linux-5.10/drivers/tty/
Dtty_ldsem.c156 down_read_failed(struct ld_semaphore *sem, long count, long timeout) in down_read_failed()
230 down_write_failed(struct ld_semaphore *sem, long count, long timeout) in down_write_failed()
296 int subclass, long timeout) in __ldsem_down_read_nested()
315 int subclass, long timeout) in __ldsem_down_write_nested()
337 int __sched ldsem_down_read(struct ld_semaphore *sem, long timeout) in ldsem_down_read()
363 int __sched ldsem_down_write(struct ld_semaphore *sem, long timeout) in ldsem_down_write()
417 int ldsem_down_read_nested(struct ld_semaphore *sem, int subclass, long timeout) in ldsem_down_read_nested()
424 long timeout) in ldsem_down_write_nested()
/kernel/liteos_a/kernel/base/ipc/
Dlos_rwlock.c130 STATIC UINT32 OsRwlockRdPendOp(LosTaskCB *runTask, LosRwlock *rwlock, UINT32 timeout) in OsRwlockRdPendOp()
174 STATIC UINT32 OsRwlockWrPendOp(LosTaskCB *runTask, LosRwlock *rwlock, UINT32 timeout) in OsRwlockWrPendOp()
215 UINT32 OsRwlockRdUnsafe(LosRwlock *rwlock, UINT32 timeout) in OsRwlockRdUnsafe()
224 UINT32 OsRwlockTryRdUnsafe(LosRwlock *rwlock, UINT32 timeout) in OsRwlockTryRdUnsafe()
253 UINT32 OsRwlockWrUnsafe(LosRwlock *rwlock, UINT32 timeout) in OsRwlockWrUnsafe()
262 UINT32 OsRwlockTryWrUnsafe(LosRwlock *rwlock, UINT32 timeout) in OsRwlockTryWrUnsafe()
282 UINT32 LOS_RwlockRdLock(LosRwlock *rwlock, UINT32 timeout) in LOS_RwlockRdLock()
312 UINT32 LOS_RwlockWrLock(LosRwlock *rwlock, UINT32 timeout) in LOS_RwlockWrLock()
Dlos_queue.c145 const UINT32 *bufferSize, UINT32 timeout) in OsQueueReadParameterCheck()
169 const UINT32 *bufferSize, UINT32 timeout) in OsQueueWriteParameterCheck()
259 …ueOperate(UINT32 queueID, UINT32 operateType, VOID *bufferAddr, UINT32 *bufferSize, UINT32 timeout) in OsQueueOperate()
317 UINT32 timeout) in LOS_QueueReadCopy()
334 UINT32 timeout) in LOS_QueueWriteHeadCopy()
351 UINT32 timeout) in LOS_QueueWriteCopy()
365 …_SEC_TEXT UINT32 LOS_QueueRead(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) in LOS_QueueRead()
370 …SEC_TEXT UINT32 LOS_QueueWrite(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) in LOS_QueueWrite()
382 UINT32 timeout) in LOS_QueueWriteHead()
Dlos_event.c127 UINT32 timeout, BOOL once) in OsEventReadImp()
160 …_TEXT STATIC UINT32 OsEventRead(PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode, UINT32 timeout, in OsEventRead()
260 …S_SEC_TEXT UINT32 LOS_EventRead(PEVENT_CB_S eventCB, UINT32 eventMask, UINT32 mode, UINT32 timeout) in LOS_EventRead()
271 UINT32 timeout) in OsEventReadOnce()
319 UINT32 eventMask, UINT32 mode, UINT32 timeout) in OsEventReadWithCond()
/kernel/linux/linux-5.10/net/netfilter/
Dnf_conntrack_timeout.c32 static int untimeout(struct nf_conn *ct, void *timeout) in untimeout()
43 void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout) in nf_ct_untimeout()
49 static void __nf_ct_timeout_put(struct nf_ct_timeout *timeout) in __nf_ct_timeout_put()
62 struct nf_ct_timeout *timeout; in nf_ct_set_timeout() local
Dnft_dynset.c22 u64 timeout; member
32 u64 timeout; in nft_dynset_new() local
67 u64 timeout; in nft_dynset_eval() local
112 u64 timeout; in nft_dynset_init() local
/kernel/linux/linux-5.10/drivers/input/serio/
Dlibps2.c26 unsigned int timeout, unsigned int max_attempts) in ps2_do_sendbyte()
86 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte()
122 void ps2_drain(struct ps2dev *ps2dev, size_t maxbytes, unsigned int timeout) in ps2_drain()
171 unsigned int command, unsigned int timeout) in ps2_adjust_timeout()
228 unsigned int timeout; in __ps2_command() local
/kernel/linux/linux-5.10/fs/autofs/
Dexpire.c12 unsigned long timeout, unsigned int how) in autofs_can_expire()
152 unsigned long timeout, in autofs_direct_busy()
184 unsigned long timeout, in autofs_tree_busy()
243 unsigned long timeout, in autofs_check_leaves()
281 unsigned long timeout; in autofs_expire_direct() local
323 unsigned long timeout, in should_expire()
425 unsigned long timeout; in autofs_expire_indirect() local
/kernel/linux/linux-5.10/drivers/ide/
Dide-iops.c107 unsigned long timeout, u8 *rstat) in __ide_wait_stat()
171 u8 bad, unsigned long timeout) in ide_wait_stat()
451 unsigned int timeout) in __ide_set_handler()
463 unsigned int timeout) in ide_set_handler()
488 ide_handler_t *handler, unsigned timeout) in ide_execute_command()
513 int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout) in ide_wait_not_busy()
/kernel/linux/linux-5.10/include/net/netfilter/
Dnf_conntrack_timeout.h25 struct nf_ct_timeout timeout; member
29 struct nf_ct_timeout __rcu *timeout; member
36 struct nf_ct_timeout *timeout; in nf_ct_timeout_data() local
60 struct nf_ct_timeout *timeout, in nf_ct_timeout_ext_add()
/kernel/linux/linux-5.10/arch/arm/mach-sa1100/
Dssp.c53 int timeout = TIMEOUT; in ssp_write_word() local
90 int timeout = TIMEOUT; in ssp_read_word() local
117 int timeout = TIMEOUT * 2; in ssp_flush() local
/kernel/linux/linux-5.10/sound/hda/
Dhdac_controller.c17 int timeout; in azx_clear_corbrp() local
92 unsigned long timeout; in hdac_wait_for_cmd_dmas() local
244 unsigned long timeout; in snd_hdac_bus_get_response() local
388 unsigned long timeout; in snd_hdac_bus_enter_link_reset() local
408 unsigned long timeout; in snd_hdac_bus_exit_link_reset() local
/kernel/linux/linux-5.10/kernel/
Dhung_task.c96 static void check_hung_task(struct task_struct *t, unsigned long timeout) in check_hung_task()
184 static void check_hung_uninterruptible_tasks(unsigned long timeout) in check_hung_uninterruptible_tasks()
227 unsigned long timeout) in hung_timeout_jiffies()
296 unsigned long timeout = HEARTBEAT_TIME; in watchdog() local
/kernel/linux/linux-5.10/tools/perf/bench/
Dfutex.h36 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
44 futex_wait(u_int32_t *uaddr, u_int32_t val, struct timespec *timeout, int opflags) in futex_wait()
63 futex_lock_pi(u_int32_t *uaddr, struct timespec *timeout, int opflags) in futex_lock_pi()
/kernel/linux/linux-5.10/drivers/net/mdio/
Dmdio-cavium.c33 int timeout = 1000; in cavium_mdiobus_c45_addr() local
68 int timeout = 1000; in cavium_mdiobus_read() local
109 int timeout = 1000; in cavium_mdiobus_write() local
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/executive/
Dcvmx-spi.c105 int cvmx_spi_start_interface(int interface, cvmx_spi_mode_t mode, int timeout, in cvmx_spi_start_interface()
150 int cvmx_spi_restart_interface(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_restart_interface()
430 int cvmx_spi_clock_detect_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_clock_detect_cb()
508 int cvmx_spi_training_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_training_cb()
577 int cvmx_spi_calendar_sync_cb(int interface, cvmx_spi_mode_t mode, int timeout) in cvmx_spi_calendar_sync_cb()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
Dhns_roce_cmd.c63 unsigned long timeout) in __hns_roce_cmd_mbox_poll()
81 u8 op_modifier, u16 op, unsigned long timeout) in hns_roce_cmd_mbox_poll()
111 unsigned long timeout) in __hns_roce_cmd_mbox_wait()
162 u8 op_modifier, u16 op, unsigned long timeout) in hns_roce_cmd_mbox_wait()
176 unsigned long timeout) in hns_roce_cmd_mbox()
/kernel/linux/linux-5.10/sound/soc/tegra/
Dtegra20_ac97.c40 unsigned long timeout; in tegra20_ac97_codec_reset() local
62 unsigned long timeout; in tegra20_ac97_codec_warm_reset() local
92 unsigned long timeout; in tegra20_ac97_codec_read() local
116 unsigned long timeout; in tegra20_ac97_codec_write() local
/kernel/linux/linux-5.10/tools/testing/selftests/futex/include/
Dfutextest.h70 #define futex(uaddr, op, val, timeout, uaddr2, val3, opflags) \ argument
78 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait()
98 futex_wait_bitset(futex_t *uaddr, futex_t val, struct timespec *timeout, in futex_wait_bitset()
121 futex_lock_pi(futex_t *uaddr, struct timespec *timeout, int detect, in futex_lock_pi()
186 struct timespec *timeout, int opflags) in futex_wait_requeue_pi()
/kernel/linux/linux-5.10/lib/
Dstmp_device.c28 int timeout = 0x400; in stmp_clear_poll_bit() local
41 int timeout = 0x400; in stmp_reset_block() local
/kernel/linux/linux-5.10/arch/um/drivers/
Dubd_user.c68 int ubd_read_poll(int timeout) in ubd_read_poll()
73 int ubd_write_poll(int timeout) in ubd_write_poll()

12345678910>>...92