Lines Matching defs:flags
37 #define OSL_MEMLIST_LOCK(lock, flags) (flags) = osl_spin_lock(lock) argument
38 #define OSL_MEMLIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags)) argument
40 #define OSL_STATIC_BUF_LOCK(lock, flags) (flags) = osl_spin_lock(lock) argument
41 #define OSL_STATIC_BUF_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags)) argument
43 #define OSL_STATIC_PKT_LOCK(lock, flags) (flags) = osl_spin_lock(lock) argument
44 #define OSL_STATIC_PKT_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags)) argument
46 #define OSL_PKTLIST_LOCK(lock, flags) (flags) = osl_spin_lock(lock) argument
47 #define OSL_PKTLIST_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags)) argument
49 #define OSL_CTRACE_LOCK(lock, flags) (flags) = osl_spin_lock(lock) argument
50 #define OSL_CTRACE_UNLOCK(lock, flags) osl_spin_unlock((lock), (flags)) argument
154 uint32 flags; /* If specific cases to be handled in the OSL */ member