/linux-4.1.27/kernel/sched/ |
D | completion.c | 60 static inline long __sched 86 static inline long __sched 98 static long __sched 104 static long __sched 120 void __sched wait_for_completion(struct completion *x) in wait_for_completion() 138 unsigned long __sched 153 void __sched wait_for_completion_io(struct completion *x) in wait_for_completion_io() 172 unsigned long __sched 188 int __sched wait_for_completion_interruptible(struct completion *x) in wait_for_completion_interruptible() 208 long __sched [all …]
|
D | wait.c | 386 int __sched 402 int __sched out_of_line_wait_on_bit(void *word, int bit, in out_of_line_wait_on_bit() 412 int __sched out_of_line_wait_on_bit_timeout( in out_of_line_wait_on_bit_timeout() 424 int __sched 445 int __sched out_of_line_wait_on_bit_lock(void *word, int bit, in out_of_line_wait_on_bit_lock() 530 static __sched 559 __sched int out_of_line_wait_on_atomic_t(atomic_t *p, int (*action)(atomic_t *), in out_of_line_wait_on_atomic_t() 584 __sched int bit_wait(struct wait_bit_key *word) in bit_wait() 593 __sched int bit_wait_io(struct wait_bit_key *word) in bit_wait_io() 602 __sched int bit_wait_timeout(struct wait_bit_key *word) in bit_wait_timeout() [all …]
|
D | core.c | 2740 static void __sched __schedule(void) in __schedule() 2827 asmlinkage __visible void __sched schedule(void) in schedule() 2839 asmlinkage __visible void __sched schedule_user(void) in schedule_user() 2862 void __sched schedule_preempt_disabled(void) in schedule_preempt_disabled() 2869 static void __sched notrace preempt_schedule_common(void) in preempt_schedule_common() 2890 asmlinkage __visible void __sched notrace preempt_schedule(void) in preempt_schedule() 2919 asmlinkage __visible void __sched notrace preempt_schedule_context(void) in preempt_schedule_context() 2952 asmlinkage __visible void __sched preempt_schedule_irq(void) in preempt_schedule_irq() 4233 int __sched _cond_resched(void) in _cond_resched() 4271 int __sched __cond_resched_softirq(void) in __cond_resched_softirq() [all …]
|
/linux-4.1.27/kernel/locking/ |
D | mutex.c | 72 __visible void __sched __mutex_lock_slowpath(atomic_t *lock_count); 95 void __sched mutex_lock(struct mutex *lock) in mutex_lock() 410 void __sched __mutex_unlock_slowpath(atomic_t *lock_count); 423 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock() 453 void __sched ww_mutex_unlock(struct ww_mutex *lock) in ww_mutex_unlock() 480 static inline int __sched 504 static __always_inline int __sched 616 void __sched 626 void __sched 636 int __sched [all …]
|
D | semaphore.c | 204 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 | 19 void __sched down_read(struct rw_semaphore *sem) in down_read() 46 void __sched down_write(struct rw_semaphore *sem) in down_write()
|
D | rwsem-spinlock.c | 128 void __sched __down_read(struct rw_semaphore *sem) in __down_read() 194 void __sched __down_write_nested(struct rw_semaphore *sem, int subclass) in __down_write_nested() 230 void __sched __down_write(struct rw_semaphore *sem) in __down_write()
|
D | rtmutex.c | 1099 static int __sched 1162 static int __sched 1258 static void __sched 1379 void __sched rt_mutex_lock(struct rt_mutex *lock) in rt_mutex_lock() 1396 int __sched rt_mutex_lock_interruptible(struct rt_mutex *lock) in rt_mutex_lock_interruptible() 1448 int __sched rt_mutex_trylock(struct rt_mutex *lock) in rt_mutex_trylock() 1459 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock()
|
D | rwsem-xadd.c | 214 struct rw_semaphore __sched *rwsem_down_read_failed(struct rw_semaphore *sem) in rwsem_down_read_failed() 423 struct rw_semaphore __sched *rwsem_down_write_failed(struct rw_semaphore *sem) in rwsem_down_write_failed()
|
/linux-4.1.27/drivers/tty/ |
D | tty_ldsem.c | 199 static struct ld_semaphore __sched * 267 static struct ld_semaphore __sched * 363 int __sched ldsem_down_read(struct ld_semaphore *sem, long timeout) in ldsem_down_read() 389 int __sched ldsem_down_write(struct ld_semaphore *sem, long timeout) in ldsem_down_write()
|
/linux-4.1.27/arch/arc/kernel/ |
D | ctx_sw.c | 22 struct task_struct *__sched
|
/linux-4.1.27/kernel/ |
D | latencytop.c | 90 static void __sched 172 void __sched
|
/linux-4.1.27/kernel/time/ |
D | timer.c | 1471 signed long __sched schedule_timeout(signed long timeout) in schedule_timeout() 1526 signed long __sched schedule_timeout_interruptible(signed long timeout) in schedule_timeout_interruptible() 1533 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable() 1540 signed long __sched schedule_timeout_uninterruptible(signed long timeout) in schedule_timeout_uninterruptible() 1700 static int __sched do_usleep_range(unsigned long min, unsigned long max) in do_usleep_range()
|
D | hrtimer.c | 1493 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep() 1532 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() 1746 int __sched 1817 int __sched schedule_hrtimeout_range(ktime_t *expires, unsigned long delta, in schedule_hrtimeout_range() 1847 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout()
|
D | alarmtimer.c | 706 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart()
|
/linux-4.1.27/arch/metag/kernel/ |
D | process.c | 301 struct task_struct *__sched __switch_to(struct task_struct *prev, in __switch_to()
|
/linux-4.1.27/arch/tile/kernel/ |
D | process.c | 420 struct task_struct *__sched _switch_to(struct task_struct *prev, in _switch_to()
|
/linux-4.1.27/include/linux/ |
D | sched.h | 407 #define __sched __attribute__((__section__(".sched.text"))) macro
|
/linux-4.1.27/kernel/printk/ |
D | printk.c | 2296 void __sched console_conditional_schedule(void) in console_conditional_schedule()
|