Searched defs:subclass (Results 1 - 5 of 5) sorted by path

/include/asm-generic/
H A Drwsem.h56 static inline void __down_write_nested(struct rw_semaphore *sem, int subclass) argument
/include/linux/
H A Dlockdep.h38 * Currently main class (subclass == 0) and signle depth subclass
77 unsigned int subclass; member in struct:lock_class
280 struct lock_class_key *key, int subclass);
332 extern void lock_acquire(struct lockdep_map *lock, unsigned int subclass,
344 struct lock_class_key *key, unsigned int subclass,
348 unsigned int subclass, unsigned long ip)
350 lock_set_class(lock, lock->name, lock->key, subclass, ip);
347 lock_set_subclass(struct lockdep_map *lock, unsigned int subclass, unsigned long ip) argument
H A Dnetdevice.h3189 int subclass = SINGLE_DEPTH_NESTING; local
3192 subclass = dev->netdev_ops->ndo_get_lock_subclass(dev);
3194 spin_lock_nested(&dev->addr_list_lock, subclass);
H A Dseqlock.h251 static inline void write_seqcount_begin_nested(seqcount_t *s, int subclass) argument
254 seqcount_acquire(&s->dep_map, subclass, 0, _RET_IP_);
/include/linux/usb/
H A Dg_hid.h25 unsigned char subclass; member in struct:hidg_func_descriptor

Completed in 228 milliseconds