Home
last modified time | relevance | path

Searched refs:__sched (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/kernel/sched/
Dcompletion.c60 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 …]
Dwait.c386 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, int mode) in bit_wait()
593 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
602 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
[all …]
Dcore.c3104 static void __sched notrace __schedule(bool preempt) in __schedule()
3203 asmlinkage __visible void __sched schedule(void) in schedule()
3217 asmlinkage __visible void __sched schedule_user(void) in schedule_user()
3240 void __sched schedule_preempt_disabled(void) in schedule_preempt_disabled()
3247 static void __sched notrace preempt_schedule_common(void) in preempt_schedule_common()
3267 asmlinkage __visible void __sched notrace preempt_schedule(void) in preempt_schedule()
3295 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace()
3326 asmlinkage __visible void __sched preempt_schedule_irq(void) in preempt_schedule_irq()
4616 int __sched _cond_resched(void) in _cond_resched()
4654 int __sched __cond_resched_softirq(void) in __cond_resched_softirq()
[all …]
/linux-4.4.14/kernel/locking/
Dmutex.c72 __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
507 static __always_inline int __sched
614 void __sched
624 void __sched
634 int __sched
[all …]
Dsemaphore.c204 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()
Drwsem.c19 void __sched down_read(struct rw_semaphore *sem) in down_read()
46 void __sched down_write(struct rw_semaphore *sem) in down_write()
Drwsem-spinlock.c128 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()
Drtmutex.c1106 static int __sched
1169 static int __sched
1263 static bool __sched rt_mutex_slowunlock(struct rt_mutex *lock, in rt_mutex_slowunlock()
1397 void __sched rt_mutex_lock(struct rt_mutex *lock) in rt_mutex_lock()
1414 int __sched rt_mutex_lock_interruptible(struct rt_mutex *lock) in rt_mutex_lock_interruptible()
1470 int __sched rt_mutex_trylock(struct rt_mutex *lock) in rt_mutex_trylock()
1484 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock()
1497 bool __sched rt_mutex_futex_unlock(struct rt_mutex *lock, in rt_mutex_futex_unlock()
Drwsem-xadd.c214 struct rw_semaphore __sched *rwsem_down_read_failed(struct rw_semaphore *sem) in rwsem_down_read_failed()
437 struct rw_semaphore __sched *rwsem_down_write_failed(struct rw_semaphore *sem) in rwsem_down_write_failed()
/linux-4.4.14/drivers/tty/
Dtty_ldsem.c199 static struct ld_semaphore __sched *
267 static struct ld_semaphore __sched *
364 int __sched ldsem_down_read(struct ld_semaphore *sem, long timeout) in ldsem_down_read()
390 int __sched ldsem_down_write(struct ld_semaphore *sem, long timeout) in ldsem_down_write()
/linux-4.4.14/arch/arc/kernel/
Dctx_sw.c22 struct task_struct *__sched
/linux-4.4.14/kernel/
Dlatencytop.c90 static void __sched
172 void __sched
/linux-4.4.14/kernel/time/
Dtimer.c1493 signed long __sched schedule_timeout(signed long timeout) in schedule_timeout()
1548 signed long __sched schedule_timeout_interruptible(signed long timeout) in schedule_timeout_interruptible()
1555 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable()
1562 signed long __sched schedule_timeout_uninterruptible(signed long timeout) in schedule_timeout_uninterruptible()
1698 static void __sched do_usleep_range(unsigned long min, unsigned long max) in do_usleep_range()
1713 void __sched usleep_range(unsigned long min, unsigned long max) in usleep_range()
Dhrtimer.c1481 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep()
1518 long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart()
1726 int __sched
1795 int __sched schedule_hrtimeout_range(ktime_t *expires, unsigned long delta, in schedule_hrtimeout_range()
1825 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout()
Dalarmtimer.c703 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart()
/linux-4.4.14/arch/metag/kernel/
Dprocess.c301 struct task_struct *__sched __switch_to(struct task_struct *prev, in __switch_to()
/linux-4.4.14/arch/tile/kernel/
Dprocess.c420 struct task_struct *__sched _switch_to(struct task_struct *prev, in _switch_to()
/linux-4.4.14/include/linux/
Dsched.h413 #define __sched __attribute__((__section__(".sched.text"))) macro
/linux-4.4.14/kernel/printk/
Dprintk.c2366 void __sched console_conditional_schedule(void) in console_conditional_schedule()