Home
last modified time | relevance | path

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

12345678910>>...160

/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-6.6/kernel/sched/
Dcompletion.c82 long (*action)(long), long timeout, int state) in do_wait_for_common() argument
109 long (*action)(long), long timeout, int state) in __wait_for_common() argument
125 wait_for_common(struct completion *x, long timeout, int state) in wait_for_common()
131 wait_for_common_io(struct completion *x, long timeout, int state) in wait_for_common_io()
165 wait_for_completion_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_timeout()
199 wait_for_completion_io_timeout(struct completion *x, unsigned long timeout) in wait_for_completion_io_timeout()
237 unsigned long timeout) in wait_for_completion_interruptible_timeout()
286 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
571 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
597 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
691 #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-6.6/io_uring/
Dtimeout.c40 struct io_timeout *timeout = io_kiocb_to_cmd(req, struct io_timeout); in io_is_timeout_noseq() local
54 static inline bool io_timeout_finish(struct io_timeout *timeout, in io_timeout_finish()
70 struct io_timeout *timeout = io_kiocb_to_cmd(req, struct io_timeout); in io_timeout_complete() local
98 struct io_timeout *timeout = io_kiocb_to_cmd(req, struct io_timeout); in io_kill_timeout() local
114 struct io_timeout *timeout, *tmp; in io_flush_timeouts() local
224 struct io_timeout *timeout = io_kiocb_to_cmd(link, struct io_timeout); in __io_disarm_linked_timeout() local
241 struct io_timeout *timeout = io_kiocb_to_cmd(req, struct io_timeout); in io_timeout_fn() local
264 struct io_timeout *timeout; in io_timeout_extract() local
305 struct io_timeout *timeout = io_kiocb_to_cmd(req, struct io_timeout); in io_req_task_link_timeout() local
332 struct io_timeout *timeout = io_kiocb_to_cmd(req, struct io_timeout); in io_link_timeout_fn() local
[all …]
/kernel/linux/linux-6.6/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/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.c167 const UINT32 *bufferSize, UINT32 timeout) in OsQueueReadParameterCheck()
191 const UINT32 *bufferSize, UINT32 timeout) in OsQueueWriteParameterCheck()
281 …ueOperate(UINT32 queueID, UINT32 operateType, VOID *bufferAddr, UINT32 *bufferSize, UINT32 timeout) in OsQueueOperate()
339 UINT32 timeout) in LOS_QueueReadCopy()
356 UINT32 timeout) in LOS_QueueWriteHeadCopy()
373 UINT32 timeout) in LOS_QueueWriteCopy()
387 …_SEC_TEXT UINT32 LOS_QueueRead(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) in LOS_QueueRead()
392 …SEC_TEXT UINT32 LOS_QueueWrite(UINT32 queueID, VOID *bufferAddr, UINT32 bufferSize, UINT32 timeout) in LOS_QueueWrite()
404 UINT32 timeout) in LOS_QueueWriteHead()
/kernel/linux/linux-6.6/net/netfilter/
Dnf_conntrack_timeout.c28 static int untimeout(struct nf_conn *ct, void *timeout) in untimeout()
45 void nf_ct_untimeout(struct net *net, struct nf_ct_timeout *timeout) in nf_ct_untimeout()
56 static void __nf_ct_timeout_put(struct nf_ct_timeout *timeout) in __nf_ct_timeout_put()
68 struct nf_ct_timeout *timeout; in nf_ct_set_timeout() local
Dnfnetlink_cttimeout.c44 struct nf_ct_timeout timeout; member
70 ctnl_timeout_parse_policy(void *timeout, in ctnl_timeout_parse_policy()
106 struct ctnl_timeout *timeout, *matching = NULL; in cttimeout_new_timeout() local
185 int event, struct ctnl_timeout *timeout) in ctnl_timeout_fill_info()
312 static int ctnl_timeout_try_del(struct net *net, struct ctnl_timeout *timeout) in ctnl_timeout_try_del()
516 struct ctnl_timeout *timeout, *matching = NULL; in ctnl_timeout_find_get() local
533 struct ctnl_timeout *timeout = in ctnl_timeout_put() local
660 static int untimeout(struct nf_conn *ct, void *timeout) in untimeout()
/kernel/linux/linux-6.6/drivers/net/mdio/
Dmdio-cavium.c33 int timeout = 1000; in cavium_mdiobus_c45_addr() local
65 int timeout = 1000; in cavium_mdiobus_read_c22() local
96 int timeout = 1000; in cavium_mdiobus_read_c45() local
130 int timeout = 1000; in cavium_mdiobus_write_c22() local
165 int timeout = 1000; in cavium_mdiobus_write_c45() local
/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-6.6/include/linux/
Dwait.h392 #define __wait_event_timeout(wq_head, condition, timeout) \ argument
416 #define wait_event_timeout(wq_head, condition, timeout) \ argument
425 #define __wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
434 #define wait_event_freezable_timeout(wq_head, condition, timeout) \ argument
509 #define __wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
534 #define wait_event_interruptible_timeout(wq_head, condition, timeout) \ argument
544 #define __wait_event_hrtimeout(wq_head, condition, timeout, state) \ argument
585 #define wait_event_hrtimeout(wq_head, condition, timeout) \ argument
611 #define wait_event_interruptible_hrtimeout(wq, condition, timeout) \ argument
705 #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/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-6.6/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/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-6.6/tools/testing/selftests/mm/
Dksm_tests.c218 static int ksm_do_scan(int scan_count, struct timespec start_time, int timeout) in ksm_do_scan()
244 struct timespec start_time, int timeout) in ksm_merge_pages()
269 struct timespec start_time, int timeout) in ksm_unmerge_pages()
348 long page_count, int timeout, size_t page_size) in check_ksm_merge()
381 static int check_ksm_unmerge(int merge_type, int mapping, int prot, int timeout, size_t page_size) in check_ksm_unmerge()
422 int timeout, bool use_zero_pages, size_t page_size) in check_ksm_zero_page_merge()
486 static int check_ksm_numa_merge(int merge_type, int mapping, int prot, int timeout, in check_ksm_numa_merge()
551 int timeout, size_t map_size) in ksm_merge_hugepages_time()
618 static int ksm_merge_time(int merge_type, int mapping, int prot, int timeout, size_t map_size) in ksm_merge_time()
659 static int ksm_unmerge_time(int merge_type, int mapping, int prot, int timeout, size_t map_size) in ksm_unmerge_time()
[all …]
/kernel/linux/linux-6.6/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/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-6.6/kernel/locking/
Dsemaphore.c160 int __sched down_timeout(struct semaphore *sem, long timeout) in down_timeout()
214 long timeout) in ___down_common()
245 long timeout) in __down_common()
271 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout()

12345678910>>...160