Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 470) sorted by relevance

12345678910>>...19

/include/trace/events/
Df2fs.h49 #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
Dbtrfs.h28 #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
Dnilfs2.h11 #define show_collection_stage(type) \ argument
56 #define show_transaction_state(type) \ argument
/include/linux/
Dquotaops.h75 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 …]
Dpercpu-defs.h91 #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 …]
Delfnote.h71 #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
Dfirmware-map.h32 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()
Dprofile.h57 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()
Dtypecheck.h8 #define typecheck(type,x) \ argument
19 #define typecheck_fn(type,function) \ argument
Dswap_cgroup.h30 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()
Dpid.h177 #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
Dplist.h235 # 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
Dkfifo.h76 #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
Dfrontswap.h95 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/
Dioctl.h65 #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/
Dauto_fs4.h36 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()
Dcryptouser.h65 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/
Dtrace_events.h70 #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/
Dfirewire.h15 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/
Devents.h28 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/
Dkbdif.h49 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
Dfbif.h45 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/
Dacpixf.h69 #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/
Dxt_sctp.h38 #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/
Dnf_log.h20 u_int8_t type; member
49 enum nf_log_type type; member
69 #define MODULE_ALIAS_NF_LOGGER(family, type) \ argument

12345678910>>...19