| /include/trace/events/ |
| D | f2fs.h | 53 #define show_block_type(type) \ argument 90 #define show_data_type(type) \ argument 100 #define show_file_type(type) \ argument 105 #define show_gc_type(type) \ argument 110 #define show_alloc_mode(type) \ argument 115 #define show_victim_policy(type) \ argument 120 #define show_cpreason(type) \ argument 130 #define show_fsync_cpreason(type) \ argument 143 #define show_shutdown_mode(type) \ argument
|
| D | btrfs.h | 41 #define show_ref_type(type) \ argument 70 #define show_fi_type(type) \ argument 76 #define show_qgroup_rsv_type(type) \ argument 224 #define __show_map_type(type) \ argument 231 #define show_map_type(type) \ argument 922 #define show_chunk_type(type) \ argument
|
| D | nilfs2.h | 12 #define show_collection_stage(type) \ argument 57 #define show_transaction_state(type) \ argument
|
| /include/linux/ |
| D | quotaops.h | 85 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() 121 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 130 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 136 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 142 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 154 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 165 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() 179 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 184 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 189 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() [all …]
|
| D | elfnote.h | 72 #define _ELFNOTE(size, name, unique, type, desc) \ argument 92 #define ELFNOTE(size, name, type, desc) \ argument 95 #define ELFNOTE32(name, type, desc) ELFNOTE(32, name, type, desc) argument 96 #define ELFNOTE64(name, type, desc) ELFNOTE(64, name, type, desc) argument
|
| D | percpu-defs.h | 86 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 90 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 100 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 103 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 111 #define DECLARE_PER_CPU(type, name) \ argument 114 #define DEFINE_PER_CPU(type, name) \ argument 121 #define DECLARE_PER_CPU_FIRST(type, name) \ argument 124 #define DEFINE_PER_CPU_FIRST(type, name) \ argument 138 #define DECLARE_PER_CPU_SHARED_ALIGNED(type, name) \ argument 142 #define DEFINE_PER_CPU_SHARED_ALIGNED(type, name) \ argument [all …]
|
| D | firmware-map.h | 23 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 28 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 33 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
| D | device_cgroup.h | 18 static inline int __devcgroup_check_permission(short type, u32 major, u32 minor, in __devcgroup_check_permission() 24 static inline int devcgroup_check_permission(short type, u32 major, u32 minor, in devcgroup_check_permission() 37 short type, access = 0; in devcgroup_inode_permission() local 60 short type; in devcgroup_inode_mknod() local
|
| D | profile.h | 58 static inline void profile_hit(int type, void *ip) in profile_hit() 98 static inline void profile_tick(int type) in profile_tick() 103 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() 108 static inline void profile_hit(int type, void *ip) in profile_hit()
|
| D | typecheck.h | 9 #define typecheck(type,x) \ argument 20 #define typecheck_fn(type,function) \ argument
|
| D | pid.h | 178 #define do_each_pid_task(pid, type, task) \ argument 188 #define while_each_pid_task(pid, type, task) \ argument 194 #define do_each_pid_thread(pid, type, task) \ argument 199 #define while_each_pid_thread(pid, type, task) \ argument
|
| D | swap_cgroup.h | 33 swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() 38 static inline void swap_cgroup_swapoff(int type) in swap_cgroup_swapoff()
|
| D | moduleparam.h | 126 #define module_param(name, type, perm) \ argument 132 #define module_param_unsafe(name, type, perm) \ argument 146 #define module_param_named(name, value, type, perm) \ argument 154 #define module_param_named_unsafe(name, value, type, perm) \ argument 260 #define core_param(name, var, type, perm) \ argument 267 #define core_param_unsafe(name, var, type, perm) \ argument 336 #define __param_check(name, p, type) \ argument 421 #define module_param_array(name, type, nump, perm) \ argument 435 #define module_param_array_named(name, array, type, nump, perm) \ argument 469 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument [all …]
|
| D | kfifo.h | 62 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument 68 #define STRUCT_KFIFO(type, size) \ argument 71 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ argument 77 #define STRUCT_KFIFO_PTR(type) \ argument 110 #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo argument 118 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo argument 143 #define DEFINE_KFIFO(fifo, type, size) \ argument
|
| /include/uapi/asm-generic/ |
| D | ioctl.h | 69 #define _IOC(dir,type,nr,size) \ argument 85 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 86 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 87 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 88 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 89 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 90 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 91 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
| /include/uapi/linux/ |
| D | cryptouser.h | 83 char type[CRYPTO_MAX_NAME]; member 92 char type[CRYPTO_MAX_NAME]; member 103 char type[CRYPTO_MAX_NAME]; member 112 char type[CRYPTO_MAX_NAME]; member 121 char type[CRYPTO_MAX_NAME]; member 128 char type[CRYPTO_MAX_NAME]; member 136 char type[CRYPTO_MAX_NAME]; member 144 char type[CRYPTO_MAX_NAME]; member 148 char type[CRYPTO_MAX_NAME]; member 152 char type[CRYPTO_MAX_NAME]; member [all …]
|
| D | auto_fs.h | 47 int type; /* Type of packet */ member 103 static inline void set_autofs_type_indirect(unsigned int *type) in set_autofs_type_indirect() 108 static inline unsigned int autofs_type_indirect(unsigned int type) in autofs_type_indirect() 113 static inline void set_autofs_type_direct(unsigned int *type) in set_autofs_type_direct() 118 static inline unsigned int autofs_type_direct(unsigned int type) in autofs_type_direct() 123 static inline void set_autofs_type_offset(unsigned int *type) in set_autofs_type_offset() 128 static inline unsigned int autofs_type_offset(unsigned int type) in autofs_type_offset() 133 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() 143 static inline void set_autofs_type_any(unsigned int *type) in set_autofs_type_any() 148 static inline unsigned int autofs_type_any(unsigned int type) in autofs_type_any()
|
| /include/trace/ |
| D | trace_events.h | 84 #define __field(type, item) type item; argument 87 #define __field_ext(type, item, filter_type) type item; argument 90 #define __field_struct(type, item) type item; argument 93 #define __field_struct_ext(type, item, filter_type) type item; argument 96 #define __array(type, item, len) type item[len]; argument 99 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument 179 #define __field(type, item) argument 182 #define __field_ext(type, item, filter_type) argument 185 #define __field_struct(type, item) argument 188 #define __field_struct_ext(type, item, filter_type) argument [all …]
|
| /include/uapi/sound/ |
| D | firewire.h | 18 unsigned int type; /* SNDRV_FIREWIRE_EVENT_xxx */ member 22 unsigned int type; member 27 unsigned int type; member 43 unsigned int type; member 48 unsigned int type; member 53 unsigned int type; member 64 unsigned int type; member 94 unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ member
|
| /include/linux/iio/ |
| D | events.h | 25 type, chan, chan1, chan2) \ argument 42 type, direction) \ argument 53 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \ argument
|
| /include/rdma/ |
| D | rdma_netlink.h | 115 const char *type; member 122 #define MODULE_ALIAS_RDMA_LINK(type) MODULE_ALIAS("rdma-link-" type) argument 123 #define MODULE_ALIAS_RDMA_CLIENT(type) MODULE_ALIAS("rdma-client-" type) argument
|
| /include/acpi/ |
| D | acpixf.h | 35 #define ACPI_GLOBAL(type,name) \ argument 39 #define ACPI_INIT_GLOBAL(type,name,value) \ argument 44 #define ACPI_GLOBAL(type,name) \ argument 49 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
|
| /include/uapi/linux/netfilter/ |
| D | xt_sctp.h | 39 #define bytes(type) (sizeof(type) * 8) argument 41 #define SCTP_CHUNKMAP_SET(chunkmap, type) \ argument 47 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \ argument 53 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \ argument
|
| /include/xen/interface/io/ |
| D | kbdif.h | 271 uint8_t type; member 297 uint8_t type; member 327 uint8_t type; member 480 uint8_t type; /* XENKBD_TYPE_MTOUCH */ member 500 uint8_t type; member 529 uint8_t type; member
|
| /include/net/netfilter/ |
| D | nf_log.h | 21 u_int8_t type; member 50 enum nf_log_type type; member 73 #define MODULE_ALIAS_NF_LOGGER(family, type) \ argument
|