Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/sched/
Dcompletion.c70 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 …]
Dwait_bit.c40 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()
Dcore.c4410 static void __sched notrace __schedule(bool preempt) in __schedule()
4599 asmlinkage __visible void __sched schedule(void) in schedule()
4623 void __sched schedule_idle(void) in schedule_idle()
4639 asmlinkage __visible void __sched schedule_user(void) in schedule_user()
4662 void __sched schedule_preempt_disabled(void) in schedule_preempt_disabled()
4669 static void __sched notrace preempt_schedule_common(void) in preempt_schedule_common()
4703 asmlinkage __visible void __sched notrace preempt_schedule(void) in preempt_schedule()
4731 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace()
4777 asmlinkage __visible void __sched preempt_schedule_irq(void) in preempt_schedule_irq()
6121 int __sched _cond_resched(void) in _cond_resched()
[all …]
/Linux-v5.10/kernel/locking/
Dmutex.c207 static void __sched
256 static void __sched __mutex_lock_slowpath(struct mutex *lock);
279 void __sched mutex_lock(struct mutex *lock) in mutex_lock()
351 static inline bool __sched
366 static bool __sched
443 static void __sched
721 static noinline void __sched __mutex_unlock_slowpath(struct mutex *lock, unsigned long ip);
734 void __sched mutex_unlock(struct mutex *lock) in mutex_unlock()
755 void __sched ww_mutex_unlock(struct ww_mutex *lock) in ww_mutex_unlock()
775 static __always_inline int __sched
[all …]
Dsemaphore.c204 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()
Drtmutex.c1164 static int __sched
1227 static int __sched
1336 static bool __sched rt_mutex_slowunlock(struct rt_mutex *lock, in rt_mutex_slowunlock()
1480 void __sched rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass) in rt_mutex_lock_nested()
1493 void __sched rt_mutex_lock(struct rt_mutex *lock) in rt_mutex_lock()
1509 int __sched rt_mutex_lock_interruptible(struct rt_mutex *lock) in rt_mutex_lock_interruptible()
1527 int __sched rt_mutex_futex_trylock(struct rt_mutex *lock) in rt_mutex_futex_trylock()
1532 int __sched __rt_mutex_futex_trylock(struct rt_mutex *lock) in __rt_mutex_futex_trylock()
1579 int __sched rt_mutex_trylock(struct rt_mutex *lock) in rt_mutex_trylock()
1599 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock()
[all …]
Drwsem.c991 static struct rw_semaphore __sched *
1489 void __sched down_read(struct rw_semaphore *sem) in down_read()
1498 int __sched down_read_killable(struct rw_semaphore *sem) in down_read_killable()
1528 void __sched down_write(struct rw_semaphore *sem) in down_write()
1539 int __sched down_write_killable(struct rw_semaphore *sem) in down_write_killable()
1632 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested()
/Linux-v5.10/drivers/tty/
Dtty_ldsem.c155 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()
/Linux-v5.10/arch/arc/kernel/
Dctx_sw.c20 struct task_struct *__sched
/Linux-v5.10/kernel/
Dlatencytop.c85 static void __sched
150 void __sched
/Linux-v5.10/include/linux/sched/
Ddebug.h46 #define __sched __section(".sched.text") macro
/Linux-v5.10/kernel/time/
Dtimer.c1832 signed long __sched schedule_timeout(signed long timeout) in schedule_timeout()
1888 signed long __sched schedule_timeout_interruptible(signed long timeout) in schedule_timeout_interruptible()
1895 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable()
1902 signed long __sched schedule_timeout_uninterruptible(signed long timeout) in schedule_timeout_uninterruptible()
1913 signed long __sched schedule_timeout_idle(signed long timeout) in schedule_timeout_idle()
2056 void __sched usleep_range(unsigned long min, unsigned long max) in usleep_range()
Dhrtimer.c1869 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep()
1904 static long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart()
2111 int __sched
2181 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range()
2215 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout()
Dalarmtimer.c793 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart()
/Linux-v5.10/drivers/md/bcache/
Dclosure.c114 void __sched __closure_sync(struct closure *cl) in __closure_sync()
/Linux-v5.10/arch/arm64/kernel/
Dprocess.c712 asmlinkage void __sched arm64_preempt_schedule_irq(void) in arm64_preempt_schedule_irq()
/Linux-v5.10/kernel/printk/
Dprintk.c2544 void __sched console_conditional_schedule(void) in console_conditional_schedule()