/Linux-v4.19/kernel/sched/ |
D | completion.c | 68 static inline long __sched 95 static inline long __sched 112 static long __sched 118 static long __sched 134 void __sched wait_for_completion(struct completion *x) in wait_for_completion() 152 unsigned long __sched 167 void __sched wait_for_completion_io(struct completion *x) in wait_for_completion_io() 186 unsigned long __sched 202 int __sched wait_for_completion_interruptible(struct completion *x) in wait_for_completion_interruptible() 222 long __sched [all …]
|
D | wait_bit.c | 39 int __sched 57 int __sched out_of_line_wait_on_bit(void *word, int bit, in out_of_line_wait_on_bit() 67 int __sched out_of_line_wait_on_bit_timeout( in out_of_line_wait_on_bit_timeout() 80 int __sched 110 int __sched out_of_line_wait_on_bit_lock(void *word, int bit, in out_of_line_wait_on_bit_lock() 195 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait() 205 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io() 215 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout() 229 __sched int bit_wait_io_timeout(struct wait_bit_key *word, int mode) in bit_wait_io_timeout()
|
D | core.c | 3383 static void __sched notrace __schedule(bool preempt) in __schedule() 3510 asmlinkage __visible void __sched schedule(void) in schedule() 3533 void __sched schedule_idle(void) in schedule_idle() 3549 asmlinkage __visible void __sched schedule_user(void) in schedule_user() 3572 void __sched schedule_preempt_disabled(void) in schedule_preempt_disabled() 3579 static void __sched notrace preempt_schedule_common(void) in preempt_schedule_common() 3614 asmlinkage __visible void __sched notrace preempt_schedule(void) in preempt_schedule() 3642 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace() 3688 asmlinkage __visible void __sched preempt_schedule_irq(void) in preempt_schedule_irq() 4960 int __sched _cond_resched(void) in _cond_resched() [all …]
|
/Linux-v4.19/kernel/locking/ |
D | mutex.c | 180 static void __sched 229 static void __sched __mutex_lock_slowpath(struct mutex *lock); 252 void __sched mutex_lock(struct mutex *lock) in mutex_lock() 324 static inline bool __sched 339 static bool __sched 416 static void __sched 694 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip); 707 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock() 728 void __sched ww_mutex_unlock(struct ww_mutex *lock) in ww_mutex_unlock() 748 static __always_inline int __sched [all …]
|
D | semaphore.c | 205 static inline int __sched __down_common(struct semaphore *sem, long state, in __down_common() 236 static noinline void __sched __down(struct semaphore *sem) in __down() 241 static noinline int __sched __down_interruptible(struct semaphore *sem) in __down_interruptible() 246 static noinline int __sched __down_killable(struct semaphore *sem) in __down_killable() 251 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout() 256 static noinline void __sched __up(struct semaphore *sem) in __up()
|
D | rwsem.c | 21 void __sched down_read(struct rw_semaphore *sem) in down_read() 32 int __sched down_read_killable(struct rw_semaphore *sem) in down_read_killable() 67 void __sched down_write(struct rw_semaphore *sem) in down_write() 81 int __sched down_write_killable(struct rw_semaphore *sem) in down_write_killable() 200 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested()
|
D | rwsem-spinlock.c | 130 int __sched __down_read_common(struct rw_semaphore *sem, int state) in __down_read_common() 178 void __sched __down_read(struct rw_semaphore *sem) in __down_read() 183 int __sched __down_read_killable(struct rw_semaphore *sem) in __down_read_killable() 213 int __sched __down_write_common(struct rw_semaphore *sem, int state) in __down_write_common() 261 void __sched __down_write(struct rw_semaphore *sem) in __down_write() 266 int __sched __down_write_killable(struct rw_semaphore *sem) in __down_write_killable()
|
D | rtmutex.c | 1167 static int __sched 1230 static int __sched 1339 static bool __sched rt_mutex_slowunlock(struct rt_mutex *lock, in rt_mutex_slowunlock() 1483 void __sched rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass) in rt_mutex_lock_nested() 1496 void __sched rt_mutex_lock(struct rt_mutex *lock) in rt_mutex_lock() 1512 int __sched rt_mutex_lock_interruptible(struct rt_mutex *lock) in rt_mutex_lock_interruptible() 1530 int __sched rt_mutex_futex_trylock(struct rt_mutex *lock) in rt_mutex_futex_trylock() 1535 int __sched __rt_mutex_futex_trylock(struct rt_mutex *lock) in __rt_mutex_futex_trylock() 1582 int __sched rt_mutex_trylock(struct rt_mutex *lock) in rt_mutex_trylock() 1602 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock() [all …]
|
D | rwsem-xadd.c | 225 static inline struct rw_semaphore __sched * 283 __visible struct rw_semaphore * __sched 290 __visible struct rw_semaphore * __sched 592 __visible struct rw_semaphore * __sched 599 __visible struct rw_semaphore * __sched
|
/Linux-v4.19/drivers/tty/ |
D | tty_ldsem.c | 179 static struct ld_semaphore __sched * 252 static struct ld_semaphore __sched * 350 int __sched ldsem_down_read(struct ld_semaphore *sem, long timeout) in ldsem_down_read() 376 int __sched ldsem_down_write(struct ld_semaphore *sem, long timeout) in ldsem_down_write()
|
/Linux-v4.19/arch/arc/kernel/ |
D | ctx_sw.c | 26 struct task_struct *__sched
|
/Linux-v4.19/include/linux/sched/ |
D | debug.h | 45 #define __sched __attribute__((__section__(".sched.text"))) macro
|
/Linux-v4.19/kernel/ |
D | latencytop.c | 92 static void __sched 174 void __sched
|
/Linux-v4.19/kernel/time/ |
D | timer.c | 1765 signed long __sched schedule_timeout(signed long timeout) in schedule_timeout() 1821 signed long __sched schedule_timeout_interruptible(signed long timeout) in schedule_timeout_interruptible() 1828 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable() 1835 signed long __sched schedule_timeout_uninterruptible(signed long timeout) in schedule_timeout_uninterruptible() 1846 signed long __sched schedule_timeout_idle(signed long timeout) in schedule_timeout_idle() 1987 void __sched usleep_range(unsigned long min, unsigned long max) in usleep_range()
|
D | hrtimer.c | 1677 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep() 1714 static long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() 1916 int __sched 1989 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range() 2023 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout()
|
D | alarmtimer.c | 767 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart()
|
/Linux-v4.19/drivers/md/bcache/ |
D | closure.c | 112 void __sched __closure_sync(struct closure *cl) in __closure_sync()
|
/Linux-v4.19/kernel/printk/ |
D | printk.c | 2454 void __sched console_conditional_schedule(void) in console_conditional_schedule()
|