Home
last modified time | relevance | path

Searched refs:lock_class_key (Results 1 – 25 of 92) sorted by relevance

1234

/linux-3.3/include/linux/ !
Dtimer.h93 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 …]
Dlockdep.h54 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
Drwsem.h69 struct lock_class_key *key);
73 static struct lock_class_key __key; \
Dsrcu.h55 struct lock_class_key *key);
59 static struct lock_class_key __srcu_key; \
Dmutex.h91 static struct lock_class_key __key; \
116 struct lock_class_key *key);
Dkthread.h111 const char *name, struct lock_class_key *key);
115 static struct lock_class_key __key; \
Dpercpu_counter.h30 struct lock_class_key *key);
34 static struct lock_class_key __key; \
Dsysfs.h30 struct lock_class_key *key;
31 struct lock_class_key skey;
48 static struct lock_class_key __key; \
Dring_buffer.h86 __ring_buffer_alloc(unsigned long size, unsigned flags, struct lock_class_key *key);
95 static struct lock_class_key __key; \
Drwlock.h19 struct lock_class_key *key);
22 static struct lock_class_key __key; \
Dmutex-debug.h16 static struct lock_class_key __key; \
Dworkqueue.h178 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; \
Ddevice.h117 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; \
Dsemaphore.h34 static struct lock_class_key __key; in sema_init()
Dkey-type.h95 struct lock_class_key lock_class; /* key->sem lock class */
Dspinlock.h94 struct lock_class_key *key);
97 static struct lock_class_key __key; \
Dirqdesc.h158 irq_set_lockdep_class(unsigned int irq, struct lock_class_key *class) in irq_set_lockdep_class()
/linux-3.3/kernel/ !
Drcupdate.c55 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;
Dmutex-debug.h28 struct lock_class_key *key);
Dtimer.c553 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()
Dmutex-debug.c84 struct lock_class_key *key) in debug_mutex_init()
Dsrcu.c48 struct lock_class_key *key) in __init_srcu_struct()
/linux-3.3/drivers/macintosh/ !
Dmac_hid.c30 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/ !
Dspinlock_debug.c17 struct lock_class_key *key) in __raw_spin_lock_init()
35 struct lock_class_key *key) in __rwlock_init()
/linux-3.3/fs/ocfs2/ !
Dsysfile.c47 static struct lock_class_key ocfs2_sysfile_cluster_lock_key[NUM_SYSTEM_INODES];

1234