Home
last modified time | relevance | path

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

/development/ndk/platforms/android-3/include/linux/
Dnotifier.h43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL… macro
47 … BLOCKING_NOTIFIER_HEAD(name) struct blocking_notifier_head name = BLOCKING_NOTIFIER_INIT(name)