Searched defs:subclass (Results 1 – 7 of 7) sorted by relevance
/kernel/locking/ |
D | rtmutex_api.c | 25 unsigned int subclass) in __rt_mutex_lock_common() 52 void __sched rt_mutex_lock_nested(struct rt_mutex *lock, unsigned int subclass) in rt_mutex_lock_nested() 509 unsigned int subclass, in __mutex_lock_common() 526 void __sched mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() 540 unsigned int subclass) in mutex_lock_interruptible_nested() 547 unsigned int subclass) in mutex_lock_killable_nested() 553 void __sched mutex_lock_io_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_io_nested()
|
D | mutex.c | 591 __mutex_lock_common(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock_common() 771 __mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock() 778 __ww_mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __ww_mutex_lock() 824 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() 839 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested() 846 mutex_lock_interruptible_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_interruptible_nested() 853 mutex_lock_io_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_io_nested()
|
D | spinlock.c | 305 #define __raw_write_lock_nested(lock, subclass) __raw_write_lock(((void)(subclass), (lock))) argument 308 void __lockfunc _raw_write_lock_nested(rwlock_t *lock, int subclass) in _raw_write_lock_nested() 375 void __lockfunc _raw_spin_lock_nested(raw_spinlock_t *lock, int subclass) in _raw_spin_lock_nested() 384 int subclass) in _raw_spin_lock_irqsave_nested()
|
D | spinlock_rt.c | 60 void __sched rt_spin_lock_nested(spinlock_t *lock, int subclass) in rt_spin_lock_nested() 243 void __sched rt_write_lock_nested(rwlock_t *rwlock, int subclass) in rt_write_lock_nested()
|
D | rwsem.c | 1689 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() 1697 int down_read_killable_nested(struct rw_semaphore *sem, int subclass) in down_read_killable_nested() 1733 void down_write_nested(struct rw_semaphore *sem, int subclass) in down_write_nested() 1741 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested()
|
D | lockdep.c | 880 look_up_lock_class(const struct lockdep_map *lock, unsigned int subclass) in look_up_lock_class() 1273 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force) in register_lock_class() 4798 struct lock_class_key *key, int subclass, in lockdep_init_map_type() 4903 static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass, in __lock_acquire() 5211 struct lock_class_key *key, unsigned int subclass, in __lock_set_class() 5536 struct lock_class_key *key, unsigned int subclass, in lock_set_class() 5572 static void verify_lock_unused(struct lockdep_map *lock, struct held_lock *hlock, int subclass) in verify_lock_unused() 5627 void lock_acquire(struct lockdep_map *lock, unsigned int subclass, in lock_acquire()
|
/kernel/sched/ |
D | core.c | 545 void raw_spin_rq_lock_nested(struct rq *rq, int subclass) in raw_spin_rq_lock_nested()
|