Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 80) sorted by relevance

1234

/linux-3.3/include/linux/
Dmmdebug.h5 #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
Dtracepoint.h117 #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/
Dfile.c193 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
Dlsm.c163 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
Ddomain.c107 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/
Dcopy_to_user.S48 .macro ldr1b ptr reg cond=al abort
65 .macro str1b ptr reg cond=al abort
Dcopy_from_user.S56 .macro ldr1b ptr reg cond=al abort
68 .macro str1b ptr reg cond=al abort
/linux-3.3/include/media/
Dv4l2-device.h130 #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/
Dmemcpy.S31 .macro ldr1b ptr reg cond=al abort
43 .macro str1b ptr reg cond=al abort
Dcopy_to_user.S55 .macro ldr1b ptr reg cond=al abort
74 .macro str1b ptr reg cond=al abort
Dcopy_from_user.S59 .macro ldr1b ptr reg cond=al abort
71 .macro str1b ptr reg cond=al abort
/linux-3.3/arch/arm/boot/compressed/
Ddecompress.c20 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
27 # define Assert(cond,msg) argument
/linux-3.3/drivers/net/wireless/zd1211rw/
Dzd_def.h40 # 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/
Djfs_lock.h35 #define __SLEEP_COND(wq, cond, lock_cmd, unlock_cmd) \ argument
/linux-3.3/arch/parisc/math-emu/
Dsfcmp.c50 unsigned int cond, unsigned int *status) in sgl_fcmp()
Ddfcmp.c51 unsigned int cond, unsigned int *status) in dbl_fcmp()
/linux-3.3/arch/arm/include/asm/
Dspinlock.h34 #define WFE(cond) ALT_SMP( \ argument
42 #define WFE(cond) ALT_SMP("wfe" cond, "nop") argument
/linux-3.3/include/trace/
Ddefine_trace.h30 #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/
Dspinlock_debug.c78 #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/
Dmisc.c64 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
71 # define Assert(cond,msg) argument
/linux-3.3/arch/h8300/boot/compressed/
Dmisc.c52 # define Assert(cond,msg) {if(!(cond)) error(msg);} argument
59 # define Assert(cond,msg) argument
/linux-3.3/sound/pci/asihpi/
Dhpidebug.h98 #define compile_time_assert(cond, msg) \ argument
/linux-3.3/arch/cris/boot/compressed/
Dmisc.c77 # define Assert(cond, msg) do { \ argument
99 # define Assert(cond, msg) argument
/linux-3.3/arch/x86/tools/
Dtest_get_len.c25 #define unlikely(cond) (cond) argument
/linux-3.3/arch/sh/kernel/cpu/sh5/
Dunwind.c232 int cond; in sh64_unwind_inner() local

1234