Home
last modified time | relevance | path

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

/linux-6.15/kernel/locking/
H A Drtmutex_api.c69 void __sched rt_mutex_lock(struct rt_mutex *lock) in rt_mutex_lock()
100 int __sched rt_mutex_lock_killable(struct rt_mutex *lock) in rt_mutex_lock_killable()
118 int __sched rt_mutex_trylock(struct rt_mutex *lock) in rt_mutex_trylock()
138 void __sched rt_mutex_unlock(struct rt_mutex *lock) in rt_mutex_unlock()
533 void __sched _mutex_lock_nest_lock(struct mutex *lock, in _mutex_lock_nest_lock()
568 void __sched mutex_lock(struct mutex *lock) in mutex_lock()
574 int __sched mutex_lock_interruptible(struct mutex *lock) in mutex_lock_interruptible()
580 int __sched mutex_lock_killable(struct mutex *lock) in mutex_lock_killable()
586 void __sched mutex_lock_io(struct mutex *lock) in mutex_lock_io()
596 int __sched mutex_trylock(struct mutex *lock) in mutex_trylock()
[all …]
H A Dsemaphore.c55 void __sched down(struct semaphore *sem) in down()
78 int __sched down_interruptible(struct semaphore *sem) in down_interruptible()
105 int __sched down_killable(struct semaphore *sem) in down_killable()
135 int __sched down_trylock(struct semaphore *sem) in down_trylock()
160 int __sched down_timeout(struct semaphore *sem, long timeout) in down_timeout()
184 void __sched up(struct semaphore *sem) in up()
244 static inline int __sched __down_common(struct semaphore *sem, long state, in __down_common()
256 static noinline void __sched __down(struct semaphore *sem) in __down()
261 static noinline int __sched __down_interruptible(struct semaphore *sem) in __down_interruptible()
266 static noinline int __sched __down_killable(struct semaphore *sem) in __down_killable()
[all …]
H A Dspinlock_rt.c54 void __sched rt_spin_lock(spinlock_t *lock) __acquires(RCU) in rt_spin_lock()
62 void __sched rt_spin_lock_nested(spinlock_t *lock, int subclass) in rt_spin_lock_nested()
69 void __sched rt_spin_lock_nest_lock(spinlock_t *lock, in rt_spin_lock_nest_lock()
78 void __sched rt_spin_unlock(spinlock_t *lock) __releases(RCU) in rt_spin_unlock()
94 void __sched rt_spin_lock_unlock(spinlock_t *lock) in rt_spin_lock_unlock()
116 int __sched rt_spin_trylock(spinlock_t *lock) in rt_spin_trylock()
122 int __sched rt_spin_trylock_bh(spinlock_t *lock) in rt_spin_trylock_bh()
201 int __sched rt_read_trylock(rwlock_t *rwlock) in rt_read_trylock()
215 int __sched rt_write_trylock(rwlock_t *rwlock) in rt_write_trylock()
229 void __sched rt_read_lock(rwlock_t *rwlock) __acquires(RCU) in rt_read_lock()
[all …]
H A Dmutex.c742 static int __sched
749 static int __sched
795 void __sched
803 void __sched
810 int __sched
817 int __sched
824 void __sched
864 int __sched
879 int __sched
1094 int __sched
[all …]
H A Dww_rt_mutex.c37 static int __sched
78 int __sched
85 int __sched
92 void __sched ww_mutex_unlock(struct ww_mutex *lock) in ww_mutex_unlock()
H A Drtmutex.c309 static int __sched rt_mutex_slowtrylock(struct rt_mutex_base *lock);
678 static int __sched rt_mutex_adjust_prio_chain(struct task_struct *task, in rt_mutex_adjust_prio_chain()
1086 static int __sched
1203 static int __sched task_blocks_on_rt_mutex(struct rt_mutex_base *lock, in task_blocks_on_rt_mutex()
1358 static int __sched __rt_mutex_slowtrylock(struct rt_mutex_base *lock) in __rt_mutex_slowtrylock()
1374 static int __sched rt_mutex_slowtrylock(struct rt_mutex_base *lock) in rt_mutex_slowtrylock()
1411 static void __sched rt_mutex_slowunlock(struct rt_mutex_base *lock) in rt_mutex_slowunlock()
1539 static void __sched remove_waiter(struct rt_mutex_base *lock, in remove_waiter()
1604 static int __sched rt_mutex_slowlock_block(struct rt_mutex_base *lock, in rt_mutex_slowlock_block()
1691 static int __sched __rt_mutex_slowlock(struct rt_mutex_base *lock, in __rt_mutex_slowlock()
[all …]
H A Drwbase_rt.c68 static int __sched __rwbase_read_lock(struct rwbase_rt *rwb, in __rwbase_read_lock()
150 static void __sched __rwbase_read_unlock(struct rwbase_rt *rwb, in __rwbase_read_unlock()
237 static int __sched rwbase_write_lock(struct rwbase_rt *rwb, in rwbase_write_lock()
H A Drwsem.c993 static struct rw_semaphore __sched *
1104 static struct rw_semaphore __sched *
1476 static inline void __sched __down_write(struct rw_semaphore *sem) in __down_write()
1481 static inline int __sched __down_write_killable(struct rw_semaphore *sem) in __down_write_killable()
1521 void __sched down_read(struct rw_semaphore *sem) in down_read()
1530 int __sched down_read_interruptible(struct rw_semaphore *sem) in down_read_interruptible()
1544 int __sched down_read_killable(struct rw_semaphore *sem) in down_read_killable()
1574 void __sched down_write(struct rw_semaphore *sem) in down_write()
1585 int __sched down_write_killable(struct rw_semaphore *sem) in down_write_killable()
1698 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested()
H A Dpercpu-rwsem.c167 bool __sched __percpu_down_read(struct percpu_rw_semaphore *sem, bool try) in __percpu_down_read()
224 void __sched percpu_down_write(struct percpu_rw_semaphore *sem) in percpu_down_write()
/linux-6.15/kernel/sched/
H A Dcompletion.c80 static inline long __sched
107 static inline long __sched
124 static long __sched
130 static long __sched
146 void __sched wait_for_completion(struct completion *x) in wait_for_completion()
164 unsigned long __sched
179 void __sched wait_for_completion_io(struct completion *x) in wait_for_completion_io()
198 unsigned long __sched
235 long __sched
252 int __sched wait_for_completion_killable(struct completion *x) in wait_for_completion_killable()
[all …]
H A Dwait_bit.c40 int __sched
58 int __sched out_of_line_wait_on_bit(unsigned long *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(unsigned long *word, int bit, in out_of_line_wait_on_bit_lock()
235 __sched int bit_wait(struct wait_bit_key *word, int mode) in bit_wait()
245 __sched int bit_wait_io(struct wait_bit_key *word, int mode) in bit_wait_io()
255 __sched int bit_wait_timeout(struct wait_bit_key *word, int mode) in bit_wait_timeout()
H A Dcore.c6850 asmlinkage __visible void __sched schedule(void) in schedule()
6875 void __sched schedule_idle(void) in schedule_idle()
6891 asmlinkage __visible void __sched schedule_user(void) in schedule_user()
6914 void __sched schedule_preempt_disabled(void) in schedule_preempt_disabled()
6922 void __sched notrace schedule_rtlock(void) in schedule_rtlock()
6986 void __sched notrace dynamic_preempt_schedule(void) in dynamic_preempt_schedule()
7289 int __sched __cond_resched(void) in __cond_resched()
7329 int __sched dynamic_cond_resched(void) in dynamic_cond_resched()
7339 int __sched dynamic_might_resched(void) in dynamic_might_resched()
7724 long __sched io_schedule_timeout(long timeout) in io_schedule_timeout()
[all …]
H A Dsyscalls.c1405 void __sched yield(void) in yield()
1427 int __sched yield_to(struct task_struct *p, bool preempt) in yield_to()
/linux-6.15/kernel/time/
H A Dsleep_timeout.c61 signed long __sched schedule_timeout(signed long timeout) in schedule_timeout()
125 signed long __sched schedule_timeout_interruptible(signed long timeout) in schedule_timeout_interruptible()
140 signed long __sched schedule_timeout_killable(signed long timeout) in schedule_timeout_killable()
155 signed long __sched schedule_timeout_uninterruptible(signed long timeout) in schedule_timeout_uninterruptible()
172 signed long __sched schedule_timeout_idle(signed long timeout) in schedule_timeout_idle()
189 int __sched schedule_hrtimeout_range_clock(ktime_t *expires, u64 delta, in schedule_hrtimeout_range_clock()
260 int __sched schedule_hrtimeout_range(ktime_t *expires, u64 delta, in schedule_hrtimeout_range()
276 int __sched schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode) in schedule_hrtimeout()
362 void __sched usleep_range_state(unsigned long min, unsigned long max, unsigned int state) in usleep_range_state()
H A Dalarmtimer.c770 static long __sched alarm_timer_nsleep_restart(struct restart_block *restart) in alarm_timer_nsleep_restart()
H A Dhrtimer.c2091 static int __sched do_nanosleep(struct hrtimer_sleeper *t, enum hrtimer_mode mode) in do_nanosleep()
2126 static long __sched hrtimer_nanosleep_restart(struct restart_block *restart) in hrtimer_nanosleep_restart()
/linux-6.15/drivers/tty/
H A 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-6.15/lib/
H A Dclosure.c135 void __sched __closure_sync(struct closure *cl) in __closure_sync()
160 void __sched closure_return_sync(struct closure *cl) in closure_return_sync()
188 int __sched __closure_sync_timeout(struct closure *cl, unsigned long timeout) in __closure_sync_timeout()
/linux-6.15/kernel/
H A Dlatencytop.c110 static void __sched
175 void __sched
/linux-6.15/include/linux/sched/
H A Ddebug.h44 #define __sched __section(".sched.text") macro
/linux-6.15/arch/arm64/kernel/
H A Dprocess.c665 __notrace_funcgraph __sched
H A Dentry-common.c270 static void __sched arm64_preempt_schedule_irq(void) in arm64_preempt_schedule_irq()
/linux-6.15/kernel/printk/
H A Dprintk.c3340 void __sched console_conditional_schedule(void) in console_conditional_schedule()