Home
last modified time | relevance | path

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

12345678910>>...28

/include/rv/
Dda_monitor.h20 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
46 #define DECLARE_RV_REACTING_HELPERS(name, type) \ argument
66 #define DECLARE_DA_MON_GENERIC_HELPERS(name, type) \ argument
153 #define DECLARE_DA_MON_MODEL_HANDLER_IMPLICIT(name, type) \ argument
184 #define DECLARE_DA_MON_MODEL_HANDLER_PER_TASK(name, type) \ argument
217 #define DECLARE_DA_MON_INIT_GLOBAL(name, type) \ argument
260 #define DECLARE_DA_MON_INIT_PER_CPU(name, type) \ argument
308 #define DECLARE_DA_MON_INIT_PER_TASK(name, type) \ argument
372 #define DECLARE_DA_MON_MONITOR_HANDLER_IMPLICIT(name, type) \ argument
454 #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
144 #define show_shutdown_mode(type) \ argument
152 #define show_compress_algorithm(type) \ argument
[all …]
/include/linux/sched/
Disolation.h32 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()
37 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()
42 static inline bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()
48 enum hk_type type) { } in housekeeping_affine()
50 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu()
58 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()
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 …]
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()
Dzswap.h32 static inline void zswap_invalidate(int type, pgoff_t offset) {} in zswap_invalidate()
33 static inline void zswap_swapon(int type) {} in zswap_swapon()
34 static inline void zswap_swapoff(int type) {} in zswap_swapoff()
Dprofile.h56 static inline void profile_hit(int type, void *ip) in profile_hit()
86 static inline void profile_tick(int type) in profile_tick()
91 static inline void profile_hits(int type, void *ip, unsigned int nr_hits) in profile_hits()
96 static inline void profile_hit(int type, void *ip) in profile_hit()
Dpid.h94 static inline bool pid_has_task(struct pid *pid, enum pid_type type) in pid_has_task()
193 #define do_each_pid_task(pid, type, task) \ argument
203 #define while_each_pid_task(pid, type, task) \ argument
209 #define do_each_pid_thread(pid, type, task) \ argument
214 #define while_each_pid_thread(pid, type, task) \ argument
Dmisc_cgroup.h101 static inline u64 misc_cg_res_total_usage(enum misc_res_type type) in misc_cg_res_total_usage()
106 static inline int misc_cg_set_capacity(enum misc_res_type type, u64 capacity) in misc_cg_set_capacity()
111 static inline int misc_cg_try_charge(enum misc_res_type type, in misc_cg_try_charge()
118 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/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.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/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
Dstage5_get_offsets.h22 #define __field(type, item) \ argument
26 #define __field_ext(type, item, filter_type) \ argument
30 #define __field_struct(type, item) \ argument
34 #define __field_struct_ext(type, item, filter_type) \ argument
38 #define __array(type, item, len) argument
41 #define __dynamic_array(type, item, len) \ argument
60 #define __rel_dynamic_array(type, item, len) \ 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; argument
48 #define __rel_dynamic_array(type, item, len) u32 item; 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.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/sound/
Dfirewire.h20 unsigned int type; /* SNDRV_FIREWIRE_EVENT_xxx */ member
24 unsigned int type; member
29 unsigned int type; member
45 unsigned int type; member
50 unsigned int type; member
55 unsigned int type; member
66 unsigned int type; member
71 unsigned int type; member
92 unsigned int type; member
131 unsigned int type; /* SNDRV_FIREWIRE_TYPE_xxx */ member

12345678910>>...28