Home
last modified time | relevance | path

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

/bionic/libc/kernel/common/asm-generic/
Dbug.h27 #define BUG_ON(condition) do { if (condition) ; } while(0) argument
31 #define WARN_ON(condition) do { if (condition) ; } while(0) argument
34 #define WARN_ON_ONCE(condition) ({ static int __warn_once = 1; int __ret = 0; if (unlikely… argument
/bionic/libc/kernel/common/linux/
Dkernel.h42 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
Dinput.h989 struct ff_condition_effect condition[2]; member
/bionic/libc/kernel/common/linux/raid/
Dmd_k.h214condition, lock, cmd) do { wait_queue_t __wait; init_waitqueue_entry(&__wait, current); a… argument
215 …define wait_event_lock_irq(wq, condition, lock, cmd) do { if (condition) break; __wait_even… argument