Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
Dspinlock.h43 typedef struct Spinlock spinlock_t; typedef
45 #define DEFINE_SPINLOCK(x) spinlock_t x = SPIN_LOCK_INITIALIZER(x)
60 SPIN_UNUSED_PARAM(spinlock_t *, lock); \
65 SPIN_UNUSED_PARAM(spinlock_t *, lock); \
79 SPIN_UNUSED_PARAM(spinlock_t *, lock); \
Dwait.h56 spinlock_t lock;
/third_party/boost/boost/sort/common/
Dstack_cnc.hpp66 mutable spinlock_t spl;
98 std::lock_guard < spinlock_t > guard(spl); in emplace_back()
112 std::lock_guard < spinlock_t > S(spl); in pop_move_back()
127 std::lock_guard < spinlock_t > guard(spl); in push_back()
Dspinlock.hpp35 class spinlock_t class
50 explicit spinlock_t ( ) noexcept { af.clear ( ); }; in spinlock_t() function in boost::sort::common::spinlock_t
Dscheduler.hpp63 typedef std::unique_lock <spinlock_t> lock_t;
73 mutable spinlock_t spl;
262 std::unique_lock < spinlock_t > s(sch.spl); in operator <<()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
Dusb_obj.h57 spinlock_t lock;
60 spinlock_t objres_lock;
Df_generic.h182 spinlock_t event_lock;
211 spinlock_t eps_lock;
212 spinlock_t ep0_lock;
Dusbd_generic_epfile.h76 spinlock_t list_lock;
/third_party/NuttX/drivers/usbdev/gadget/
Df_hid.h79 spinlock_t hid_lock;
Df_mass_storage.h246 spinlock_t lock;
Df_uac.h72 spinlock_t lock;
Df_uvc.h733 spinlock_t lock;
Dcdcacm.c125 spinlock_t acm_lock; /* Spinlock */
/third_party/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.c75 spinlock_t queue_lock;
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfsCmds.c53 static spinlock_t bdev_lock __cacheline_aligned_in_smp = SPIN_LOCK_UNLOCKED;
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
Dltp_tbio.c70 spinlock_t lock;
/third_party/NuttX/fs/tmpfs/
Dfs_tmpfs.c1228 static spinlock_t tmpfs_alloc_unit_lock;