Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dspinlock_api_up.h30 #define __LOCK_BH(lock) \ macro
55 #define _spin_lock_bh(lock) __LOCK_BH(lock)
56 #define _read_lock_bh(lock) __LOCK_BH(lock)
57 #define _write_lock_bh(lock) __LOCK_BH(lock)
67 #define _spin_trylock_bh(lock) ({ __LOCK_BH(lock); 1; })