Searched refs:spinlock_t (Results 1 – 13 of 13) sorted by relevance
3 typedef struct { int foo; } spinlock_t; typedef4 typedef struct wait_queue_head_t { spinlock_t lock; } wait_queue_head_t;6 struct wait_queue_head_t work = { lock: (spinlock_t) { 0 }, }; in call_usermodehelper()
12 typedef unsigned long spinlock_t; typedef14 static inline void spin_lock(spinlock_t *lock) in spin_lock()23 static inline void spin_unlock(spinlock_t *lock) in spin_unlock()
140 spinlock_t lock;
... Inc. 150+ * Added save of index in spinlock_t to improve efficiency 151+ * of "hold" time reporting ...
48 spinlock_t lock;
36 spinlock_t lock;
75 spinlock_t queue_lock;
53 static spinlock_t bdev_lock __cacheline_aligned_in_smp = SPIN_LOCK_UNLOCKED;
1914 spinlock_t lock;1915 spinlock_t tx_lock;1926 spinlock_t indirect_lock;
461 typedef int spinlock_t; typedef
2466 spinlock_t lock;2598 spinlock_t cmdlock;2603 spinlock_t baplock;
4057 spinlock_t phy_lock;
70 spinlock_t lock;