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 | 592 __mutex_lock_common(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock_common() 772 __mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock() 779 __ww_mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __ww_mutex_lock() 825 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() 840 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested() 847 mutex_lock_interruptible_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_interruptible_nested() 854 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 | 1725 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() 1733 int down_read_killable_nested(struct rw_semaphore *sem, int subclass) in down_read_killable_nested() 1769 void down_write_nested(struct rw_semaphore *sem, int subclass) in down_write_nested() 1777 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested()
|
D | lockdep.c | 882 look_up_lock_class(const struct lockdep_map *lock, unsigned int subclass) in look_up_lock_class() 1275 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force) in register_lock_class() 4857 struct lock_class_key *key, int subclass, in lockdep_init_map_type() 4989 static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass, in __lock_acquire() 5303 struct lock_class_key *key, unsigned int subclass, in __lock_set_class() 5628 struct lock_class_key *key, unsigned int subclass, in lock_set_class() 5664 static void verify_lock_unused(struct lockdep_map *lock, struct held_lock *hlock, int subclass) in verify_lock_unused() 5719 void lock_acquire(struct lockdep_map *lock, unsigned int subclass, in lock_acquire() 5789 void lock_sync(struct lockdep_map *lock, unsigned subclass, int read, in lock_sync()
|
/kernel/sched/ |
D | core.c | 566 void raw_spin_rq_lock_nested(struct rq *rq, int subclass) in raw_spin_rq_lock_nested()
|