/linux-4.1.27/kernel/sched/ |
H A D | completion.c | 60 static inline long __sched do_wait_for_common() 86 static inline long __sched __wait_for_common() 98 static long __sched wait_for_common() 104 static long __sched wait_for_common_io() 120 void __sched wait_for_completion(struct completion *x) wait_for_completion() 138 unsigned long __sched wait_for_completion_timeout() 153 void __sched wait_for_completion_io(struct completion *x) wait_for_completion_io() 172 unsigned long __sched wait_for_completion_io_timeout() 188 int __sched wait_for_completion_interruptible(struct completion *x) wait_for_completion_interruptible() 208 long __sched wait_for_completion_interruptible_timeout() 225 int __sched wait_for_completion_killable(struct completion *x) wait_for_completion_killable() 246 long __sched wait_for_completion_killable_timeout()
|
H A D | wait.c | 386 int __sched __wait_on_bit() 402 int __sched out_of_line_wait_on_bit(void *word, int bit, out_of_line_wait_on_bit() 412 int __sched out_of_line_wait_on_bit_timeout( out_of_line_wait_on_bit_timeout() 424 int __sched __wait_on_bit_lock() 445 int __sched out_of_line_wait_on_bit_lock(void *word, int bit, out_of_line_wait_on_bit_lock() 530 static __sched __wait_on_atomic_t() 559 __sched int out_of_line_wait_on_atomic_t(atomic_t *p, int (*action)(atomic_t *), out_of_line_wait_on_atomic_t() 584 __sched int bit_wait(struct wait_bit_key *word) bit_wait() 593 __sched int bit_wait_io(struct wait_bit_key *word) bit_wait_io() 602 __sched int bit_wait_timeout(struct wait_bit_key *word) bit_wait_timeout() 614 __sched int bit_wait_io_timeout(struct wait_bit_key *word) bit_wait_io_timeout()
|
H A D | core.c | 2740 static void __sched __schedule(void) __schedule() 2827 asmlinkage __visible void __sched schedule(void) schedule() 2839 asmlinkage __visible void __sched schedule_user(void) schedule_user() 2862 void __sched schedule_preempt_disabled(void) schedule_preempt_disabled() 2869 static void __sched notrace preempt_schedule_common(void) preempt_schedule_common() 2890 asmlinkage __visible void __sched notrace preempt_schedule(void) preempt_schedule() 2919 asmlinkage __visible void __sched notrace preempt_schedule_context(void) preempt_schedule_context() 2952 asmlinkage __visible void __sched preempt_schedule_irq(void) preempt_schedule_irq() 4233 int __sched _cond_resched(void) _cond_resched() 4271 int __sched __cond_resched_softirq(void) __cond_resched_softirq() 4307 void __sched yield(void) yield() 4329 int __sched yield_to(struct task_struct *p, bool preempt) yield_to() 4392 long __sched io_schedule_timeout(long timeout) io_schedule_timeout()
|
/linux-4.1.27/kernel/locking/ |
H A D | mutex.c | 72 __visible void __sched __mutex_lock_slowpath(atomic_t *lock_count); 95 void __sched mutex_lock(struct mutex *lock) mutex_lock() 410 void __sched __mutex_unlock_slowpath(atomic_t *lock_count); 423 void __sched mutex_unlock(struct mutex *lock) mutex_unlock() 453 void __sched ww_mutex_unlock(struct ww_mutex *lock) ww_mutex_unlock() 480 static inline int __sched __ww_mutex_lock_check_stamp() 504 static __always_inline int __sched __mutex_lock_common() 616 void __sched mutex_lock_nested() 626 void __sched _mutex_lock_nest_lock() 636 int __sched mutex_lock_killable_nested() 645 int __sched mutex_lock_interruptible_nested() 681 int __sched __ww_mutex_lock() 696 int __sched __ww_mutex_lock_interruptible() 771 static noinline int __sched 774 static noinline int __sched 788 int __sched mutex_lock_interruptible(struct mutex *lock) mutex_lock_interruptible() 803 int __sched mutex_lock_killable(struct mutex *lock) mutex_lock_killable() 817 __visible void __sched __mutex_lock_slowpath() 826 static noinline int __sched __mutex_lock_killable_slowpath() 833 static noinline int __sched __mutex_lock_interruptible_slowpath() 840 static noinline int __sched __ww_mutex_lock_slowpath() 847 static noinline int __sched __ww_mutex_lock_interruptible_slowpath() 902 int __sched mutex_trylock(struct mutex *lock) mutex_trylock() 915 int __sched __ww_mutex_lock() 933 int __sched __ww_mutex_lock_interruptible()
|
H A D | rwsem.c | 19 void __sched down_read(struct rw_semaphore *sem) down_read() 46 void __sched down_write(struct rw_semaphore *sem) down_write()
|
H A D | semaphore.c | 204 static inline int __sched __down_common(struct semaphore *sem, long state, __down_common() 236 static noinline void __sched __down(struct semaphore *sem) __down() 241 static noinline int __sched __down_interruptible(struct semaphore *sem) __down_interruptible() 246 static noinline int __sched __down_killable(struct semaphore *sem) __down_killable() 251 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) __down_timeout() 256 static noinline void __sched __up(struct semaphore *sem) __up()
|
H A D | rwsem-spinlock.c | 128 void __sched __down_read(struct rw_semaphore *sem) __down_read() 194 void __sched __down_write_nested(struct rw_semaphore *sem, int subclass) __down_write_nested() 230 void __sched __down_write(struct rw_semaphore *sem) __down_write()
|
H A D | rtmutex.c | 1099 static int __sched __rt_mutex_slowlock() 1162 static int __sched rt_mutex_slowlock() 1258 static void __sched rt_mutex_slowunlock() 1379 void __sched rt_mutex_lock(struct rt_mutex *lock) rt_mutex_lock() 1396 int __sched rt_mutex_lock_interruptible(struct rt_mutex *lock) rt_mutex_lock_interruptible() 1448 int __sched rt_mutex_trylock(struct rt_mutex *lock) rt_mutex_trylock() 1459 void __sched rt_mutex_unlock(struct rt_mutex *lock) rt_mutex_unlock()
|
H A D | rwsem-xadd.c | 214 struct rw_semaphore __sched *rwsem_down_read_failed(struct rw_semaphore *sem) rwsem_down_read_failed() 423 struct rw_semaphore __sched *rwsem_down_write_failed(struct rw_semaphore *sem) rwsem_down_write_failed()
|
/linux-4.1.27/drivers/tty/ |
H A D | tty_ldsem.c | 199 static struct ld_semaphore __sched * down_read_failed() 267 static struct ld_semaphore __sched * down_write_failed() 363 int __sched ldsem_down_read(struct ld_semaphore *sem, long timeout) ldsem_down_read() 389 int __sched ldsem_down_write(struct ld_semaphore *sem, long timeout) ldsem_down_write()
|
/linux-4.1.27/arch/arc/kernel/ |
H A D | ctx_sw.c | 22 struct task_struct *__sched __switch_to()
|
/linux-4.1.27/kernel/ |
H A D | latencytop.c | 90 static void __sched account_global_scheduler_latency() 172 void __sched __account_scheduler_latency()
|
/linux-4.1.27/kernel/time/ |
H A D | hrtimer.c | 1493 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) do_nanosleep() 1532 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) hrtimer_nanosleep_restart() 1746 int __sched schedule_hrtimeout_range_clock() 1817 int __sched schedule_hrtimeout_range(ktime_t *expires, unsigned long delta, schedule_hrtimeout_range() 1847 int __sched schedule_hrtimeout(ktime_t *expires, schedule_hrtimeout()
|
H A D | timer.c | 1471 signed long __sched schedule_timeout(signed long timeout) schedule_timeout() 1526 signed long __sched schedule_timeout_interruptible(signed long timeout) schedule_timeout_interruptible() 1533 signed long __sched schedule_timeout_killable(signed long timeout) schedule_timeout_killable() 1540 signed long __sched schedule_timeout_uninterruptible(signed long timeout) schedule_timeout_uninterruptible() 1700 static int __sched do_usleep_range(unsigned long min, unsigned long max) do_usleep_range()
|
H A D | alarmtimer.c | 706 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) alarm_timer_nsleep_restart()
|
/linux-4.1.27/arch/metag/kernel/ |
H A D | process.c | 301 struct task_struct *__sched __switch_to(struct task_struct *prev, __switch_to()
|
/linux-4.1.27/arch/tile/kernel/ |
H A D | process.c | 420 struct task_struct *__sched _switch_to(struct task_struct *prev, _switch_to()
|
/linux-4.1.27/include/linux/ |
H A D | sched.h | 407 #define __sched __attribute__((__section__(".sched.text"))) macro 409 /* Linker adds these: start and end of __sched functions */ 412 /* Is this address in the __sched functions? */
|
/linux-4.1.27/kernel/printk/ |
H A D | printk.c | 2296 void __sched console_conditional_schedule(void) console_conditional_schedule()
|