Searched refs:lock_class_key (Results 1 – 25 of 92) sorted by relevance
1234
/linux-3.3/include/linux/ ! |
D | timer.h | 93 struct lock_class_key *key); 96 struct lock_class_key *key); 101 static struct lock_class_key __key; \ 107 static struct lock_class_key __key; \ 113 static struct lock_class_key __key; \ 119 static struct lock_class_key __key; \ 125 static struct lock_class_key __key; \ 131 static struct lock_class_key __key; \ 154 struct lock_class_key *key); 160 struct lock_class_key *key) in init_timer_on_stack_key() [all …]
|
D | lockdep.h | 54 struct lock_class_key { struct 58 extern struct lock_class_key __lockdep_no_validate__; argument 151 struct lock_class_key *key; 262 struct lock_class_key *key, int subclass); 295 struct lock_class_key *key) in lockdep_match_key() 327 struct lock_class_key *key, unsigned int subclass, 391 struct lock_class_key { }; struct
|
D | rwsem.h | 69 struct lock_class_key *key); 73 static struct lock_class_key __key; \
|
D | srcu.h | 55 struct lock_class_key *key); 59 static struct lock_class_key __srcu_key; \
|
D | mutex.h | 91 static struct lock_class_key __key; \ 116 struct lock_class_key *key);
|
D | kthread.h | 111 const char *name, struct lock_class_key *key); 115 static struct lock_class_key __key; \
|
D | percpu_counter.h | 30 struct lock_class_key *key); 34 static struct lock_class_key __key; \
|
D | sysfs.h | 30 struct lock_class_key *key; 31 struct lock_class_key skey; 48 static struct lock_class_key __key; \
|
D | ring_buffer.h | 86 __ring_buffer_alloc(unsigned long size, unsigned flags, struct lock_class_key *key); 95 static struct lock_class_key __key; \
|
D | rwlock.h | 19 struct lock_class_key *key); 22 static struct lock_class_key __key; \
|
D | mutex-debug.h | 16 static struct lock_class_key __key; \
|
D | workqueue.h | 178 static struct lock_class_key __key; \ 305 struct lock_class_key *key, const char *lock_name, ...) __printf(1, 6); 326 static struct lock_class_key __key; \
|
D | device.h | 117 static struct lock_class_key __key; \ 121 struct lock_class_key *key); 370 struct lock_class_key *key); 377 static struct lock_class_key __key; \ 451 struct lock_class_key *key); 458 static struct lock_class_key __key; \
|
D | semaphore.h | 34 static struct lock_class_key __key; in sema_init()
|
D | key-type.h | 95 struct lock_class_key lock_class; /* key->sem lock class */
|
D | spinlock.h | 94 struct lock_class_key *key); 97 static struct lock_class_key __key; \
|
D | irqdesc.h | 158 irq_set_lockdep_class(unsigned int irq, struct lock_class_key *class) in irq_set_lockdep_class()
|
/linux-3.3/kernel/ ! |
D | rcupdate.c | 55 static struct lock_class_key rcu_lock_key; 60 static struct lock_class_key rcu_bh_lock_key; 65 static struct lock_class_key rcu_sched_lock_key;
|
D | mutex-debug.h | 28 struct lock_class_key *key);
|
D | timer.c | 553 struct lock_class_key *key); 557 struct lock_class_key *key) in init_timer_on_stack_key() 603 struct lock_class_key *key) in __init_timer() 618 struct lock_class_key *key, in setup_deferrable_timer_on_stack_key() 641 struct lock_class_key *key) in init_timer_key() 650 struct lock_class_key *key) in init_timer_deferrable_key()
|
D | mutex-debug.c | 84 struct lock_class_key *key) in debug_mutex_init()
|
D | srcu.c | 48 struct lock_class_key *key) in __init_srcu_struct()
|
/linux-3.3/drivers/macintosh/ ! |
D | mac_hid.c | 30 static struct lock_class_key mac_hid_emumouse_dev_event_class; in mac_hid_create_emumouse() 31 static struct lock_class_key mac_hid_emumouse_dev_mutex_class; in mac_hid_create_emumouse()
|
/linux-3.3/lib/ ! |
D | spinlock_debug.c | 17 struct lock_class_key *key) in __raw_spin_lock_init() 35 struct lock_class_key *key) in __rwlock_init()
|
/linux-3.3/fs/ocfs2/ ! |
D | sysfile.c | 47 static struct lock_class_key ocfs2_sysfile_cluster_lock_key[NUM_SYSTEM_INODES];
|
1234