Home
last modified time | relevance | path

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

12345678910>>...250

/linux-6.15/include/rv/
H A 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
520 #define DECLARE_DA_MON_GLOBAL(name, type) \ argument
531 #define DECLARE_DA_MON_PER_CPU(name, type) \ argument
[all …]
/linux-6.15/arch/s390/hypfs/
H A Dhypfs_diag_fs.c40 static inline int info_blk_hdr__size(enum diag204_format type) in info_blk_hdr__size()
48 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar()
56 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags()
66 static inline int part_hdr__size(enum diag204_format type) in part_hdr__size()
74 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) in part_hdr__rcpus()
98 static inline int cpu_info__size(enum diag204_format type) in cpu_info__size()
106 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr) in cpu_info__ctidx()
148 static inline int phys_hdr__size(enum diag204_format type) in phys_hdr__size()
156 static inline __u8 phys_hdr__cpus(enum diag204_format type, void *hdr) in phys_hdr__cpus()
166 static inline int phys_cpu__size(enum diag204_format type) in phys_cpu__size()
[all …]
/linux-6.15/kernel/bpf/
H A Dnet_namespace.c14 enum bpf_attach_type type; member
57 enum netns_bpf_attach_type type) in netns_bpf_run_array_detach()
249 enum netns_bpf_attach_type type) in __netns_bpf_prog_query()
274 enum netns_bpf_attach_type type; in netns_bpf_prog_query() local
300 enum netns_bpf_attach_type type; in netns_bpf_prog_attach() local
365 enum netns_bpf_attach_type type, in __netns_bpf_prog_detach()
385 enum netns_bpf_attach_type type; in netns_bpf_prog_detach() local
422 enum netns_bpf_attach_type type) in netns_bpf_link_attach()
482 enum bpf_attach_type type; in netns_bpf_link_create() local
531 int type; in netns_bpf_pernet_init() local
[all …]
/linux-6.15/include/trace/events/
H A 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 …]
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_btf.h36 #define BTF_VAR_ENC(name, type, linkage) \ argument
38 #define BTF_VAR_SECINFO_ENC(type, offset, size) \ argument
41 #define BTF_MEMBER_ENC(name, type, bits_offset) \ argument
48 #define BTF_TYPEDEF_ENC(name, type) \ argument
51 #define BTF_PTR_ENC(type) \ argument
54 #define BTF_CONST_ENC(type) \ argument
57 #define BTF_VOLATILE_ENC(type) \ argument
60 #define BTF_RESTRICT_ENC(type) \ argument
66 #define BTF_FUNC_PROTO_ARG_ENC(name, type) \ argument
81 #define BTF_TYPE_ATTR_ENC(value, type) \ argument
[all …]
/linux-6.15/net/sctp/
H A Dsm_statefuns.c520 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()
923 const union sctp_subtype type, in sctp_sf_do_5_1E_ca()
1016 const union sctp_subtype type, in sctp_sf_heartbeat()
1515 const union sctp_subtype type, in sctp_sf_do_unexpected_init()
1734 const union sctp_subtype type, in sctp_sf_do_5_2_1_siminit()
1789 const union sctp_subtype type, in sctp_sf_do_5_2_2_dupinit()
1813 const union sctp_subtype type, in sctp_sf_do_5_2_3_initack()
2201 const union sctp_subtype type, in sctp_sf_do_5_2_4_dupcook()
2338 const union sctp_subtype type, in sctp_sf_shutdown_pending_abort()
[all …]
/linux-6.15/kernel/trace/
H A 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
144 #define __field(type, item) argument
147 #define __field_fn(type, item) argument
150 #define __field_desc(type, container, item) argument
153 #define __field_packed(type, container, item) argument
156 #define __array(type, item, len) argument
159 #define __stack_array(type, item, len, field) argument
[all …]
/linux-6.15/arch/arm64/lib/
H A Dinsn.c263 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm()
355 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg()
381 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg()
415 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_imm()
547 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_acq_store_rel()
577 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_ex()
763 enum aarch64_insn_adsb_type type) in aarch64_insn_gen_add_sub_imm()
936 enum aarch64_insn_adsb_type type) in aarch64_insn_gen_add_sub_shifted_reg()
992 enum aarch64_insn_data1_type type) in aarch64_insn_gen_data1()
1036 enum aarch64_insn_data2_type type) in aarch64_insn_gen_data2()
[all …]
/linux-6.15/kernel/sched/
H A Disolation.c27 bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()
33 int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()
59 const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()
68 void housekeeping_affine(struct task_struct *t, enum hk_type type) in housekeeping_affine()
76 bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu()
87 enum hk_type type; in housekeeping_init() local
103 static void __init housekeeping_setup_type(enum hk_type type, in housekeeping_setup_type()
151 enum hk_type type; in housekeeping_setup() local
157 enum hk_type type; in housekeeping_setup() local
/linux-6.15/drivers/infiniband/sw/rxe/
H A Drxe_queue.h70 enum queue_type type; member
101 enum queue_type type) in queue_get_producer()
128 enum queue_type type) in queue_get_consumer()
154 static inline int queue_empty(struct rxe_queue *q, enum queue_type type) in queue_empty()
162 static inline int queue_full(struct rxe_queue *q, enum queue_type type) in queue_full()
171 enum queue_type type) in queue_count()
180 enum queue_type type) in queue_advance_producer()
216 enum queue_type type) in queue_advance_consumer()
251 enum queue_type type) in queue_producer_addr()
259 enum queue_type type) in queue_consumer_addr()
[all …]
/linux-6.15/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.h373 #define TG_REG_FIELD_LIST_DCN1_0(type) \ argument
544 #define V_TOTAL_REGS(type) argument
546 #define TG_REG_FIELD_LIST(type) \ argument
593 #define TG_REG_FIELD_LIST_DCN2_0(type) \ argument
600 #define TG_REG_FIELD_LIST_DCN3_2(type) \ argument
603 #define TG_REG_FIELD_LIST_DCN3_5(type) \ argument
624 #define TG_REG_FIELD_LIST_DCN401(type) \ argument
/linux-6.15/arch/mips/include/asm/
H A 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
431 #define _LoadW(addr, value, res, type) \ argument
[all …]
/linux-6.15/fs/quota/
H A Dquota.c56 int type = *(int *)arg; in quota_sync_one() local
63 static int quota_sync_all(int type) in quota_sync_all()
73 unsigned int qtype_enforce_flag(int type) in qtype_enforce_flag()
86 static int quota_quotaon(struct super_block *sb, int type, qid_t id, in quota_quotaon()
98 static int quota_quotaoff(struct super_block *sb, int type) in quota_quotaoff()
201 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
354 static int quota_getstate(struct super_block *sb, int type, in quota_getstate()
452 static int quota_getstatev(struct super_block *sb, int type, in quota_getstatev()
671 int type, qid_t id) in copy_to_xfs_dqblk()
920 uint cmds, type; in SYSCALL_DEFINE4() local
[all …]
/linux-6.15/fs/smb/client/
H A 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
/linux-6.15/include/linux/
H A Dquotaops.h83 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
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()
190 static inline int sb_has_quota_suspended(struct super_block *sb, int type) in sb_has_quota_suspended()
201 static inline int sb_has_quota_loaded(struct super_block *sb, int type) in sb_has_quota_loaded()
211 static inline int sb_has_quota_active(struct super_block *sb, int type) in sb_has_quota_active()
272 static inline int dquot_disable(struct super_block *sb, int type, in dquot_disable()
278 static inline int dquot_suspend(struct super_block *sb, int type) in dquot_suspend()
283 static inline int dquot_resume(struct super_block *sb, int type) in dquot_resume()
[all …]
/linux-6.15/arch/loongarch/kernel/
H A Dmodule.c48 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_none()
54 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_error()
61 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_32()
68 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_64()
75 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_pcrel()
81 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_absolute()
87 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_dup()
107 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_plt_pcrel()
121 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop()
167 s64 *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_imm_field()
[all …]
/linux-6.15/crypto/
H A Dapi.c59 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
126 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add()
202 u32 type, u32 mask) in crypto_larval_wait()
244 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
281 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
364 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local
399 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfmgfp()
431 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfm()
581 u32 type, u32 mask) in crypto_find_alg()
618 const struct crypto_type *frontend, u32 type, u32 mask, in crypto_alloc_tfm_node()
[all …]
/linux-6.15/include/uapi/linux/
H A Dcryptouser.h85 char type[CRYPTO_MAX_NAME]; member
95 char type[CRYPTO_MAX_NAME]; member
107 char type[CRYPTO_MAX_NAME]; member
117 char type[CRYPTO_MAX_NAME]; member
127 char type[CRYPTO_MAX_NAME]; member
135 char type[CRYPTO_MAX_NAME]; member
144 char type[CRYPTO_MAX_NAME]; member
153 char type[CRYPTO_MAX_NAME]; member
157 char type[CRYPTO_MAX_NAME]; member
161 char type[CRYPTO_MAX_NAME]; member
[all …]
/linux-6.15/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mdb.c91 enum macaccess_entry_type type) in lan966x_mdb_encode_mac()
107 enum macaccess_entry_type type) in lan966x_mdb_ip_add()
142 enum macaccess_entry_type type) in lan966x_mdb_ip_del()
250 enum macaccess_entry_type type) in lan966x_mdb_l2_add()
368 enum macaccess_entry_type type; in lan966x_handle_port_mdb_add() local
385 enum macaccess_entry_type type; in lan966x_handle_port_mdb_del() local
400 enum macaccess_entry_type type) in lan966x_mdb_ip_cpu_copy()
439 enum macaccess_entry_type type; in lan966x_mdb_write_entries() local
494 enum macaccess_entry_type type; in lan966x_mdb_erase_entries() local
511 enum macaccess_entry_type type; in lan966x_mdb_clear_entries() local
[all …]
/linux-6.15/include/net/
H A Dnet_debug.h96 #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
119 #define netif_dbg(priv, type, dev, format, args...) \ argument
122 #define netif_dbg(priv, type, dev, format, args...) \ argument
[all …]
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_group.c35 enum xfs_group_type type) in xfs_group_get()
76 enum xfs_group_type type) in xfs_group_grab()
104 enum xfs_group_type type) in xfs_group_next_range()
125 enum xfs_group_type type) in xfs_group_grab_next_mark()
157 enum xfs_group_type type, in xfs_group_free()
183 enum xfs_group_type type) in xfs_group_insert()
222 enum xfs_group_type type) in xfs_group_get_by_fsb()
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.c277 enum aca_error_type type, u64 count) in aca_error_cache_log_bank_error()
314 enum aca_smu_type type, void *data) in handler_aca_log_bank_error()
326 enum aca_smu_type type, bank_handler_t handler, void *data) in aca_dispatch_bank()
347 enum aca_smu_type type, bank_handler_t handler, void *data) in aca_dispatch_banks()
392 enum aca_smu_type type, in aca_banks_generate_cper()
581 enum aca_error_type type, struct ras_err_data *err_data, in amdgpu_aca_get_error_data()
596 static void aca_error_init(struct aca_error *aerr, enum aca_error_type type) in aca_error_init()
607 int type; in aca_init_error_cache() local
631 int type; in aca_fini_error_cache() local
896 enum aca_smu_type type, void *data) in handler_aca_bank_dump()
[all …]
/linux-6.15/include/uapi/asm-generic/
H A 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,argtype) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(argtype))) argument
87 #define _IOW(type,nr,argtype) _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(argtype))) argument
88 #define _IOWR(type,nr,argtype) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(argtype))) argument
89 #define _IOR_BAD(type,nr,argtype) _IOC(_IOC_READ,(type),(nr),sizeof(argtype)) argument
90 #define _IOW_BAD(type,nr,argtype) _IOC(_IOC_WRITE,(type),(nr),sizeof(argtype)) argument
91 #define _IOWR_BAD(type,nr,argtype) _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),sizeof(argtype)) argument
/linux-6.15/include/linux/sched/
H A Disolation.h38 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_any_cpu()
43 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_cpumask()
48 static inline bool housekeeping_enabled(enum hk_type type) in housekeeping_enabled()
54 enum hk_type type) { } in housekeeping_affine()
56 static inline bool housekeeping_test_cpu(int cpu, enum hk_type type) in housekeeping_test_cpu()
64 static inline bool housekeeping_cpu(int cpu, enum hk_type type) in housekeeping_cpu()
/linux-6.15/drivers/md/
H A Ddm-exception-store.c25 struct dm_exception_store_type *type; in __find_exception_store_type() local
36 struct dm_exception_store_type *type; in _get_exception_store_type() local
76 struct dm_exception_store_type *type; in get_type() local
104 static void put_type(struct dm_exception_store_type *type) in put_type()
111 int dm_exception_store_type_register(struct dm_exception_store_type *type) in dm_exception_store_type_register()
126 int dm_exception_store_type_unregister(struct dm_exception_store_type *type) in dm_exception_store_type_unregister()
198 struct dm_exception_store_type *type = NULL; in dm_exception_store_create() local

12345678910>>...250