Home
last modified time | relevance | path

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

12345678910>>...239

/kernel/linux/linux-5.10/include/trace/events/
Df2fs.h56 #define show_block_type(type) \ argument
93 #define show_data_type(type) \ argument
103 #define show_file_type(type) \ argument
108 #define show_gc_type(type) \ argument
113 #define show_alloc_mode(type) \ argument
119 #define show_victim_policy(type) \ argument
125 #define show_cpreason(type) \ argument
136 #define show_fsync_cpreason(type) \ argument
150 #define show_shutdown_mode(type) \ argument
158 #define show_compress_algorithm(type) \ argument
/kernel/linux/linux-5.10/kernel/bpf/
Dnet_namespace.c13 enum bpf_attach_type type; member
28 static void netns_bpf_attach_type_unneed(enum netns_bpf_attach_type type) in netns_bpf_attach_type_unneed()
41 static void netns_bpf_attach_type_need(enum netns_bpf_attach_type type) in netns_bpf_attach_type_need()
56 enum netns_bpf_attach_type type) in netns_bpf_run_array_detach()
65 static int link_index(struct net *net, enum netns_bpf_attach_type type, in link_index()
79 static int link_count(struct net *net, enum netns_bpf_attach_type type) in link_count()
89 static void fill_prog_array(struct net *net, enum netns_bpf_attach_type type, in fill_prog_array()
105 enum netns_bpf_attach_type type = net_link->netns_type; in bpf_netns_link_release() local
169 enum netns_bpf_attach_type type = net_link->netns_type; in bpf_netns_link_update_prog() local
248 enum netns_bpf_attach_type type) in __netns_bpf_prog_query()
[all …]
/kernel/linux/linux-4.19/kernel/trace/
Dtrace_export.c19 enum trace_reg type, void *data) in ftrace_event_register()
39 #define __field_struct(type, item) argument
42 #define __field(type, item) type item; argument
45 #define __field_desc(type, container, item) type item; argument
48 #define __array(type, item, size) type item[size]; argument
51 #define __array_desc(type, container, item, size) type item[size]; argument
54 #define __dynamic_array(type, item) type item[]; argument
83 #define __field(type, item) \ argument
92 #define __field_desc(type, container, item) \ argument
102 #define __array(type, item, len) \ argument
[all …]
/kernel/linux/linux-4.19/include/trace/events/
Df2fs.h53 #define show_block_type(type) \ argument
100 #define show_data_type(type) \ argument
110 #define show_file_type(type) \ argument
115 #define show_gc_type(type) \ argument
120 #define show_alloc_mode(type) \ argument
125 #define show_victim_policy(type) \ argument
130 #define show_cpreason(type) \ argument
140 #define show_fsync_cpreason(type) \ argument
/kernel/linux/linux-4.19/arch/s390/hypfs/
Dhypfs_diag.c47 static inline int info_blk_hdr__size(enum diag204_format type) in info_blk_hdr__size()
55 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar()
63 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags()
71 static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr) in info_blk_hdr__pcpus()
81 static inline int part_hdr__size(enum diag204_format type) in part_hdr__size()
89 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) in part_hdr__rcpus()
97 static inline void part_hdr__part_name(enum diag204_format type, void *hdr, in part_hdr__part_name()
113 static inline int cpu_info__size(enum diag204_format type) in cpu_info__size()
121 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr) in cpu_info__ctidx()
129 static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr) in cpu_info__cpu_addr()
[all …]
/kernel/linux/linux-5.10/arch/s390/hypfs/
Dhypfs_diag.c47 static inline int info_blk_hdr__size(enum diag204_format type) in info_blk_hdr__size()
55 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar()
63 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags()
71 static inline __u16 info_blk_hdr__pcpus(enum diag204_format type, void *hdr) in info_blk_hdr__pcpus()
81 static inline int part_hdr__size(enum diag204_format type) in part_hdr__size()
89 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) in part_hdr__rcpus()
97 static inline void part_hdr__part_name(enum diag204_format type, void *hdr, in part_hdr__part_name()
113 static inline int cpu_info__size(enum diag204_format type) in cpu_info__size()
121 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr) in cpu_info__ctidx()
129 static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr) in cpu_info__cpu_addr()
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
Dtest_btf.h22 #define BTF_ARRAY_ENC(type, index_type, nr_elems) \ argument
24 #define BTF_TYPE_ARRAY_ENC(type, index_type, nr_elems) \ argument
34 #define BTF_VAR_ENC(name, type, linkage) \ argument
36 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ argument
39 #define BTF_MEMBER_ENC(name, type, bits_offset) \ argument
45 #define BTF_TYPEDEF_ENC(name, type) \ argument
48 #define BTF_PTR_ENC(type) \ argument
51 #define BTF_CONST_ENC(type) \ argument
54 #define BTF_VOLATILE_ENC(type) \ argument
57 #define BTF_RESTRICT_ENC(type) \ argument
[all …]
/kernel/linux/linux-5.10/fs/quota/
Dquota.c24 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
53 int type = *(int *)arg; in quota_sync_one() local
60 static int quota_sync_all(int type) in quota_sync_all()
70 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag()
83 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
95 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff()
104 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt()
116 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo()
144 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo()
198 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
[all …]
/kernel/linux/linux-5.10/kernel/trace/
Dtrace_export.c19 enum trace_reg type, void *data) in ftrace_event_register()
37 #define __field_struct(type, item) argument
40 #define __field(type, item) type item; argument
43 #define __field_fn(type, item) type item; argument
46 #define __field_desc(type, container, item) type item; argument
49 #define __field_packed(type, container, item) type item; argument
52 #define __array(type, item, size) type item[size]; argument
55 #define __array_desc(type, container, item, size) type item[size]; argument
58 #define __dynamic_array(type, item) type item[]; argument
137 #define __field(type, item) argument
[all …]
/kernel/linux/linux-4.19/net/sctp/
Dsm_statefuns.c236 const union sctp_subtype type, in sctp_sf_do_4_C()
321 const union sctp_subtype type, in sctp_sf_do_5_1B_init()
520 const union sctp_subtype type, in sctp_sf_do_5_1C_ack()
702 const union sctp_subtype type, in sctp_sf_do_5_1D_ce()
916 const union sctp_subtype type, in sctp_sf_do_5_1E_ca()
1007 const union sctp_subtype type, in sctp_sf_heartbeat()
1033 const union sctp_subtype type, in sctp_sf_sendbeat_8_3()
1081 const union sctp_subtype type, in sctp_sf_send_reconf()
1133 const union sctp_subtype type, in sctp_sf_beat_8_3()
1207 const union sctp_subtype type, in sctp_sf_backbeat_8_3()
[all …]
/kernel/linux/linux-5.10/net/sctp/
Dsm_statefuns.c221 const union sctp_subtype type, in sctp_sf_do_4_C()
306 const union sctp_subtype type, in sctp_sf_do_5_1B_init()
505 const union sctp_subtype type, in sctp_sf_do_5_1C_ack()
687 const union sctp_subtype type, in sctp_sf_do_5_1D_ce()
905 const union sctp_subtype type, in sctp_sf_do_5_1E_ca()
996 const union sctp_subtype type, in sctp_sf_heartbeat()
1022 const union sctp_subtype type, in sctp_sf_sendbeat_8_3()
1070 const union sctp_subtype type, in sctp_sf_send_reconf()
1122 const union sctp_subtype type, in sctp_sf_beat_8_3()
1196 const union sctp_subtype type, in sctp_sf_backbeat_8_3()
[all …]
/kernel/linux/linux-4.19/fs/quota/
Dquota.c23 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
52 int type = *(int *)arg; in quota_sync_one() local
59 static int quota_sync_all(int type) in quota_sync_all()
71 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag()
84 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
96 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff()
105 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt()
117 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo()
145 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo()
199 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
[all …]
/kernel/linux/linux-4.19/drivers/vfio/mdev/
Dmdev_sysfs.c28 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() local
41 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() local
84 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local
98 struct mdev_type *type; in add_mdev_supported_type() local
151 static void remove_mdev_supported_type(struct mdev_type *type) in remove_mdev_supported_type()
166 struct mdev_type *type; in add_mdev_supported_type_groups() local
188 struct mdev_type *type, *tmp; in parent_remove_sysfs_files() local
256 int mdev_create_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_create_sysfs_files()
281 void mdev_remove_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_remove_sysfs_files()
/kernel/linux/linux-5.10/fs/cifs/
Dcifs_debug.h62 #define cifs_dbg_func(ratefunc, type, fmt, ...) \ argument
74 #define cifs_dbg(type, fmt, ...) \ argument
82 #define cifs_server_dbg_func(ratefunc, type, fmt, ...) \ argument
99 #define cifs_server_dbg(type, fmt, ...) \ argument
108 #define cifs_tcon_dbg_func(ratefunc, type, fmt, ...) \ argument
123 #define cifs_tcon_dbg(type, fmt, ...) \ argument
137 #define cifs_dbg(type, fmt, ...) \ argument
143 #define cifs_server_dbg(type, fmt, ...) \ argument
150 #define cifs_tcon_dbg(type, fmt, ...) \ argument
/kernel/linux/linux-5.10/drivers/vfio/mdev/
Dmdev_sysfs.c25 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_show() local
38 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_attr_store() local
81 struct mdev_type *type = to_mdev_type(kobj); in mdev_type_release() local
95 struct mdev_type *type; in add_mdev_supported_type() local
148 static void remove_mdev_supported_type(struct mdev_type *type) in remove_mdev_supported_type()
163 struct mdev_type *type; in add_mdev_supported_type_groups() local
185 struct mdev_type *type, *tmp; in parent_remove_sysfs_files() local
251 int mdev_create_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_create_sysfs_files()
276 void mdev_remove_sysfs_files(struct device *dev, struct mdev_type *type) in mdev_remove_sysfs_files()
/kernel/linux/linux-4.19/crypto/
Dapi.c60 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
110 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
130 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
196 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
220 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
264 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
297 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops()
321 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local
327 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
359 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
[all …]
/kernel/linux/linux-5.10/crypto/
Dapi.c55 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
105 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
125 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
193 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
217 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
261 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
294 static int crypto_init_ops(struct crypto_tfm *tfm, u32 type, u32 mask) in crypto_init_ops()
305 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local
311 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
344 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
[all …]
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dunaligned-emul.h8 #define _LoadHW(addr, value, res, type) \ argument
31 #define _LoadW(addr, value, res, type) \ argument
53 #define _LoadW(addr, value, res, type) \ argument
88 #define _LoadHWU(addr, value, res, type) \ argument
113 #define _LoadWU(addr, value, res, type) \ argument
157 #define _LoadWU(addr, value, res, type) \ argument
242 #define _StoreHW(addr, value, res, type) \ argument
266 #define _StoreW(addr, value, res, type) \ argument
307 #define _StoreW(addr, value, res, type) \ argument
386 #define _LoadHW(addr, value, res, type) \ argument
[all …]
/kernel/linux/linux-4.19/include/linux/
Dquotaops.h85 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
121 static inline struct mem_dqinfo *sb_dqinfo(struct super_block *sb, int type) in sb_dqinfo()
130 static inline bool sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
136 static inline bool sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
142 static inline bool sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
154 static inline bool sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
165 static inline bool sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
179 static inline int sb_has_quota_usage_enabled(struct super_block *sb, int type) in sb_has_quota_usage_enabled()
184 static inline int sb_has_quota_limits_enabled(struct super_block *sb, int type) in sb_has_quota_limits_enabled()
189 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
[all …]
/kernel/linux/linux-5.10/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 …]
/kernel/liteos_m/components/exchook/
Dlos_exc_info.c56 STATIC UINT32 OsExcSaveIntStatus(UINT32 type, VOID *arg) in OsExcSaveIntStatus()
127 STATIC UINT32 OsExcMemMsgGet(UINT32 type, VOID *arg) in OsExcMemMsgGet()
149 STATIC UINT32 OsExcContentGet(UINT32 type, VOID *arg) in OsExcContentGet()
179 STATIC UINT32 OsExcHookFunc(UINT32 type, UINT32 index, UINT32 loop, UINT32 len, EXC_INFO_SAVE_CALLB… in OsExcHookFunc()
198 STATIC UINT32 OsExcQueueMsgGet(UINT32 type, VOID *arg) in OsExcQueueMsgGet()
207 STATIC UINT32 OsExcTaskMsgGet(UINT32 type, VOID *arg) in OsExcTaskMsgGet()
216 STATIC UINT32 OsExcTskSwitchMsgGet(UINT32 type, VOID *arg) in OsExcTskSwitchMsgGet()
240 VOID OsExcRegister(ExcInfoType type, EXC_INFO_SAVE_CALLBACK func, VOID *arg) in OsExcRegister()
/kernel/linux/linux-4.19/kernel/
Dpid.c162 enum pid_type type; in alloc_pid() local
270 static struct pid **task_pid_ptr(struct task_struct *task, enum pid_type type) in task_pid_ptr()
280 void attach_pid(struct task_struct *task, enum pid_type type) in attach_pid()
286 static void __change_pid(struct task_struct *task, enum pid_type type, in __change_pid()
305 void detach_pid(struct task_struct *task, enum pid_type type) in detach_pid()
310 void change_pid(struct task_struct *task, enum pid_type type, in change_pid()
319 enum pid_type type) in transfer_pid()
326 struct task_struct *pid_task(struct pid *pid, enum pid_type type) in pid_task()
368 struct pid *get_task_pid(struct task_struct *task, enum pid_type type) in get_task_pid()
378 struct task_struct *get_pid_task(struct pid *pid, enum pid_type type) in get_pid_task()
[all …]
/kernel/linux/linux-5.10/drivers/md/
Ddm-exception-store.c24 struct dm_exception_store_type *type; in __find_exception_store_type() local
35 struct dm_exception_store_type *type; in _get_exception_store_type() local
75 struct dm_exception_store_type *type; in get_type() local
103 static void put_type(struct dm_exception_store_type *type) in put_type()
110 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register()
125 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister()
197 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
/kernel/linux/linux-4.19/drivers/md/
Ddm-exception-store.c24 struct dm_exception_store_type *type; in __find_exception_store_type() local
35 struct dm_exception_store_type *type; in _get_exception_store_type() local
75 struct dm_exception_store_type *type; in get_type() local
103 static void put_type(struct dm_exception_store_type *type) in put_type()
110 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register()
125 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister()
197 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/asm-generic/
Dioctl.h33 #define _IOC(dir,type,nr,size) \ argument
41 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) argument
42 #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size))) argument
43 #define _IOW(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
44 #define _IOWR(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size))) argument
45 #define _IOR_BAD(type,nr,size) _IOC(_IOC_READ,(type),(nr),sizeof(size)) argument
46 #define _IOW_BAD(type,nr,size) _IOC(_IOC_WRITE,(type),(nr),sizeof(size)) argument
47 #define _IOWR_BAD(type,nr,size) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(size)) argument

12345678910>>...239