/prebuilts/ndk/r11/platforms/android-14/arch-x86/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-15/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-15/arch-mips/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-15/arch-x86/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-16/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-16/arch-mips/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-16/arch-x86/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-17/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-17/arch-mips/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-17/arch-x86/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-18/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-18/arch-mips/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-18/arch-x86/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-19/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-19/arch-mips/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-19/arch-x86/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/ |
notifier.h | 26 struct notifier_block *head; member in struct:atomic_notifier_head 31 struct notifier_block *head; member in struct:blocking_notifier_head 35 struct notifier_block *head; member in struct:raw_notifier_head 38 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { spin_lock_init(&(name)->lock); (name)->head = NULL; } while (0) 39 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { init_rwsem(&(name)->rwsem); (name)->head = NULL; } while (0) 40 #define RAW_INIT_NOTIFIER_HEAD(name) do { (name)->head = NULL; } while (0) 42 #define ATOMIC_NOTIFIER_INIT(name) { .lock = __SPIN_LOCK_UNLOCKED(name.lock), .head = NULL } 43 #define BLOCKING_NOTIFIER_INIT(name) { .rwsem = __RWSEM_INITIALIZER((name).rwsem), .head = NULL } 44 #define RAW_NOTIFIER_INIT(name) { .head = NULL }
|
/external/libnetfilter_conntrack/src/conntrack/ |
build_mnl.c | 118 switch(ct->head.orig.protonum) { 123 if (!(test_bit(ATTR_TCP_STATE, ct->head.set) || 124 test_bit(ATTR_TCP_FLAGS_ORIG, ct->head.set) || 125 test_bit(ATTR_TCP_FLAGS_REPL, ct->head.set) || 126 test_bit(ATTR_TCP_MASK_ORIG, ct->head.set) || 127 test_bit(ATTR_TCP_MASK_REPL, ct->head.set) || 128 test_bit(ATTR_TCP_WSCALE_ORIG, ct->head.set) || 129 test_bit(ATTR_TCP_WSCALE_REPL, ct->head.set))) { 134 if (test_bit(ATTR_TCP_STATE, ct->head.set)) { 138 if (test_bit(ATTR_TCP_FLAGS_ORIG, ct->head.set) & [all...] |
/external/ipsec-tools/src/racoon/ |
genlist.c | 50 genlist_insert (struct genlist *head, void *data) 54 TAILQ_INSERT_HEAD(head, entry, chain); 59 genlist_append (struct genlist *head, void *data) 63 TAILQ_INSERT_TAIL(head, entry, chain); 68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg) 72 TAILQ_FOREACH(p, head, chain) { 82 genlist_next (struct genlist *head, struct genlist_entry **buf) 86 if (head) 87 p = TAILQ_FIRST(head); 96 genlist_free (struct genlist *head, genlist_freedata_t func [all...] |