Home
last modified time | relevance | path

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

12345678910>>...29

/include/rv/
Dda_monitor.h21 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
47 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
67 #define DECLARE_DA_MON_GENERIC_HELPERS(name, type) \ argument
154 #define DECLARE_DA_MON_MODEL_HANDLER_IMPLICIT(name, type) \ argument
185 #define DECLARE_DA_MON_MODEL_HANDLER_PER_TASK(name, type) \ argument
218 #define DECLARE_DA_MON_INIT_GLOBAL(name, type) \ argument
261 #define DECLARE_DA_MON_INIT_PER_CPU(name, type) \ argument
309 #define DECLARE_DA_MON_INIT_PER_TASK(name, type) \ argument
376 #define DECLARE_DA_MON_MONITOR_HANDLER_IMPLICIT(name, type) \ argument
458 #define DECLARE_DA_MON_MONITOR_HANDLER_PER_TASK(name, type) \ argument
[all …]
/include/trace/events/
Df2fs.h54 #define show_block_type(type) \ argument
87 #define show_data_type(type) \ argument
97 #define show_file_type(type) \ argument
102 #define show_gc_type(type) \ argument
107 #define show_alloc_mode(type) \ argument
113 #define show_victim_policy(type) \ argument
119 #define show_cpreason(type) \ argument
130 #define show_fsync_cpreason(type) \ argument
145 #define show_shutdown_mode(type) \ argument
153 #define show_compress_algorithm(type) \ argument
[all …]
/include/linux/sched/
Disolation.h33 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()
38 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()
43 static inline bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()
49 enum hk_type type) { } in housekeeping_affine()
51 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu()
59 static inline bool housekeeping_cpu(int cpu, enum hk_type type) in housekeeping_cpu()
/include/linux/
Dquotaops.h83 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
122 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo()
131 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
137 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
143 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
155 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
166 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
180 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
185 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
190 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()
99 static inline bool icmpv6_is_err(int type) in icmpv6_is_err()
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 …]
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
Dscreen_info.h17 static inline bool __screen_info_has_lfb(unsigned int type) in __screen_info_has_lfb()
43 static inline u64 __screen_info_lfb_size(const struct screen_info *si, unsigned int type) in __screen_info_lfb_size()
62 static inline unsigned int __screen_info_video_type(unsigned int type) in __screen_info_video_type()
94 unsigned int type; in screen_info_video_type() local
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()
Dprofile.h50 static inline void profile_hit(int type, void *ip) in profile_hit()
80 static inline void profile_tick(int type) in profile_tick()
85 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits()
90 static inline void profile_hit(int type, void *ip) in profile_hit()
Doverflow.h33 #define __type_half_max(type) ((type)1 << (8*sizeof(type) - 1 - is_signed_type(type))) argument
79 #define wrapping_add(type, a, b) \ argument
125 #define wrapping_sub(type, a, b) \ argument
171 #define wrapping_mul(type, a, b) \ argument
388 #define struct_size_t(type, member, count) \ argument
401 #define __DEFINE_FLEX(type, name, member, count, trailer...) \ argument
420 #define _DEFINE_FLEX(type, name, member, count, initializer...) \ argument
436 #define DEFINE_RAW_FLEX(type, name, member, count) \ argument
Dminmax.h85 #define __cmp_once_unique(op, type, x, y, ux, uy) \ argument
88 #define __cmp_once(op, type, x, y) \ argument
161 #define min_t(type, x, y) __cmp_once(min, type, x, y) argument
169 #define max_t(type, x, y) __cmp_once(max, type, x, y) argument
184 #define __clamp_once(type, val, lo, hi, uval, ulo, uhi) ({ \ argument
194 #define __careful_clamp(type, val, lo, hi) \ argument
218 #define clamp_t(type, val, lo, hi) __careful_clamp(type, val, lo, hi) argument
316 #define MIN_T(type, a, b) __cmp(min, (type)(a), (type)(b)) argument
317 #define MAX_T(type, a, b) __cmp(max, (type)(a), (type)(b)) argument
Dmisc_cgroup.h107 static inline u64 misc_cg_res_total_usage(enum misc_res_type type) in misc_cg_res_total_usage()
112 static inline int misc_cg_set_capacity(enum misc_res_type type, u64 capacity) in misc_cg_set_capacity()
117 static inline int misc_cg_try_charge(enum misc_res_type type, in misc_cg_try_charge()
124 static inline void misc_cg_uncharge(enum misc_res_type type, in misc_cg_uncharge()
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()
/include/net/libeth/
Dcache.h16 #define libeth_cacheline_group_assert(type, grp, sz) \ argument
20 #define __libeth_cacheline_struct_assert(type, sz) \ argument
23 #define libeth_cacheline_group_assert(type, grp, sz) \ argument
27 #define __libeth_cacheline_struct_assert(type, sz) \ argument
47 #define libeth_cacheline_struct_assert(type, ...) \ argument
60 #define libeth_cacheline_set_assert(type, ro, rw, c) \ argument
/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/net/
Dnet_debug.h84 #define netif_printk(priv, type, level, dev, fmt, args...) \ argument
90 #define netif_level(level, priv, type, dev, fmt, args...) \ argument
96 #define netif_emerg(priv, type, dev, fmt, args...) \ argument
98 #define netif_alert(priv, type, dev, fmt, args...) \ argument
100 #define netif_crit(priv, type, dev, fmt, args...) \ argument
102 #define netif_err(priv, type, dev, fmt, args...) \ argument
104 #define netif_warn(priv, type, dev, fmt, args...) \ argument
106 #define netif_notice(priv, type, dev, fmt, args...) \ argument
108 #define netif_info(priv, type, dev, fmt, args...) \ argument
113 #define netif_dbg(priv, type, netdev, format, args...) \ argument
[all …]
/include/uapi/linux/
Dcryptouser.h84 char type[CRYPTO_MAX_NAME]; member
94 char type[CRYPTO_MAX_NAME]; member
106 char type[CRYPTO_MAX_NAME]; member
116 char type[CRYPTO_MAX_NAME]; member
126 char type[CRYPTO_MAX_NAME]; member
134 char type[CRYPTO_MAX_NAME]; member
143 char type[CRYPTO_MAX_NAME]; member
152 char type[CRYPTO_MAX_NAME]; member
156 char type[CRYPTO_MAX_NAME]; member
160 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/trace/stages/
Dstage1_struct_define.h6 #define __field(type, item) type item; argument
9 #define __field_ext(type, item, filter_type) type item; argument
12 #define __field_struct(type, item) type item; argument
15 #define __field_struct_ext(type, item, filter_type) type item; argument
18 #define __array(type, item, len) type item[len]; argument
21 #define __dynamic_array(type, item, len) u32 __data_loc_##item; argument
42 #define __rel_dynamic_array(type, item, len) u32 __rel_loc_##item; argument
Dstage2_data_offsets.h12 #define __field(type, item) argument
15 #define __field_ext(type, item, filter_type) argument
18 #define __field_struct(type, item) argument
21 #define __field_struct_ext(type, item, filter_type) argument
24 #define __array(type, item, len) argument
27 #define __dynamic_array(type, item, len) u32 item; const void *item##_ptr_; argument
48 #define __rel_dynamic_array(type, item, len) u32 item; const void *item##_ptr_; argument
Dstage5_get_offsets.h32 #define __field(type, item) \ argument
36 #define __field_ext(type, item, filter_type) \ argument
40 #define __field_struct(type, item) \ argument
44 #define __field_struct_ext(type, item, filter_type) \ argument
48 #define __array(type, item, len) argument
51 #define __dynamic_array(type, item, len) \ argument
72 #define __rel_dynamic_array(type, item, len) \ argument
/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/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()
187 const char *name, u32 type, u32 mask) in crypto_grab_cipher()
209 u32 type = CRYPTO_ALG_TYPE_CIPHER; in crypto_spawn_cipher() local
/include/rdma/
Drdma_netlink.h127 const char *type; member
134 #define MODULE_ALIAS_RDMA_LINK(type) MODULE_ALIAS("rdma-link-" type) argument
135 #define MODULE_ALIAS_RDMA_CLIENT(type) MODULE_ALIAS("rdma-client-" type) argument

12345678910>>...29