Home
last modified time | relevance | path

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

12345678910>>...154

/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-4.19/kernel/sched/
Dcompletion.c70 long (*action)(long), long timeout, int state) in do_wait_for_common() argument
97 long (*action)(long), long timeout, int state) in __wait_for_common() argument
113 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common()
119 wait_for_common_io(struct completion *x, long timeout, int state) in wait_for_common_io()
153 wait_for_completion_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_timeout()
187 wait_for_completion_io_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_io_timeout()
224 unsigned long timeout) in wait_for_completion_interruptible_timeout()
262 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.c131 STATIC UINT32 OsRwlockRdPendOp(LosTaskCB *runTask, LosRwlock *rwlock, UINT32 timeout) in OsRwlockRdPendOp()
175 STATIC UINT32 OsRwlockWrPendOp(LosTaskCB *runTask, LosRwlock *rwlock, UINT32 timeout) in OsRwlockWrPendOp()
216 UINT32 OsRwlockRdUnsafe(LosRwlock *rwlock, UINT32 timeout) in OsRwlockRdUnsafe()
225 UINT32 OsRwlockTryRdUnsafe(LosRwlock *rwlock, UINT32 timeout) in OsRwlockTryRdUnsafe()
254 UINT32 OsRwlockWrUnsafe(LosRwlock *rwlock, UINT32 timeout) in OsRwlockWrUnsafe()
263 UINT32 OsRwlockTryWrUnsafe(LosRwlock *rwlock, UINT32 timeout) in OsRwlockTryWrUnsafe()
283 UINT32 LOS_RwlockRdLock(LosRwlock *rwlock, UINT32 timeout) in LOS_RwlockRdLock()
313 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()
260 …ueOperate(UINT32 queueID, UINT32 operateType, VOID *bufferAddr, UINT32 *bufferSize, UINT32 timeout) in OsQueueOperate()
319 UINT32 timeout) in LOS_QueueReadCopy()
336 UINT32 timeout) in LOS_QueueWriteHeadCopy()
353 UINT32 timeout) in LOS_QueueWriteCopy()
367 …_SEC_TEXT UINT32 LOS_QueueRead(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) in LOS_QueueRead()
372 …SEC_TEXT UINT32 LOS_QueueWrite(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) in LOS_QueueWrite()
384 UINT32 timeout) in LOS_QueueWriteHead()
/kernel/linux/linux-4.19/include/linux/netfilter/ipset/
Dip_set_timeout.h17 #define IPSET_GC_PERIOD(timeout) \ argument
35 unsigned int timeout = ip_set_get_h32(tb); in ip_set_timeout_uget() local
51 ip_set_timeout_set(unsigned long *timeout, u32 value) in ip_set_timeout_set()
68 ip_set_timeout_get(const unsigned long *timeout) in ip_set_timeout_get()
/kernel/linux/linux-4.19/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_killable(long timeout) in freezable_schedule_timeout_killable()
221 static inline long freezable_schedule_timeout_killable_unsafe(long timeout) in freezable_schedule_timeout_killable_unsafe()
283 #define freezable_schedule_timeout(timeout) schedule_timeout(timeout) argument
285 #define freezable_schedule_timeout_interruptible(timeout) \ argument
288 #define freezable_schedule_timeout_killable(timeout) \ argument
291 #define freezable_schedule_timeout_killable_unsafe(timeout) \ argument
Dwait.h334 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
358 #define wait_event_timeout(wq_head, condition, timeout) \ argument
367 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
376 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
451 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
476 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
486 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
526 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
552 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
646 #define __wait_event_idle_timeout(wq_head, condition, timeout) \ argument
[all …]
Dswait.h206 #define __swait_event_timeout(wq, condition, timeout) \ argument
211 #define swait_event_timeout_exclusive(wq, condition, timeout) \ argument
231 #define __swait_event_interruptible_timeout(wq, condition, timeout) \ argument
236 #define swait_event_interruptible_timeout_exclusive(wq, condition, timeout)\ argument
267 #define __swait_event_idle_timeout(wq, condition, timeout) \ argument
291 #define swait_event_idle_timeout_exclusive(wq, condition, timeout) \ argument
/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
/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-4.19/drivers/input/serio/
Dlibps2.c30 unsigned int timeout, unsigned int max_attempts) in ps2_do_sendbyte()
90 int ps2_sendbyte(struct ps2dev *ps2dev, u8 byte, unsigned int timeout) in ps2_sendbyte()
126 void ps2_drain(struct ps2dev *ps2dev, size_t maxbytes, unsigned int timeout) in ps2_drain()
175 unsigned int command, unsigned int timeout) in ps2_adjust_timeout()
232 unsigned int timeout; in __ps2_command() local
/kernel/linux/linux-4.19/include/net/netfilter/
Dnf_conntrack_timeout.h25 struct nf_ct_timeout timeout; member
29 struct nf_ct_timeout __rcu *timeout; member
35 struct nf_ct_timeout *timeout; in nf_ct_timeout_data() local
56 struct nf_ct_timeout *timeout, in nf_ct_timeout_ext_add()
/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-4.19/fs/autofs/
Dexpire.c15 unsigned long timeout, unsigned int how) in autofs_can_expire()
194 unsigned long timeout, in autofs_direct_busy()
226 unsigned long timeout, in autofs_tree_busy()
285 unsigned long timeout, in autofs_check_leaves()
323 unsigned long timeout; in autofs_expire_direct() local
365 unsigned long timeout, in should_expire()
467 unsigned long timeout; in autofs_expire_indirect() local
/kernel/linux/linux-4.19/drivers/ide/
Dide-iops.c106 unsigned long timeout, u8 *rstat) in __ide_wait_stat()
170 u8 bad, unsigned long timeout) in ide_wait_stat()
450 unsigned int timeout) in __ide_set_handler()
462 unsigned int timeout) in ide_set_handler()
487 ide_handler_t *handler, unsigned timeout) in ide_execute_command()
512 int ide_wait_not_busy(ide_hwif_t *hwif, unsigned long timeout) in ide_wait_not_busy()
/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-4.19/drivers/tty/
Dtty_ldsem.c179 down_read_failed(struct ld_semaphore *sem, long count, long timeout) in down_read_failed()
252 down_write_failed(struct ld_semaphore *sem, long count, long timeout) in down_write_failed()
318 int subclass, long timeout) in __ldsem_down_read_nested()
337 int subclass, long timeout) in __ldsem_down_write_nested()
359 int __sched ldsem_down_read(struct ld_semaphore *sem, long timeout) in ldsem_down_read()
385 int __sched ldsem_down_write(struct ld_semaphore *sem, long timeout) in ldsem_down_write()
439 int ldsem_down_read_nested(struct ld_semaphore *sem, int subclass, long timeout) in ldsem_down_read_nested()
446 long timeout) in ldsem_down_write_nested()
/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-4.19/arch/arm/mach-sa1100/
Dssp.c56 int timeout = TIMEOUT; in ssp_write_word() local
93 int timeout = TIMEOUT; in ssp_read_word() local
120 int timeout = TIMEOUT * 2; in ssp_flush() local
/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-4.19/sound/hda/
Dhdac_controller.c15 int timeout; in azx_clear_corbrp() local
88 unsigned long timeout; in hdac_wait_for_cmd_dmas() local
236 unsigned long timeout; in snd_hdac_bus_get_response() local
357 unsigned long timeout; in snd_hdac_bus_enter_link_reset() local
377 unsigned long timeout; in snd_hdac_bus_exit_link_reset() local

12345678910>>...154