Home
last modified time | relevance | path

Searched refs:spinlock_t (Results 1 - 16 of 16) sorted by relevance

/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dspinlock.h41 typedef struct Spinlock spinlock_t; typedef
43 #define DEFINE_SPINLOCK(x) spinlock_t x = SPIN_LOCK_INITIALIZER(x)
58 SPIN_UNUSED_PARAM(spinlock_t *, lock); \
63 SPIN_UNUSED_PARAM(spinlock_t *, lock); \
77 SPIN_UNUSED_PARAM(spinlock_t *, lock); \
H A Dwait.h54 spinlock_t lock;
/third_party/libabigail/tests/data/test-read-ctf/
H A Dtest-linux-module.c6 static spinlock_t my_lock;
16 int testexport2(spinlock_t *t) in testexport2()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/include/
H A Dusb_obj.h57 spinlock_t lock;
60 spinlock_t objres_lock;
H A Df_generic.h182 spinlock_t event_lock;
211 spinlock_t eps_lock;
212 spinlock_t ep0_lock;
H A Dusbd_generic_epfile.h76 spinlock_t list_lock;
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_hid.h79 spinlock_t hid_lock;
H A Df_mass_storage.h246 spinlock_t lock;
H A Df_uac.h72 spinlock_t lock;
H A Df_uvc.h733 spinlock_t lock;
H A Dcdcacm.c125 spinlock_t acm_lock; /* Spinlock */
/third_party/ltp/testcases/kernel/device-drivers/nls/
H A DnlsTest.c75 spinlock_t queue_lock;
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
H A DLtpfsCmds.c53 static spinlock_t bdev_lock __cacheline_aligned_in_smp = SPIN_LOCK_UNLOCKED;
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
H A Dltp_tbio.c70 spinlock_t lock;
/third_party/NuttX/fs/tmpfs/
H A Dfs_tmpfs.c1229 static spinlock_t tmpfs_alloc_unit_lock;
/third_party/ltp/scripts/
H A Dcheckpatch.pl6460 # check for spinlock_t definitions without a comment.
6461 if ($line =~ /^.\s*(struct\s+mutex|spinlock_t)\s+\S+;/ ||
6693 "struct spinlock should be spinlock_t\n" . $herecurr);

Completed in 19 milliseconds