/include/asm-generic/ |
D | bug.h | 50 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while(0) argument 72 #define WARN_ON(condition) ({ \ argument 81 #define WARN(condition, format...) ({ \ argument 95 #define BUG_ON(condition) do { if (condition) ; } while(0) argument 99 #define WARN_ON(condition) ({ \ argument 106 #define WARN(condition, format...) ({ \ argument 114 #define WARN_ON_ONCE(condition) ({ \ argument 124 #define WARN_ONCE(condition, format...) ({ \ argument 134 #define WARN_ON_RATELIMIT(condition, state) \ argument
|
/include/linux/ |
D | wait.h | 174 #define __wait_event(wq, condition) \ argument 199 #define wait_event(wq, condition) \ argument 206 #define __wait_event_timeout(wq, condition, ret) \ argument 237 #define wait_event_timeout(wq, condition, timeout) \ argument 245 #define __wait_event_interruptible(wq, condition, ret) \ argument 278 #define wait_event_interruptible(wq, condition) \ argument 286 #define __wait_event_interruptible_timeout(wq, condition, ret) \ argument 323 #define wait_event_interruptible_timeout(wq, condition, timeout) \ argument 331 #define __wait_event_interruptible_exclusive(wq, condition, ret) \ argument 353 #define wait_event_interruptible_exclusive(wq, condition) \ argument [all …]
|
D | freezer.h | 138 #define wait_event_freezable(wq, condition) \ argument 153 #define wait_event_freezable_timeout(wq, condition, timeout) \ argument 182 #define wait_event_freezable(wq, condition) \ argument 185 #define wait_event_freezable_timeout(wq, condition, timeout) \ argument
|
D | nfs_fs.h | 562 #define nfs_wait_event(clnt, wq, condition) \ argument
|
D | kernel.h | 521 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
|
D | sched.h | 1649 #define conditional_stopped_child_used_math(condition, child) \ argument 1651 #define conditional_used_math(condition) \ argument
|
D | usb.h | 170 enum usb_interface_condition condition; /* state of binding */ member
|
D | input.h | 943 struct ff_condition_effect condition[2]; /* One for each axis */ member
|
/include/net/irda/ |
D | discovery.h | 82 LAP_REASON condition; /* More info about the discovery */ member
|
/include/drm/ |
D | drm_os_linux.h | 83 #define DRM_WAIT_ON( ret, queue, timeout, condition ) \ argument
|
/include/net/ |
D | lapb.h | 89 unsigned char condition; member
|
D | netrom.h | 72 unsigned char state, condition, bpqext, window; member
|
D | x25.h | 148 unsigned char state, condition, qbitincl, intflag, accptapprv; member
|
D | rose.h | 129 unsigned char state, condition, qbitincl, defer; member
|
D | ax25.h | 232 unsigned char condition, backoff; member
|
/include/linux/raid/ |
D | md_k.h | 369 #define __wait_event_lock_irq(wq, condition, lock, cmd) \ argument 388 #define wait_event_lock_irq(wq, condition, lock, cmd) \ argument
|
/include/net/bluetooth/ |
D | hci.h | 452 __u8 condition[0]; member
|