/linux-3.3/include/linux/ |
D | percpu-defs.h | 61 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 65 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 75 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 78 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 87 #define DECLARE_PER_CPU(type, name) \ argument 90 #define DEFINE_PER_CPU(type, name) \ argument 97 #define DECLARE_PER_CPU_FIRST(type, name) \ argument 100 #define DEFINE_PER_CPU_FIRST(type, name) \ argument 114 #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name) \ argument 118 #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name) \ argument [all …]
|
D | quotaops.h | 65 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() 97 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 106 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 112 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 118 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 126 unsigned type, tmsk = 0; in sb_any_quota_suspended() local 133 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 141 unsigned type, tmsk = 0; in sb_any_quota_loaded() local 147 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() 161 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() [all …]
|
D | auto_fs4.h | 38 static inline void set_autofs_type_indirect(unsigned int *type) in set_autofs_type_indirect() 44 static inline unsigned int autofs_type_indirect(unsigned int type) in autofs_type_indirect() 49 static inline void set_autofs_type_direct(unsigned int *type) in set_autofs_type_direct() 55 static inline unsigned int autofs_type_direct(unsigned int type) in autofs_type_direct() 60 static inline void set_autofs_type_offset(unsigned int *type) in set_autofs_type_offset() 66 static inline unsigned int autofs_type_offset(unsigned int type) in autofs_type_offset() 71 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() 81 static inline void set_autofs_type_any(unsigned int *type) in set_autofs_type_any() 87 static inline unsigned int autofs_type_any(unsigned int type) in autofs_type_any()
|
D | elfnote.h | 71 #define _ELFNOTE(size, name, unique, type, desc) \ argument 91 #define ELFNOTE(size, name, type, desc) \ argument 94 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument 95 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
|
/linux-3.3/kernel/trace/ |
D | trace_export.c | 23 #define __field_struct(type, item) argument 26 #define __field(type, item) type item; argument 29 #define __field_desc(type, container, item) type item; argument 32 #define __array(type, item, size) type item[size]; argument 35 #define __array_desc(type, container, item, size) type item[size]; argument 38 #define __dynamic_array(type, item) type item[]; argument 66 #define __field(type, item) \ argument 75 #define __field_desc(type, container, item) \ argument 85 #define __array(type, item, len) \ argument 101 #define __array_desc(type, container, item, len) \ argument [all …]
|
/linux-3.3/net/sctp/ |
D | sm_statefuns.c | 209 const sctp_subtype_t type, in sctp_sf_do_4_C() 294 const sctp_subtype_t type, in sctp_sf_do_5_1B_init() 489 const sctp_subtype_t type, in sctp_sf_do_5_1C_ack() 638 const sctp_subtype_t type, void *arg, in sctp_sf_do_5_1D_ce() 861 const sctp_subtype_t type, void *arg, in sctp_sf_do_5_1E_ca() 938 const sctp_subtype_t type, in sctp_sf_heartbeat() 963 const sctp_subtype_t type, in sctp_sf_sendbeat_8_3() 1033 const sctp_subtype_t type, in sctp_sf_beat_8_3() 1100 const sctp_subtype_t type, in sctp_sf_backbeat_8_3() 1365 const sctp_subtype_t type, in sctp_sf_do_unexpected_init() [all …]
|
/linux-3.3/crypto/ |
D | api.c | 63 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup() 113 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc() 133 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add() 196 struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, u32 mask) in crypto_alg_lookup() 208 struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, u32 mask) in crypto_larval_lookup() 250 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup() 278 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops() 302 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local 324 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize() 357 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm() [all …]
|
/linux-3.3/fs/quota/ |
D | quota.c | 21 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission() 53 static int quota_sync_all(int type) in quota_sync_all() 65 static int quota_quotaon(struct super_block *sb, int type, int cmd, qid_t id, in quota_quotaon() 77 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt() 93 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo() 106 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo() 130 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota() 174 static int quota_setquota(struct super_block *sb, int type, qid_t id, in quota_setquota() 212 static int quota_setxquota(struct super_block *sb, int type, qid_t id, in quota_setxquota() 224 static int quota_getxquota(struct super_block *sb, int type, qid_t id, in quota_getxquota() [all …]
|
/linux-3.3/drivers/md/ |
D | dm-exception-store.c | 24 struct dm_exception_store_type *type; in __find_exception_store_type() local 35 struct dm_exception_store_type *type; in _get_exception_store_type() local 75 struct dm_exception_store_type *type; in get_type() local 103 static void put_type(struct dm_exception_store_type *type) in put_type() 110 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register() 125 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister() 202 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
|
/linux-3.3/drivers/staging/line6/ |
D | control.c | 23 #define LINE6_PARAM_R(PREFIX, prefix, type, param) \ argument 30 #define LINE6_PARAM_RW(PREFIX, prefix, type, param) \ argument 38 #define POD_PARAM_R(type, param) LINE6_PARAM_R(POD, pod, type, param) argument 39 #define POD_PARAM_RW(type, param) LINE6_PARAM_RW(POD, pod, type, param) argument 40 #define VARIAX_PARAM_R(type, param) LINE6_PARAM_R(VARIAX, variax, type, param) argument 41 #define VARIAX_PARAM_RW(type, param) LINE6_PARAM_RW(VARIAX, variax, type, param) argument 531 int line6_pod_create_files(int firmware, int type, struct device *dev) in line6_pod_create_files() 735 void line6_pod_remove_files(int firmware, int type, struct device *dev) in line6_pod_remove_files() 909 int line6_variax_create_files(int firmware, int type, struct device *dev) in line6_variax_create_files() 954 void line6_variax_remove_files(int firmware, int type, struct device *dev) in line6_variax_remove_files()
|
/linux-3.3/include/asm-generic/ |
D | ioctl.h | 65 #define _IOC(dir,type,nr,size) \ argument 83 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 84 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 85 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 86 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 87 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 88 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 89 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
/linux-3.3/arch/ia64/include/asm/ |
D | paravirt_privop.h | 243 #define PARAVIRT_TYPE(type) \ argument 299 #define PARAVIRT_BR0(op, type) \ argument 307 #define PARAVIRT_BR0_RET(op, type) \ argument 315 #define PARAVIRT_BR1(op, type, arg1) \ argument 324 #define PARAVIRT_BR1_RET(op, type, arg1) \ argument 333 #define PARAVIRT_BR1_VOID(op, type, arg1) \ argument 342 #define PARAVIRT_BR2(op, type, arg1, arg2) \ argument 354 #define PARAVIRT_DEFINE_CPU_OP0(op, type) \ argument 361 #define PARAVIRT_DEFINE_CPU_OP0_RET(op, type) \ argument 369 #define PARAVIRT_DEFINE_CPU_OP1_VOID(op, type) \ argument [all …]
|
/linux-3.3/arch/cris/include/arch-v32/arch/ |
D | unistd.h | 9 #define _syscall0(type,name) \ argument 27 #define _syscall1(type,name,type1,arg1) \ argument 45 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 64 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 84 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 106 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 130 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
|
/linux-3.3/arch/cris/include/arch-v10/arch/ |
D | unistd.h | 9 #define _syscall0(type,name) \ argument 26 #define _syscall1(type,name,type1,arg1) \ argument 43 #define _syscall2(type,name,type1,arg1,type2,arg2) \ argument 61 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \ argument 80 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \ argument 101 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument 124 #define _syscall6(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \ argument
|
/linux-3.3/arch/powerpc/kvm/ |
D | timing.h | 32 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) in kvmppc_set_exit_type() 44 static inline void kvmppc_set_exit_type(struct kvm_vcpu *vcpu, int type) {} in kvmppc_set_exit_type() 48 static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit_stat() 100 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit()
|
/linux-3.3/include/trace/events/ |
D | btrfs.h | 24 #define show_ref_type(type) \ argument 140 #define __show_map_type(type) \ argument 147 #define show_map_type(type) \ argument 542 #define show_chunk_type(type) \ argument
|
/linux-3.3/fs/ocfs2/ |
D | quota_global.c | 161 ssize_t ocfs2_quota_read(struct super_block *sb, int type, char *data, in ocfs2_quota_read() 210 ssize_t ocfs2_quota_write(struct super_block *sb, int type, in ocfs2_quota_write() 332 int ocfs2_global_read_info(struct super_block *sb, int type) in ocfs2_global_read_info() 413 static int __ocfs2_global_write_info(struct super_block *sb, int type) in __ocfs2_global_write_info() 441 int ocfs2_global_write_info(struct super_block *sb, int type) in ocfs2_global_write_info() 454 static int ocfs2_global_qinit_alloc(struct super_block *sb, int type) in ocfs2_global_qinit_alloc() 465 static int ocfs2_calc_global_qinit_credits(struct super_block *sb, int type) in ocfs2_calc_global_qinit_credits() 480 int type = dquot->dq_type; in __ocfs2_sync_dquot() local 588 static int ocfs2_sync_dquot_helper(struct dquot *dquot, unsigned long type) in ocfs2_sync_dquot_helper() 664 static int ocfs2_calc_qdel_credits(struct super_block *sb, int type) in ocfs2_calc_qdel_credits() [all …]
|
D | sysfile.c | 50 static inline int is_global_system_inode(int type) in is_global_system_inode() 57 int type, in get_local_system_inode() 105 int type, in ocfs2_get_system_file_inode() 137 int type, in _ocfs2_get_system_file_inode()
|
/linux-3.3/drivers/scsi/ |
D | iscsi_boot_sysfs.c | 33 int type; member 308 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj() 309 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj() 371 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target() 372 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target() 396 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator() 397 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator() 422 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet() 423 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet()
|
/linux-3.3/arch/mips/fw/arc/ |
D | memory.c | 66 static inline int memtype_classify_arcs(union linux_memtypes type) in memtype_classify_arcs() 86 static inline int memtype_classify_arc(union linux_memtypes type) in memtype_classify_arc() 106 static int __init prom_memtype_classify(union linux_memtypes type) in prom_memtype_classify() 134 long type; in prom_meminit() local
|
/linux-3.3/net/ax25/ |
D | ax25_std_in.c | 43 …ic int ax25_std_state1_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state1_machine() 107 …ic int ax25_std_state2_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int pf, int type) in ax25_std_state2_machine() 145 …state3_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state3_machine() 270 …state4_machine(ax25_cb *ax25, struct sk_buff *skb, int frametype, int ns, int nr, int pf, int type) in ax25_std_state4_machine() 423 int ax25_std_frame_in(ax25_cb *ax25, struct sk_buff *skb, int type) in ax25_std_frame_in()
|
/linux-3.3/fs/squashfs/ |
D | xattr.c | 137 int type, prefix, name_size; in squashfs_xattr_get() local 219 const char *name, size_t name_len, int type) in squashfs_user_list() 227 size_t size, int type) in squashfs_user_get() 246 size_t list_size, const char *name, size_t name_len, int type) in squashfs_trusted_list() 257 void *buffer, size_t size, int type) in squashfs_trusted_get() 276 size_t list_size, const char *name, size_t name_len, int type) in squashfs_security_list() 284 void *buffer, size_t size, int type) in squashfs_security_get() 299 static const struct xattr_handler *squashfs_xattr_handler(int type) in squashfs_xattr_handler()
|
/linux-3.3/sound/core/ |
D | sound.c | 103 void *snd_lookup_minor_data(unsigned int minor, int type) in snd_lookup_minor_data() 191 static int snd_find_free_minor(int type) in snd_find_free_minor() 214 static int snd_kernel_minor(int type, struct snd_card *card, int dev) in snd_kernel_minor() 261 int snd_register_device_for_dev(int type, struct snd_card *card, int dev, in snd_register_device_for_dev() 312 static int find_snd_minor(int type, struct snd_card *card, int dev) in find_snd_minor() 338 int snd_unregister_device(int type, struct snd_card *card, int dev) in snd_unregister_device() 359 int snd_add_device_sysfs_file(int type, struct snd_card *card, int dev, in snd_add_device_sysfs_file() 383 static const char *snd_device_type_name(int type) in snd_device_type_name()
|
/linux-3.3/drivers/rapidio/ |
D | rio-access.c | 42 #define RIO_LOP_READ(size,type,len) \ argument 66 #define RIO_LOP_WRITE(size,type,len) \ argument 102 #define RIO_OP_READ(size,type,len) \ argument 126 #define RIO_OP_WRITE(size,type,len) \ argument
|
/linux-3.3/arch/m68k/include/asm/ |
D | bootstd.h | 37 #define __bsc_return(type, res) \ argument 48 #define _bsc0(type,name) \ argument 59 #define _bsc1(type,name,atype,a) \ argument 71 #define _bsc2(type,name,atype,a,btype,b) \ argument 84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument 99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument 115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
|