Home
last modified time | relevance | path

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

12345678910>>...25

/include/trace/events/
Df2fs.h52 #define show_block_type(type) \ argument
85 #define show_data_type(type) \ argument
95 #define show_file_type(type) \ argument
100 #define show_gc_type(type) \ argument
105 #define show_alloc_mode(type) \ argument
111 #define show_victim_policy(type) \ argument
117 #define show_cpreason(type) \ argument
128 #define show_fsync_cpreason(type) \ argument
142 #define show_shutdown_mode(type) \ argument
150 #define show_compress_algorithm(type) \ argument
Dbtrfs.h34 #define show_ref_type(type) \ argument
263 #define __show_map_type(type) \ argument
270 #define show_map_type(type) \ argument
955 #define show_chunk_type(type) \ argument
/include/linux/
Dquotaops.h82 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
120 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo()
129 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
135 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
141 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
153 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
164 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
178 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
183 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
188 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
[all …]
Dicmpv6.h25 static inline void __icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info, in __icmpv6_send()
47 static inline void icmpv6_send(struct sk_buff *skb, u8 type, u8 code, __u32 info) in icmpv6_send()
58 static inline void icmpv6_ndo_send(struct sk_buff *skb_in, u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
68 u8 type, u8 code, __u32 info) in icmpv6_send()
73 u8 type, u8 code, __u32 info) in icmpv6_ndo_send()
94 static inline bool icmpv6_is_err(int type) in icmpv6_is_err()
Delfnote.h72 #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
Dpercpu-defs.h86 #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 …]
Dfirmware-map.h23 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()
Dpid.h92 static inline bool pid_has_task(struct pid *pid, enum pid_type type) in pid_has_task()
191 #define do_each_pid_task(pid, type, task) \ argument
201 #define while_each_pid_task(pid, type, task) \ argument
207 #define do_each_pid_thread(pid, type, task) \ argument
212 #define while_each_pid_thread(pid, type, task) \ argument
Dmisc_cgroup.h98 static inline unsigned long misc_cg_res_total_usage(enum misc_res_type type) in misc_cg_res_total_usage()
103 static inline int misc_cg_set_capacity(enum misc_res_type type, in misc_cg_set_capacity()
109 static inline int misc_cg_try_charge(enum misc_res_type type, in misc_cg_try_charge()
116 static inline void misc_cg_uncharge(enum misc_res_type type, in misc_cg_uncharge()
Dprofile.h57 static inline void profile_hit(int type, void *ip) in profile_hit()
95 static inline void profile_tick(int type) in profile_tick()
100 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits()
105 static inline void profile_hit(int type, void *ip) in profile_hit()
Ddevice_cgroup.h19 short type, access = 0; in devcgroup_inode_permission() local
42 short type; in devcgroup_inode_mknod() local
60 static inline int devcgroup_check_permission(short type, u32 major, u32 minor, in devcgroup_check_permission()
Ddevice-mapper.h223 #define dm_target_needs_singleton(type) ((type)->features & DM_TARGET_SINGLETON) argument
229 #define dm_target_always_writeable(type) \ argument
237 #define dm_target_is_immutable(type) ((type)->features & DM_TARGET_IMMUTABLE) argument
244 #define dm_target_is_wildcard(type) ((type)->features & DM_TARGET_WILDCARD) argument
250 #define dm_target_has_integrity(type) ((type)->features & DM_TARGET_INTEGRITY) argument
256 #define dm_target_passes_integrity(type) ((type)->features & DM_TARGET_PASSES_INTEGRITY) argument
267 #define dm_target_supports_zoned_hm(type) ((type)->features & DM_TARGET_ZONED_HM) argument
270 #define dm_target_supports_zoned_hm(type) (false) argument
277 #define dm_target_supports_nowait(type) ((type)->features & DM_TARGET_NOWAIT) argument
283 #define dm_target_passes_crypto(type) ((type)->features & DM_TARGET_PASSES_CRYPTO) argument
[all …]
Dtypecheck.h9 #define typecheck(type,x) \ argument
20 #define typecheck_fn(type,function) \ argument
Dmoduleparam.h126 #define module_param(name, type, perm) \ argument
135 #define module_param_unsafe(name, type, perm) \ argument
149 #define module_param_named(name, value, type, perm) \ argument
161 #define module_param_named_unsafe(name, value, type, perm) \ argument
328 #define core_param(name, var, type, perm) \ argument
339 #define core_param_unsafe(name, var, type, perm) \ argument
408 #define __param_check(name, p, type) \ argument
500 #define module_param_array(name, type, nump, perm) \ argument
514 #define module_param_array_named(name, array, type, nump, perm) \ argument
548 #define module_param_hw_named(name, value, type, hwtype, perm) \ argument
[all …]
Dswap_cgroup.h33 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()
/include/uapi/asm-generic/
Dioctl.h69 #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/
Dcryptouser.h83 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 …]
Dauto_fs.h47 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/uapi/sound/
Dfirewire.h18 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/
Devents.h25 type, chan, chan1, chan2) \ argument
42 type, direction) \ argument
53 #define IIO_UNMOD_EVENT_CODE(chan_type, number, type, direction) \ argument
/include/trace/
Dtrace_events.h85 #define __field(type, item) type item; argument
88 #define __field_ext(type, item, filter_type) type item; argument
91 #define __field_struct(type, item) type item; argument
94 #define __field_struct_ext(type, item, filter_type) type item; argument
97 #define __array(type, item, len) type item[len]; argument
100 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument
115 #define __rel_dynamic_array(type, item, len) u32 __rel_loc_##item; argument
201 #define __field(type, item) argument
204 #define __field_ext(type, item, filter_type) argument
207 #define __field_struct(type, item) argument
[all …]
/include/crypto/internal/
Dcipher.h57 u32 type, u32 mask) in crypto_alloc_cipher()
90 static inline int crypto_has_cipher(const char *alg_name, u32 type, u32 mask) in crypto_has_cipher()
185 const char *name, u32 type, u32 mask) in crypto_grab_cipher()
207 u32 type = CRYPTO_ALG_TYPE_CIPHER; in crypto_spawn_cipher() local
/include/kunit/
Dassert.h45 enum kunit_assert_type type; member
105 #define KUNIT_INIT_FAIL_ASSERT_STRUCT(test, type) { \ argument
140 #define KUNIT_INIT_UNARY_ASSERT_STRUCT(test, type, cond, expect_true) { \ argument
178 #define KUNIT_INIT_PTR_NOT_ERR_STRUCT(test, type, txt, val) { \ argument
227 type, \ argument
284 type, \ argument
341 type, \ argument
/include/rdma/
Drdma_netlink.h115 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/uapi/linux/netfilter/
Dxt_sctp.h39 #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

12345678910>>...25