/kernel/linux/linux-5.10/kernel/sched/ |
D | completion.c | 72 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/ |
D | freezer.h | 188 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
|
D | wait.h | 378 #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 …]
|
D | swait.h | 193 #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/ |
D | tty_ldsem.c | 156 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/ |
D | los_rwlock.c | 130 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()
|
D | los_queue.c | 145 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()
|
D | los_event.c | 127 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/ |
D | nf_conntrack_timeout.c | 32 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
|
D | nft_dynset.c | 22 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/ |
D | libps2.c | 26 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/ |
D | expire.c | 12 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/ |
D | ide-iops.c | 107 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/ |
D | nf_conntrack_timeout.h | 25 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/ |
D | ssp.c | 53 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/ |
D | hdac_controller.c | 17 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/ |
D | hung_task.c | 96 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/ |
D | futex.h | 36 #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/ |
D | mdio-cavium.c | 33 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/ |
D | cvmx-spi.c | 105 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/ |
D | hns_roce_cmd.c | 63 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/ |
D | tegra20_ac97.c | 40 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/ |
D | futextest.h | 70 #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/ |
D | stmp_device.c | 28 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/ |
D | ubd_user.c | 68 int ubd_read_poll(int timeout) in ubd_read_poll() 73 int ubd_write_poll(int timeout) in ubd_write_poll()
|