HomeSort by relevance Sort by last modified time
    Searched refs:spin_lock_init (Results 126 - 133 of 133) sorted by null

1 2 3 4 56

  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
spinlock.h 36 #define spin_lock_init(lock) do { *(lock) = SPIN_LOCK_UNLOCKED; } while (0) macro
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
spinlock.h 36 #define spin_lock_init(lock) do { *(lock) = SPIN_LOCK_UNLOCKED; } while (0) macro
  /external/ltp/testcases/kernel/device-drivers/nls/
nlsTest.c 167 spin_lock_init(&dev->queue_lock);
  /external/squashfs-tools/kernel/fs/squashfs/
cache.c 257 spin_lock_init(&cache->lock);
  /external/e2fsprogs/debugfs/
revoke.c 288 spin_lock_init(&journal->j_revoke_lock);
  /external/e2fsprogs/e2fsck/
revoke.c 288 spin_lock_init(&journal->j_revoke_lock);
  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_kernel/
ltp_tbio.c 532 spin_lock_init(&tbio_dev.lock);
  /external/syslinux/gpxe/src/drivers/net/
wlan_compat.h 459 #define spin_lock_init(s) do { } while (0) macro

Completed in 3504 milliseconds

1 2 3 4 56