/linux-3.3/include/linux/ |
D | mmdebug.h | 5 #define VM_BUG_ON(cond) BUG_ON(cond) argument 7 #define VM_BUG_ON(cond) do { (void)(cond); } while (0) argument 11 #define VIRTUAL_BUG_ON(cond) BUG_ON(cond) argument 13 #define VIRTUAL_BUG_ON(cond) do { } while (0) argument
|
D | tracepoint.h | 117 #define __DO_TRACE(tp, proto, args, cond) \ argument 142 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 193 #define __DECLARE_TRACE(name, proto, args, cond, data_proto, data_args) \ argument 241 #define DECLARE_TRACE_CONDITION(name, proto, args, cond) \ argument 362 args, cond) \ argument 371 #define TRACE_EVENT_CONDITION(name, proto, args, cond, \ argument
|
/linux-3.3/security/apparmor/ |
D | file.c | 193 struct path_cond *cond) in compute_perms() 234 const char *name, struct path_cond *cond, in aa_str_perms() 274 int flags, u32 request, struct path_cond *cond) in aa_path_perm() 354 struct path_cond cond = { in aa_path_link() local 450 struct path_cond cond = { in aa_file_perm() local
|
D | lsm.c | 163 struct path_cond *cond) in common_perm() 187 struct path_cond *cond) in common_perm_dir_dentry() 207 struct path_cond cond = { dentry->d_inode->i_uid, in common_perm_mnt_dentry() local 227 struct path_cond cond = { }; in common_perm_rm() local 251 struct path_cond cond = { current_fsuid(), mode }; in common_perm_create() local 284 struct path_cond cond = { path->dentry->d_inode->i_uid, in apparmor_path_truncate() local 330 struct path_cond cond = { old_dentry->d_inode->i_uid, in apparmor_path_rename() local 357 struct path_cond cond = { path->dentry->d_inode->i_uid, in apparmor_path_chown() local 398 struct path_cond cond = { inode->i_uid, inode->i_mode }; in apparmor_dentry_open() local
|
D | domain.c | 107 struct path_cond cond = { }; in change_profile_perms() local 351 struct path_cond cond = { in apparmor_bprm_set_creds() local
|
/linux-3.3/arch/unicore32/lib/ |
D | copy_to_user.S | 48 .macro ldr1b ptr reg cond=al abort 65 .macro str1b ptr reg cond=al abort
|
D | copy_from_user.S | 56 .macro ldr1b ptr reg cond=al abort 68 .macro str1b ptr reg cond=al abort
|
/linux-3.3/include/media/ |
D | v4l2-device.h | 130 #define __v4l2_device_call_subdevs_p(v4l2_dev, sd, cond, o, f, args...) \ argument 137 #define __v4l2_device_call_subdevs(v4l2_dev, cond, o, f, args...) \ argument 149 #define __v4l2_device_call_subdevs_until_err_p(v4l2_dev, sd, cond, o, f, args...) \ argument 162 #define __v4l2_device_call_subdevs_until_err(v4l2_dev, cond, o, f, args...) \ argument
|
/linux-3.3/arch/arm/lib/ |
D | memcpy.S | 31 .macro ldr1b ptr reg cond=al abort 43 .macro str1b ptr reg cond=al abort
|
D | copy_to_user.S | 55 .macro ldr1b ptr reg cond=al abort 74 .macro str1b ptr reg cond=al abort
|
D | copy_from_user.S | 59 .macro ldr1b ptr reg cond=al abort 71 .macro str1b ptr reg cond=al abort
|
/linux-3.3/arch/arm/boot/compressed/ |
D | decompress.c | 20 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 27 # define Assert(cond,msg) argument
|
/linux-3.3/drivers/net/wireless/zd1211rw/ |
D | zd_def.h | 40 # define dev_dbg_f_cond(dev, cond, fmt, args...) ({ \ argument 48 # define dev_dbg_f_cond(dev, cond, fmt, args...) do { (void)(dev); } while (0) argument
|
/linux-3.3/fs/jfs/ |
D | jfs_lock.h | 35 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
|
/linux-3.3/arch/parisc/math-emu/ |
D | sfcmp.c | 50 unsigned int cond, unsigned int *status) in sgl_fcmp()
|
D | dfcmp.c | 51 unsigned int cond, unsigned int *status) in dbl_fcmp()
|
/linux-3.3/arch/arm/include/asm/ |
D | spinlock.h | 34 #define WFE(cond) ALT_SMP( \ argument 42 #define WFE(cond) ALT_SMP("wfe" cond, "nop") argument
|
/linux-3.3/include/trace/ |
D | define_trace.h | 30 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 52 #define DEFINE_EVENT_CONDITION(template, name, proto, args, cond) \ argument
|
/linux-3.3/lib/ |
D | spinlock_debug.c | 78 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument 169 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
|
/linux-3.3/arch/alpha/boot/ |
D | misc.c | 64 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 71 # define Assert(cond,msg) argument
|
/linux-3.3/arch/h8300/boot/compressed/ |
D | misc.c | 52 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument 59 # define Assert(cond,msg) argument
|
/linux-3.3/sound/pci/asihpi/ |
D | hpidebug.h | 98 #define compile_time_assert(cond, msg) \ argument
|
/linux-3.3/arch/cris/boot/compressed/ |
D | misc.c | 77 # define Assert(cond, msg) do { \ argument 99 # define Assert(cond, msg) argument
|
/linux-3.3/arch/x86/tools/ |
D | test_get_len.c | 25 #define unlikely(cond) (cond) argument
|
/linux-3.3/arch/sh/kernel/cpu/sh5/ |
D | unwind.c | 232 int cond; in sh64_unwind_inner() local
|