HomeSort by relevance Sort by last modified time
    Searched refs:spin_lock_nested (Results 1 - 8 of 8) sorted by null

  /external/kernel-headers/original/linux/
spinlock.h 177 # define spin_lock_nested(lock, subclass) _spin_lock_nested(lock, subclass) macro
179 # define spin_lock_nested(lock, subclass) _spin_lock(lock) macro