| /OK3568_Linux_fs/kernel/kernel/locking/ |
| H A D | mutex.c | 273 static void __sched __mutex_lock_slowpath(struct mutex *lock); 296 void __sched mutex_lock(struct mutex *lock) in mutex_lock() 368 static inline bool __sched 383 static bool __sched 460 static void __sched 738 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip); 751 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock() 773 void __sched ww_mutex_unlock(struct ww_mutex *lock) in ww_mutex_unlock() 793 static __always_inline int __sched 822 static inline int __sched [all …]
|
| H A D | semaphore.c | 204 static inline int __sched __down_common(struct semaphore *sem, long state, in __down_common() 235 static noinline void __sched __down(struct semaphore *sem) in __down() 240 static noinline int __sched __down_interruptible(struct semaphore *sem) in __down_interruptible() 245 static noinline int __sched __down_killable(struct semaphore *sem) in __down_killable() 250 static noinline int __sched __down_timeout(struct semaphore *sem, long timeout) in __down_timeout() 255 static noinline void __sched __up(struct semaphore *sem) in __up()
|
| H A D | rtmutex.c | 1165 static int __sched 1230 static int __sched 1339 static bool __sched rt_mutex_slowunlock(struct rt_mutex *lock, in rt_mutex_slowunlock() 1484 void __sched rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass) in rt_mutex_lock_nested() 1497 void __sched rt_mutex_lock(struct rt_mutex *lock) in rt_mutex_lock() 1513 int __sched rt_mutex_lock_interruptible(struct rt_mutex *lock) in rt_mutex_lock_interruptible() 1533 int __sched rt_mutex_futex_trylock(struct rt_mutex *lock) in rt_mutex_futex_trylock() 1538 int __sched __rt_mutex_futex_trylock(struct rt_mutex *lock) in __rt_mutex_futex_trylock() 1587 int __sched rt_mutex_trylock(struct rt_mutex *lock) in rt_mutex_trylock() 1609 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock() [all …]
|
| H A D | rwsem.c | 989 static struct rw_semaphore __sched * 1531 void __sched down_read(struct rw_semaphore *sem) in down_read() 1540 int __sched down_read_interruptible(struct rw_semaphore *sem) in down_read_interruptible() 1554 int __sched down_read_killable(struct rw_semaphore *sem) in down_read_killable() 1584 void __sched down_write(struct rw_semaphore *sem) in down_write() 1595 int __sched down_write_killable(struct rw_semaphore *sem) in down_write_killable() 1704 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested()
|
| /OK3568_Linux_fs/kernel/kernel/sched/ |
| H A D | completion.c | 70 static inline long __sched 97 static inline long __sched 114 static long __sched 120 static long __sched 136 void __sched wait_for_completion(struct completion *x) in wait_for_completion() 154 unsigned long __sched 169 void __sched wait_for_completion_io(struct completion *x) in wait_for_completion_io() 188 unsigned long __sched 204 int __sched wait_for_completion_interruptible(struct completion *x) in wait_for_completion_interruptible() 224 long __sched [all …]
|
| H A D | wait_bit.c | 40 int __sched 58 int __sched out_of_line_wait_on_bit(void *word, int bit, in out_of_line_wait_on_bit() 68 int __sched out_of_line_wait_on_bit_timeout( in out_of_line_wait_on_bit_timeout() 81 int __sched 111 int __sched out_of_line_wait_on_bit_lock(void *word, int bit, in out_of_line_wait_on_bit_lock() 197 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait() 207 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io() 217 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout() 231 __sched int bit_wait_io_timeout(struct wait_bit_key *word, int mode) in bit_wait_io_timeout()
|
| H A D | wait.c | 403 __sched int autoremove_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in autoremove_wake_function() 440 __sched long wait_woken(struct wait_queue_entry *wq_entry, unsigned int mode, long timeout) in wait_woken() 465 __sched int woken_wake_function(struct wait_queue_entry *wq_entry, unsigned int mode, in woken_wake_function()
|
| H A D | core.c | 4685 static void __sched notrace __schedule(bool preempt) in __schedule() 4875 asmlinkage __visible void __sched schedule(void) in schedule() 4899 void __sched schedule_idle(void) in schedule_idle() 4915 asmlinkage __visible void __sched schedule_user(void) in schedule_user() 4938 void __sched schedule_preempt_disabled(void) in schedule_preempt_disabled() 4945 static void __sched notrace preempt_schedule_common(void) in preempt_schedule_common() 4979 asmlinkage __visible void __sched notrace preempt_schedule(void) in preempt_schedule() 5007 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace() 5053 asmlinkage __visible void __sched preempt_schedule_irq(void) in preempt_schedule_irq() 6398 int __sched _cond_resched(void) in _cond_resched() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ldsem.c | 155 static struct ld_semaphore __sched * 229 static struct ld_semaphore __sched * 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | pagemap.h | 605 static inline __sched void lock_page(struct page *page) in lock_page() 617 static inline __sched int lock_page_killable(struct page *page) in lock_page_killable() 633 static inline __sched int lock_page_async(struct page *page, in lock_page_async() 648 static inline __sched int lock_page_or_retry(struct page *page, struct mm_struct *mm, in lock_page_or_retry() 669 static inline __sched void wait_on_page_locked(struct page *page) in wait_on_page_locked() 675 static inline __sched int wait_on_page_locked_killable(struct page *page) in wait_on_page_locked_killable()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | latencytop.c | 85 static void __sched 150 void __sched
|
| /OK3568_Linux_fs/kernel/kernel/time/ |
| H A D | timer.c | 1844 signed long __sched schedule_timeout(signed long timeout) in schedule_timeout() 1900 signed long __sched schedule_timeout_interruptible(signed long timeout) in schedule_timeout_interruptible() 1907 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable() 1914 signed long __sched schedule_timeout_uninterruptible(signed long timeout) in schedule_timeout_uninterruptible() 1925 signed long __sched schedule_timeout_idle(signed long timeout) in schedule_timeout_idle() 2070 void __sched usleep_range_state(unsigned long min, unsigned long max, in usleep_range_state() 2095 void __sched usleep_range(unsigned long min, unsigned long max) in usleep_range()
|
| H A D | hrtimer.c | 1933 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep() 1968 static long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart() 2175 int __sched 2246 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range() 2280 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout()
|
| H A D | alarmtimer.c | 793 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart()
|
| /OK3568_Linux_fs/kernel/arch/arc/kernel/ |
| H A D | ctx_sw.c | 20 struct task_struct *__sched
|
| /OK3568_Linux_fs/kernel/include/linux/sched/ |
| H A D | debug.h | 46 #define __sched __section(".sched.text") macro
|
| /OK3568_Linux_fs/kernel/drivers/md/bcache/ |
| H A D | closure.c | 114 void __sched __closure_sync(struct closure *cl) in __closure_sync()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | filemap.c | 1201 static inline __sched int wait_on_page_bit_common(wait_queue_head_t *q, in wait_on_page_bit_common() 1340 __sched void wait_on_page_bit(struct page *page, int bit_nr) in wait_on_page_bit() 1347 __sched int wait_on_page_bit_killable(struct page *page, int bit_nr) in wait_on_page_bit_killable() 1544 __sched void __lock_page(struct page *__page) in __lock_page() 1553 __sched int __lock_page_killable(struct page *__page) in __lock_page_killable() 1562 __sched int __lock_page_async(struct page *page, struct wait_page_queue *wait) in __lock_page_async() 1578 __sched int __lock_page_or_retry(struct page *page, struct mm_struct *mm, in __lock_page_or_retry()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | process.c | 827 asmlinkage void __sched arm64_preempt_schedule_irq(void) in arm64_preempt_schedule_irq()
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | printk.c | 2610 void __sched console_conditional_schedule(void) in console_conditional_schedule()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_n.c | 888 #ifndef __sched 889 #define __sched __attribute__((__section__(".sched.text"))) macro 893 signed long __sched schedule_timeout_uninterruptible(signed long timeout) in schedule_timeout_uninterruptible()
|