Home
last modified time | relevance | path

Searched refs:spinlock_t (Results 1 – 14 of 14) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h124 } spinlock_t; typedef
128 #define DEFINE_SPINLOCK(x) spinlock_t x = SPIN_LOCK_UNLOCKED
130 static inline void spin_lock_init(spinlock_t *lock) in spin_lock_init()
135 static inline void spin_lock(spinlock_t *lock) in spin_lock()
147 static inline void spin_unlock(spinlock_t *lock) in spin_unlock()
165 static inline bool spin_trylock(spinlock_t *lock) in spin_trylock()
/external/clang/test/CodeGen/
D2003-11-01-C99-CompoundLiteral.c3 typedef struct { int foo; } spinlock_t; typedef
4 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()
/external/autotest/client/tests/monotonic_time/src/
Dspinlock.h12 typedef unsigned long spinlock_t; typedef
14 static inline void spin_lock(spinlock_t *lock) in spin_lock()
23 static inline void spin_unlock(spinlock_t *lock) in spin_unlock()
Dtime_test.c140 spinlock_t lock;
/external/autotest/client/profilers/lockmeter/
Dpatch.2.6.14-lockmeter-1.gz
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h48 spinlock_t lock;
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs_sb.h36 spinlock_t lock;
/external/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c75 spinlock_t queue_lock;
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c53 static spinlock_t bdev_lock __cacheline_aligned_in_smp = SPIN_LOCK_UNLOCKED;
/external/syslinux/gpxe/src/drivers/net/
Dtg3.h1914 spinlock_t lock;
1915 spinlock_t tx_lock;
1926 spinlock_t indirect_lock;
Dwlan_compat.h461 typedef int spinlock_t; typedef
Dhfa384x.h2466 spinlock_t lock;
2598 spinlock_t cmdlock;
2603 spinlock_t baplock;
Dbnx2.h4057 spinlock_t phy_lock;
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
Dltp_tbio.c70 spinlock_t lock;