| /include/trace/events/ |
| D | f2fs.h | 49 #define show_block_type(type) \ argument 92 #define show_data_type(type) \ argument 102 #define show_file_type(type) \ argument 107 #define show_gc_type(type) \ argument 112 #define show_alloc_mode(type) \ argument 117 #define show_victim_policy(type) \ argument 122 #define show_cpreason(type) \ argument 132 #define show_fsync_cpreason(type) \ argument
|
| D | btrfs.h | 28 #define show_ref_type(type) \ argument 165 #define __show_map_type(type) \ argument 172 #define show_map_type(type) \ argument 687 #define show_chunk_type(type) \ argument
|
| D | nilfs2.h | 11 #define show_collection_stage(type) \ argument 56 #define show_transaction_state(type) \ argument
|
| /include/linux/ |
| D | quotaops.h | 75 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend() 111 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo() 120 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 126 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 132 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() 144 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded() 155 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active() 170 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled() 175 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled() 180 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended() [all …]
|
| D | percpu-defs.h | 91 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 95 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 106 #define DECLARE_PER_CPU_SECTION(type, name, sec) \ argument 109 #define DEFINE_PER_CPU_SECTION(type, name, sec) \ argument 118 #define DECLARE_PER_CPU(type, name) \ argument 121 #define DEFINE_PER_CPU(type, name) \ argument 124 #define DECLARE_PER_CPU_USER_MAPPED(type, name) \ argument 127 #define DEFINE_PER_CPU_USER_MAPPED(type, name) \ argument 134 #define DECLARE_PER_CPU_FIRST(type, name) \ argument 137 #define DEFINE_PER_CPU_FIRST(type, name) \ argument [all …]
|
| 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
|
| D | firmware-map.h | 32 static inline int firmware_map_add_early(u64 start, u64 end, const char *type) in firmware_map_add_early() 37 static inline int firmware_map_add_hotplug(u64 start, u64 end, const char *type) in firmware_map_add_hotplug() 42 static inline int firmware_map_remove(u64 start, u64 end, const char *type) in firmware_map_remove()
|
| D | profile.h | 57 static inline void profile_hit(int type, void *ip) in profile_hit() 97 static inline void profile_tick(int type) in profile_tick() 102 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits() 107 static inline void profile_hit(int type, void *ip) in profile_hit()
|
| D | typecheck.h | 8 #define typecheck(type,x) \ argument 19 #define typecheck_fn(type,function) \ argument
|
| D | swap_cgroup.h | 30 swap_cgroup_swapon(int type, unsigned long max_pages) in swap_cgroup_swapon() 35 static inline void swap_cgroup_swapoff(int type) in swap_cgroup_swapoff()
|
| D | pid.h | 177 #define do_each_pid_task(pid, type, task) \ argument 187 #define while_each_pid_task(pid, type, task) \ argument 193 #define do_each_pid_thread(pid, type, task) \ argument 198 #define while_each_pid_thread(pid, type, task) \ argument
|
| D | plist.h | 235 # define plist_first_entry(head, type, member) \ argument 241 # define plist_first_entry(head, type, member) \ argument 252 # define plist_last_entry(head, type, member) \ argument 258 # define plist_last_entry(head, type, member) \ argument
|
| D | kfifo.h | 76 #define __STRUCT_KFIFO(type, size, recsize, ptrtype) \ argument 82 #define STRUCT_KFIFO(type, size) \ argument 85 #define __STRUCT_KFIFO_PTR(type, recsize, ptrtype) \ argument 91 #define STRUCT_KFIFO_PTR(type) \ argument 123 #define DECLARE_KFIFO_PTR(fifo, type) STRUCT_KFIFO_PTR(type) fifo argument 131 #define DECLARE_KFIFO(fifo, type, size) STRUCT_KFIFO(type, size) fifo argument 156 #define DEFINE_KFIFO(fifo, type, size) \ argument
|
| D | frontswap.h | 95 static inline void frontswap_invalidate_page(unsigned type, pgoff_t offset) in frontswap_invalidate_page() 101 static inline void frontswap_invalidate_area(unsigned type) in frontswap_invalidate_area() 107 static inline void frontswap_init(unsigned type, unsigned long *map) in frontswap_init()
|
| /include/uapi/asm-generic/ |
| D | ioctl.h | 65 #define _IOC(dir,type,nr,size) \ argument 76 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument 77 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument 78 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 79 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument 80 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument 81 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument 82 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument
|
| /include/uapi/linux/ |
| D | auto_fs4.h | 36 static inline void set_autofs_type_indirect(unsigned int *type) in set_autofs_type_indirect() 41 static inline unsigned int autofs_type_indirect(unsigned int type) in autofs_type_indirect() 46 static inline void set_autofs_type_direct(unsigned int *type) in set_autofs_type_direct() 51 static inline unsigned int autofs_type_direct(unsigned int type) in autofs_type_direct() 56 static inline void set_autofs_type_offset(unsigned int *type) in set_autofs_type_offset() 61 static inline unsigned int autofs_type_offset(unsigned int type) in autofs_type_offset() 66 static inline unsigned int autofs_type_trigger(unsigned int type) in autofs_type_trigger() 76 static inline void set_autofs_type_any(unsigned int *type) in set_autofs_type_any() 81 static inline unsigned int autofs_type_any(unsigned int type) in autofs_type_any()
|
| D | cryptouser.h | 65 char type[CRYPTO_MAX_NAME]; member 69 char type[CRYPTO_MAX_NAME]; member 75 char type[CRYPTO_MAX_ALG_NAME]; member 82 char type[CRYPTO_MAX_NAME]; member 91 char type[CRYPTO_MAX_NAME]; member 99 char type[CRYPTO_MAX_NAME]; member 103 char type[CRYPTO_MAX_NAME]; member 108 char type[CRYPTO_MAX_NAME]; member 112 char type[CRYPTO_MAX_NAME]; member
|
| /include/trace/ |
| D | trace_events.h | 70 #define __field(type, item) type item; argument 73 #define __field_ext(type, item, filter_type) type item; argument 76 #define __field_struct(type, item) type item; argument 79 #define __field_struct_ext(type, item, filter_type) type item; argument 82 #define __array(type, item, len) type item[len]; argument 85 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument 162 #define __field(type, item) argument 165 #define __field_ext(type, item, filter_type) argument 168 #define __field_struct(type, item) argument 171 #define __field_struct_ext(type, item, filter_type) argument [all …]
|
| /include/uapi/sound/ |
| D | firewire.h | 15 unsigned int type; /* SNDRV_FIREWIRE_EVENT_xxx */ member 19 unsigned int type; member 24 unsigned int type; member 40 unsigned int type; member 45 unsigned int type; member 71 unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ member
|
| /include/linux/iio/ |
| D | events.h | 28 type, chan, chan1, chan2) \ argument 45 type, direction) \ argument 56 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \ argument
|
| /include/xen/interface/io/ |
| D | kbdif.h | 49 uint8_t type; /* XENKBD_TYPE_MOTION */ member 56 uint8_t type; /* XENKBD_TYPE_KEY */ member 62 uint8_t type; /* XENKBD_TYPE_POS */ member 71 uint8_t type; member 89 uint8_t type; member
|
| D | fbif.h | 45 uint8_t type; /* XENFB_TYPE_UPDATE */ member 59 uint8_t type; /* XENFB_TYPE_RESIZE */ member 70 uint8_t type; member 86 uint8_t type; member
|
| /include/acpi/ |
| D | acpixf.h | 69 #define ACPI_GLOBAL(type,name) \ argument 73 #define ACPI_INIT_GLOBAL(type,name,value) \ argument 78 #define ACPI_GLOBAL(type,name) \ argument 83 #define ACPI_INIT_GLOBAL(type,name,value) \ argument
|
| /include/uapi/linux/netfilter/ |
| D | xt_sctp.h | 38 #define bytes(type) (sizeof(type) * 8) argument 40 #define SCTP_CHUNKMAP_SET(chunkmap, type) \ argument 46 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) \ argument 52 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) \ argument
|
| /include/net/netfilter/ |
| D | nf_log.h | 20 u_int8_t type; member 49 enum nf_log_type type; member 69 #define MODULE_ALIAS_NF_LOGGER(family, type) \ argument
|