Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/sched/
Dcompletion.c68 static inline long __sched
95 static inline long __sched
112 static long __sched
118 static long __sched
134 void __sched wait_for_completion(struct completion *x) in wait_for_completion()
152 unsigned long __sched
167 void __sched wait_for_completion_io(struct completion *x) in wait_for_completion_io()
186 unsigned long __sched
202 int __sched wait_for_completion_interruptible(struct completion *x) in wait_for_completion_interruptible()
222 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()
196 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait()
206 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
216 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
230 __sched int bit_wait_io_timeout(struct wait_bit_key *word, int mode) in bit_wait_io_timeout()
Dcore.c3998 static void __sched notrace __schedule(bool preempt) in __schedule()
4138 asmlinkage __visible void __sched schedule(void) in schedule()
4162 void __sched schedule_idle(void) in schedule_idle()
4178 asmlinkage __visible void __sched schedule_user(void) in schedule_user()
4201 void __sched schedule_preempt_disabled(void) in schedule_preempt_disabled()
4208 static void __sched notrace preempt_schedule_common(void) in preempt_schedule_common()
4242 asmlinkage __visible void __sched notrace preempt_schedule(void) in preempt_schedule()
4270 asmlinkage __visible void __sched notrace preempt_schedule_notrace(void) in preempt_schedule_notrace()
4316 asmlinkage __visible void __sched preempt_schedule_irq(void) in preempt_schedule_irq()
5609 int __sched _cond_resched(void) in _cond_resched()
[all …]
/Linux-v5.4/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.c1166 static int __sched
1229 static int __sched
1338 static bool __sched rt_mutex_slowunlock(struct rt_mutex *lock, in rt_mutex_slowunlock()
1482 void __sched rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass) in rt_mutex_lock_nested()
1495 void __sched rt_mutex_lock(struct rt_mutex *lock) in rt_mutex_lock()
1511 int __sched rt_mutex_lock_interruptible(struct rt_mutex *lock) in rt_mutex_lock_interruptible()
1529 int __sched rt_mutex_futex_trylock(struct rt_mutex *lock) in rt_mutex_futex_trylock()
1534 int __sched __rt_mutex_futex_trylock(struct rt_mutex *lock) in __rt_mutex_futex_trylock()
1581 int __sched rt_mutex_trylock(struct rt_mutex *lock) in rt_mutex_trylock()
1601 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock()
[all …]
Drwsem.c994 static struct rw_semaphore __sched *
1492 void __sched down_read(struct rw_semaphore *sem) in down_read()
1501 int __sched down_read_killable(struct rw_semaphore *sem) in down_read_killable()
1531 void __sched down_write(struct rw_semaphore *sem) in down_write()
1542 int __sched down_write_killable(struct rw_semaphore *sem) in down_write_killable()
1635 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested()
/Linux-v5.4/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.4/arch/arc/kernel/
Dctx_sw.c23 struct task_struct *__sched
/Linux-v5.4/kernel/
Dlatencytop.c85 static void __sched
150 void __sched
/Linux-v5.4/include/linux/sched/
Ddebug.h45 #define __sched __attribute__((__section__(".sched.text"))) macro
/Linux-v5.4/kernel/time/
Dtimer.c1856 signed long __sched schedule_timeout(signed long timeout) in schedule_timeout()
1912 signed long __sched schedule_timeout_interruptible(signed long timeout) in schedule_timeout_interruptible()
1919 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable()
1926 signed long __sched schedule_timeout_uninterruptible(signed long timeout) in schedule_timeout_uninterruptible()
1937 signed long __sched schedule_timeout_idle(signed long timeout) in schedule_timeout_idle()
2079 void __sched usleep_range(unsigned long min, unsigned long max) in usleep_range()
Dhrtimer.c1862 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep()
1897 static long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart()
2099 int __sched
2169 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range()
2203 int __sched schedule_hrtimeout(ktime_t *expires, in schedule_hrtimeout()
Dalarmtimer.c776 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart()
/Linux-v5.4/drivers/md/bcache/
Dclosure.c118 void __sched __closure_sync(struct closure *cl) in __closure_sync()
/Linux-v5.4/arch/arm64/kernel/
Dprocess.c637 asmlinkage void __sched arm64_preempt_schedule_irq(void) in arm64_preempt_schedule_irq()
/Linux-v5.4/kernel/printk/
Dprintk.c2518 void __sched console_conditional_schedule(void) in console_conditional_schedule()