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() 515 unsigned int subclass, in __mutex_lock_common() 532 void __sched mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() 546 unsigned int subclass) in mutex_lock_interruptible_nested() 553 unsigned int subclass) in mutex_lock_killable_nested() 559 void __sched mutex_lock_io_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_io_nested()
|
| D | mutex.c | 586 __mutex_lock_common(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock_common() 800 __mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __mutex_lock() 807 __ww_mutex_lock(struct mutex *lock, unsigned int state, unsigned int subclass, in __ww_mutex_lock() 853 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() 868 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested() 875 mutex_lock_interruptible_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_interruptible_nested() 882 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 | 62 void __sched rt_spin_lock_nested(spinlock_t *lock, int subclass) in rt_spin_lock_nested() 250 void __sched rt_write_lock_nested(rwlock_t *rwlock, int subclass) in rt_write_lock_nested()
|
| D | rwsem.c | 1729 void down_read_nested(struct rw_semaphore *sem, int subclass) in down_read_nested() 1737 int down_read_killable_nested(struct rw_semaphore *sem, int subclass) in down_read_killable_nested() 1773 void down_write_nested(struct rw_semaphore *sem, int subclass) in down_write_nested() 1781 int __sched down_write_killable_nested(struct rw_semaphore *sem, int subclass) in down_write_killable_nested()
|
| D | lockdep.c | 884 look_up_lock_class(const struct lockdep_map *lock, unsigned int subclass) in look_up_lock_class() 1281 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force) in register_lock_class() 4910 struct lock_class_key *key, int subclass, in lockdep_init_map_type() 5049 static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass, in __lock_acquire() 5374 struct lock_class_key *key, unsigned int subclass, in __lock_set_class() 5699 struct lock_class_key *key, unsigned int subclass, in lock_set_class() 5735 static void verify_lock_unused(struct lockdep_map *lock, struct held_lock *hlock, int subclass) in verify_lock_unused() 5790 void lock_acquire(struct lockdep_map *lock, unsigned int subclass, in lock_acquire() 5861 void lock_sync(struct lockdep_map *lock, unsigned subclass, int read, in lock_sync()
|
| /kernel/sched/ |
| D | core.c | 636 void raw_spin_rq_lock_nested(struct rq *rq, int subclass) in raw_spin_rq_lock_nested()
|