| /linux-4.1.27/include/linux/ | 
| D | spinlock.h | 191 # define raw_spin_lock_nested(lock, subclass) \  argument193 # define raw_spin_lock_bh_nested(lock, subclass) \  argument
 207 # define raw_spin_lock_nested(lock, subclass)		\  argument
 210 # define raw_spin_lock_bh_nested(lock, subclass)	_raw_spin_lock_bh(lock)  argument
 222 #define raw_spin_lock_irqsave_nested(lock, flags, subclass)		\  argument
 228 #define raw_spin_lock_irqsave_nested(lock, flags, subclass)		\  argument
 243 #define raw_spin_lock_irqsave_nested(lock, flags, subclass)	\  argument
 325 #define spin_lock_nested(lock, subclass)			\  argument
 330 #define spin_lock_bh_nested(lock, subclass)			\  argument
 350 #define spin_lock_irqsave_nested(lock, flags, subclass)			\  argument
 
 | 
| D | mutex.h | 161 # define mutex_lock_nested(lock, subclass) mutex_lock(lock)  argument162 # define mutex_lock_interruptible_nested(lock, subclass) mutex_lock_interruptible(lock)  argument
 163 # define mutex_lock_killable_nested(lock, subclass) mutex_lock_killable(lock)  argument
 
 | 
| D | rwsem.h | 173 # define down_read_nested(sem, subclass)		down_read(sem)  argument175 # define down_write_nested(sem, subclass)	down_write(sem)  argument
 
 | 
| D | tty_ldisc.h | 172 # define ldsem_down_read_nested(sem, subclass, timeout)		\  argument174 # define ldsem_down_write_nested(sem, subclass, timeout)	\  argument
 
 | 
| D | spinlock_api_up.h | 59 #define _raw_spin_lock_nested(lock, subclass)	__LOCK(lock)  argument60 #define _raw_spin_lock_bh_nested(lock, subclass) __LOCK(lock)  argument
 
 | 
| D | seqlock.h | 251 static inline void write_seqcount_begin_nested(seqcount_t *s, int subclass)  in write_seqcount_begin_nested()
 | 
| D | lockdep.h | 77 	unsigned int			subclass;  member348 		unsigned int subclass, unsigned long ip)  in lock_set_subclass()
 
 | 
| D | netdevice.h | 3303 	int subclass = SINGLE_DEPTH_NESTING;  in netif_addr_lock_nested()  local
 | 
| /linux-4.1.27/kernel/locking/ | 
| D | rwsem.c | 116 void down_read_nested(struct rw_semaphore *sem, int subclass)  in down_read_nested()146 void down_write_nested(struct rw_semaphore *sem, int subclass)  in down_write_nested()
 
 | 
| D | spinlock.c | 358 void __lockfunc _raw_spin_lock_nested(raw_spinlock_t *lock, int subclass)  in _raw_spin_lock_nested()366 void __lockfunc _raw_spin_lock_bh_nested(raw_spinlock_t *lock, int subclass)  in _raw_spin_lock_bh_nested()
 375 						   int subclass)  in _raw_spin_lock_irqsave_nested()
 
 | 
| D | mutex.c | 505 __mutex_lock_common(struct mutex *lock, long state, unsigned int subclass,  in __mutex_lock_common()617 mutex_lock_nested(struct mutex *lock, unsigned int subclass)  in mutex_lock_nested()
 637 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass)  in mutex_lock_killable_nested()
 646 mutex_lock_interruptible_nested(struct mutex *lock, unsigned int subclass)  in mutex_lock_interruptible_nested()
 
 | 
| D | rwsem-spinlock.c | 194 void __sched __down_write_nested(struct rw_semaphore *sem, int subclass)  in __down_write_nested()
 | 
| D | lockdep.c | 666 look_up_lock_class(struct lockdep_map *lock, unsigned int subclass)  in look_up_lock_class()742 register_lock_class(struct lockdep_map *lock, unsigned int subclass, int force)  in register_lock_class()
 2966 		      struct lock_class_key *key, int subclass)  in lockdep_init_map()
 3068 static int __lock_acquire(struct lockdep_map *lock, unsigned int subclass,  in __lock_acquire()
 3320 		 struct lock_class_key *key, unsigned int subclass,  in __lock_set_class()
 3587 		    struct lock_class_key *key, unsigned int subclass,  in lock_set_class()
 3609 void lock_acquire(struct lockdep_map *lock, unsigned int subclass,  in lock_acquire()
 
 | 
| /linux-4.1.27/tools/usb/usbip/libsrc/ | 
| D | names.c | 61 struct subclass {  struct62 	struct subclass *next;  argument
 63 	u_int8_t classid, subclassid;  argument
 69 	u_int8_t classid, subclassid, protocolid;  argument
 
 | 
| D | usbip_common.c | 263 			   uint8_t subclass, uint8_t protocol)  in usbip_names_get_class()
 | 
| /linux-4.1.27/fs/xfs/ | 
| D | mrlock.h | 41 static inline void mraccess_nested(mrlock_t *mrp, int subclass)  in mraccess_nested()46 static inline void mrupdate_nested(mrlock_t *mrp, int subclass)  in mrupdate_nested()
 
 | 
| D | xfs_inode.c | 372 xfs_lock_inumorder(int lock_mode, int subclass)  in xfs_lock_inumorder()
 | 
| /linux-4.1.27/drivers/tty/ | 
| D | tty_ldsem.c | 322 					   int subclass, long timeout)  in __ldsem_down_read_nested()341 					    int subclass, long timeout)  in __ldsem_down_write_nested()
 443 int ldsem_down_read_nested(struct ld_semaphore *sem, int subclass, long timeout)  in ldsem_down_read_nested()
 449 int ldsem_down_write_nested(struct ld_semaphore *sem, int subclass,  in ldsem_down_write_nested()
 
 | 
| /linux-4.1.27/include/linux/usb/ | 
| D | g_hid.h | 25 	unsigned char		subclass;  member
 | 
| /linux-4.1.27/arch/s390/kernel/ | 
| D | irq.c | 292 void irq_subclass_register(enum irq_subclass subclass)  in irq_subclass_register()302 void irq_subclass_unregister(enum irq_subclass subclass)  in irq_subclass_unregister()
 
 | 
| /linux-4.1.27/drivers/usb/gadget/function/ | 
| D | u_hid.h | 24 	unsigned char			subclass;  member
 | 
| /linux-4.1.27/arch/sparc/include/asm/ | 
| D | rwsem.h | 48 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass)  in __down_write_nested()
 | 
| /linux-4.1.27/arch/sh/include/asm/ | 
| D | rwsem.h | 117 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass)  in __down_write_nested()
 | 
| /linux-4.1.27/include/asm-generic/ | 
| D | rwsem.h | 56 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass)  in __down_write_nested()
 | 
| /linux-4.1.27/arch/x86/include/asm/ | 
| D | rwsem.h | 102 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass)  in __down_write_nested()
 | 
| /linux-4.1.27/arch/arm/mach-omap2/ | 
| D | soc.h | 186 #define IS_OMAP_SUBCLASS(subclass, id)			\  argument192 #define IS_TI_SUBCLASS(subclass, id)			\  argument
 198 #define IS_AM_SUBCLASS(subclass, id)			\  argument
 
 | 
| /linux-4.1.27/arch/s390/include/asm/ | 
| D | rwsem.h | 93 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass)  in __down_write_nested()
 | 
| /linux-4.1.27/arch/arm/mach-omap1/include/mach/ | 
| D | soc.h | 104 #define IS_OMAP_SUBCLASS(subclass, id)			\  argument
 | 
| /linux-4.1.27/net/bluetooth/hidp/ | 
| D | sock.c | 133 	__u8  subclass;  member
 | 
| D | hidp.h | 96 	__u8  subclass;  member
 | 
| /linux-4.1.27/fs/jfs/ | 
| D | jfs_incore.h | 110 #define IREAD_LOCK(ip, subclass) \  argument113 #define IWRITE_LOCK(ip, subclass) \  argument
 
 | 
| /linux-4.1.27/fs/nfsd/ | 
| D | nfsfh.h | 254 fh_lock_nested(struct svc_fh *fhp, unsigned int subclass)  in fh_lock_nested()
 | 
| /linux-4.1.27/drivers/usb/storage/ | 
| D | usb.h | 123 	u8			subclass;  member
 | 
| /linux-4.1.27/tools/lguest/ | 
| D | lguest.c | 145 	u8 revid, prog_if, subclass, class;  member2478 			    u8 class, u8 subclass)  in init_pci_config()
 2623 				     u8 class, u8 subclass)  in new_pci_device()
 
 | 
| /linux-4.1.27/fs/ | 
| D | pipe.c | 56 static void pipe_lock_nested(struct pipe_inode_info *pipe, int subclass)  in pipe_lock_nested()
 | 
| D | eventpoll.c | 473 				     unsigned long events, int subclass)  in ep_wake_up_nested()483 				     unsigned long events, int subclass)  in ep_wake_up_nested()
 
 | 
| /linux-4.1.27/net/8021q/ | 
| D | vlan_dev.c | 489 static void vlan_dev_set_lockdep_class(struct net_device *dev, int subclass)  in vlan_dev_set_lockdep_class()
 | 
| /linux-4.1.27/scripts/mod/ | 
| D | file2alias.c | 409 	unsigned char baseclass, subclass, interface,  in do_pci_entry()  local
 | 
| /linux-4.1.27/net/core/ | 
| D | sock.c | 2365 void lock_sock_nested(struct sock *sk, int subclass)  in lock_sock_nested()
 | 
| /linux-4.1.27/fs/ocfs2/ | 
| D | dlmglue.c | 2322 				 int subclass)  in ocfs2_inode_lock_full_nested()
 | 
| /linux-4.1.27/fs/ext4/ | 
| D | super.c | 5275 static void lockdep_set_quota_inode(struct inode *inode, int subclass)  in lockdep_set_quota_inode()
 | 
| /linux-4.1.27/fs/reiserfs/ | 
| D | reiserfs.h | 820 reiserfs_mutex_lock_nested_safe(struct mutex *m, unsigned int subclass,  in reiserfs_mutex_lock_nested_safe()
 |