/linux-4.4.14/include/linux/ |
D | spinlock.h | 181 # define raw_spin_lock_nested(lock, subclass) \ argument 183 # define raw_spin_lock_bh_nested(lock, subclass) \ argument 197 # define raw_spin_lock_nested(lock, subclass) \ argument 200 # define raw_spin_lock_bh_nested(lock, subclass) _raw_spin_lock_bh(lock) argument 212 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 218 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 233 #define raw_spin_lock_irqsave_nested(lock, flags, subclass) \ argument 315 #define spin_lock_nested(lock, subclass) \ argument 320 #define spin_lock_bh_nested(lock, subclass) \ argument 340 #define spin_lock_irqsave_nested(lock, flags, subclass) \ argument
|
D | mutex.h | 161 # define mutex_lock_nested(lock, subclass) mutex_lock(lock) argument 162 # 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) argument 175 # define down_write_nested(sem, subclass) down_write(sem) argument
|
D | tty_ldisc.h | 172 # define ldsem_down_read_nested(sem, subclass, timeout) \ argument 174 # define ldsem_down_write_nested(sem, subclass, timeout) \ argument
|
D | spinlock_api_up.h | 59 #define _raw_spin_lock_nested(lock, subclass) __LOCK(lock) argument 60 #define _raw_spin_lock_bh_nested(lock, subclass) __LOCK(lock) argument
|
D | seqlock.h | 371 static inline void write_seqcount_begin_nested(seqcount_t *s, int subclass) in write_seqcount_begin_nested()
|
D | lockdep.h | 77 unsigned int subclass; member 349 unsigned int subclass, unsigned long ip) in lock_set_subclass()
|
D | netdevice.h | 3386 int subclass = SINGLE_DEPTH_NESTING; in netif_addr_lock_nested() local
|
/linux-4.4.14/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 | 508 __mutex_lock_common(struct mutex *lock, long state, unsigned int subclass, in __mutex_lock_common() 615 mutex_lock_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_nested() 635 mutex_lock_killable_nested(struct mutex *lock, unsigned int subclass) in mutex_lock_killable_nested() 644 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() 3301 struct lock_class_key *key, unsigned int subclass, in __lock_set_class() 3549 struct lock_class_key *key, unsigned int subclass, in lock_set_class() 3571 void lock_acquire(struct lockdep_map *lock, unsigned int subclass, in lock_acquire()
|
/linux-4.4.14/tools/usb/usbip/libsrc/ |
D | names.c | 61 struct subclass { struct 62 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.4.14/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 | 374 int subclass) in xfs_lockdep_subclass_ok() 379 #define xfs_lockdep_subclass_ok(subclass) (true) argument 389 xfs_lock_inumorder(int lock_mode, int subclass) in xfs_lock_inumorder()
|
/linux-4.4.14/drivers/tty/ |
D | tty_ldsem.c | 323 int subclass, long timeout) in __ldsem_down_read_nested() 342 int subclass, long timeout) in __ldsem_down_write_nested() 444 int ldsem_down_read_nested(struct ld_semaphore *sem, int subclass, long timeout) in ldsem_down_read_nested() 450 int ldsem_down_write_nested(struct ld_semaphore *sem, int subclass, in ldsem_down_write_nested()
|
/linux-4.4.14/include/linux/usb/ |
D | g_hid.h | 25 unsigned char subclass; member
|
/linux-4.4.14/arch/s390/kernel/ |
D | irq.c | 291 void irq_subclass_register(enum irq_subclass subclass) in irq_subclass_register() 301 void irq_subclass_unregister(enum irq_subclass subclass) in irq_subclass_unregister()
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | u_hid.h | 24 unsigned char subclass; member
|
/linux-4.4.14/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.4.14/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.4.14/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.4.14/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.4.14/arch/arm/mach-omap2/ |
D | soc.h | 186 #define IS_OMAP_SUBCLASS(subclass, id) \ argument 192 #define IS_TI_SUBCLASS(subclass, id) \ argument 198 #define IS_AM_SUBCLASS(subclass, id) \ argument
|
/linux-4.4.14/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.4.14/arch/arm/mach-omap1/include/mach/ |
D | soc.h | 108 #define IS_OMAP_SUBCLASS(subclass, id) \ argument
|
/linux-4.4.14/net/bluetooth/hidp/ |
D | sock.c | 133 __u8 subclass; member
|
D | hidp.h | 96 __u8 subclass; member
|
/linux-4.4.14/fs/jfs/ |
D | jfs_incore.h | 110 #define IREAD_LOCK(ip, subclass) \ argument 113 #define IWRITE_LOCK(ip, subclass) \ argument
|
/linux-4.4.14/fs/nfsd/ |
D | nfsfh.h | 254 fh_lock_nested(struct svc_fh *fhp, unsigned int subclass) in fh_lock_nested()
|
/linux-4.4.14/drivers/usb/storage/ |
D | usb.h | 123 u8 subclass; member
|
/linux-4.4.14/tools/lguest/ |
D | lguest.c | 149 u8 revid, prog_if, subclass, class; member 2482 u8 class, u8 subclass) in init_pci_config() 2627 u8 class, u8 subclass) in new_pci_device()
|
/linux-4.4.14/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.4.14/fs/ |
D | pipe.c | 62 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.4.14/scripts/mod/ |
D | file2alias.c | 423 unsigned char baseclass, subclass, interface, in do_pci_entry() local
|
/linux-4.4.14/net/core/ |
D | sock.c | 2431 void lock_sock_nested(struct sock *sk, int subclass) in lock_sock_nested()
|
/linux-4.4.14/fs/ocfs2/ |
D | dlmglue.c | 2322 int subclass) in ocfs2_inode_lock_full_nested()
|
/linux-4.4.14/fs/ext4/ |
D | super.c | 4940 static void lockdep_set_quota_inode(struct inode *inode, int subclass) in lockdep_set_quota_inode()
|
/linux-4.4.14/fs/reiserfs/ |
D | reiserfs.h | 820 reiserfs_mutex_lock_nested_safe(struct mutex *m, unsigned int subclass, in reiserfs_mutex_lock_nested_safe()
|