Home
last modified time | relevance | path

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

12345678910>>...148

/linux/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
376 #define DECLARE_DA_MON_MONITOR_HANDLER_IMPLICIT(name, type) \ argument
458 #define DECLARE_DA_MON_MONITOR_HANDLER_PER_TASK(name, type) \ argument
[all …]
/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c39 static inline int info_blk_hdr__size(enum diag204_format type) in info_blk_hdr__size()
47 static inline __u8 info_blk_hdr__npar(enum diag204_format type, void *hdr) in info_blk_hdr__npar()
55 static inline __u8 info_blk_hdr__flags(enum diag204_format type, void *hdr) in info_blk_hdr__flags()
65 static inline int part_hdr__size(enum diag204_format type) in part_hdr__size()
73 static inline __u8 part_hdr__rcpus(enum diag204_format type, void *hdr) in part_hdr__rcpus()
81 static inline void part_hdr__part_name(enum diag204_format type, void *hdr, in part_hdr__part_name()
97 static inline int cpu_info__size(enum diag204_format type) in cpu_info__size()
105 static inline __u8 cpu_info__ctidx(enum diag204_format type, void *hdr) in cpu_info__ctidx()
113 static inline __u16 cpu_info__cpu_addr(enum diag204_format type, void *hdr) in cpu_info__cpu_addr()
121 static inline __u64 cpu_info__acc_time(enum diag204_format type, void *hdr) in cpu_info__acc_time()
[all …]
/linux/kernel/bpf/
H A Dnet_namespace.c14 enum bpf_attach_type type; member
29 static void netns_bpf_attach_type_unneed(enum netns_bpf_attach_type type) in netns_bpf_attach_type_unneed()
42 static void netns_bpf_attach_type_need(enum netns_bpf_attach_type type) in netns_bpf_attach_type_need()
57 enum netns_bpf_attach_type type) in netns_bpf_run_array_detach()
66 static int link_index(struct net *net, enum netns_bpf_attach_type type, in link_index()
80 static int link_count(struct net *net, enum netns_bpf_attach_type type) in link_count()
90 static void fill_prog_array(struct net *net, enum netns_bpf_attach_type type, in fill_prog_array()
106 enum netns_bpf_attach_type type = net_link->netns_type; in bpf_netns_link_release() local
170 enum netns_bpf_attach_type type = net_link->netns_type; in bpf_netns_link_update_prog() local
249 enum netns_bpf_attach_type type) in __netns_bpf_prog_query()
[all …]
/linux/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 show_victim_policy(type) global() argument
119 show_cpreason(type) global() argument
130 show_fsync_cpreason(type) global() argument
145 show_shutdown_mode(type) global() argument
153 show_compress_algorithm(type) global() argument
160 show_extent_type(type) global() argument
[all...]
/linux/net/sctp/
H A Dsm_statefuns.c235 const union sctp_subtype type, in sctp_sf_do_4_C()
320 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()
923 const union sctp_subtype type, in sctp_sf_do_5_1E_ca()
1016 const union sctp_subtype type, in sctp_sf_heartbeat()
1042 const union sctp_subtype type, in sctp_sf_sendbeat_8_3()
1090 const union sctp_subtype type, in sctp_sf_send_reconf()
1119 const union sctp_subtype type, in sctp_sf_send_probe()
1167 const union sctp_subtype type, in sctp_sf_beat_8_3()
[all …]
/linux/tools/testing/selftests/bpf/
H A Dtest_btf.h24 #define BTF_ARRAY_ENC(type, index_type, nr_elems) \ argument
26 #define BTF_TYPE_ARRAY_ENC(type, index_type, nr_elems) \ argument
36 #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
[all …]
/linux/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
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 __stack_array(type, item, size, field) __array(type, item, size) argument
58 #define __array_desc(type, container, item, size) type item[size]; argument
61 #define __dynamic_array(type, item) type item[]; argument
[all …]
/linux/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/arch/arm64/lib/
H A Dinsn.c23 static int __kprobes aarch64_get_imm_shift_mask(enum aarch64_insn_imm_type type, in aarch64_get_imm_shift_mask()
88 u64 aarch64_insn_decode_immediate(enum aarch64_insn_imm_type type, u32 insn) in aarch64_insn_decode_immediate()
112 u32 __kprobes aarch64_insn_encode_immediate(enum aarch64_insn_imm_type type, in aarch64_insn_encode_immediate()
146 u32 aarch64_insn_decode_register(enum aarch64_insn_register_type type, in aarch64_insn_decode_register()
175 static u32 aarch64_insn_encode_register(enum aarch64_insn_register_type type, in aarch64_insn_encode_register()
224 static u32 aarch64_insn_encode_ldst_size(enum aarch64_insn_size_type type, in aarch64_insn_encode_ldst_size()
262 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_imm()
295 enum aarch64_insn_branch_type type) in aarch64_insn_gen_comp_branch_imm()
354 enum aarch64_insn_branch_type type) in aarch64_insn_gen_branch_reg()
380 enum aarch64_insn_ldst_type type) in aarch64_insn_gen_load_store_reg()
[all …]
/linux/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
386 #define _LoadHW(addr, value, res, type) \ argument
[all …]
/linux/kernel/sched/
H A Disolation.c33 int housekeeping_any_cpu(enum hk_type type) in housekeeping_enabled() argument
39 cpu = sched_numa_find_closest(housekeeping.cpumasks[type], smp_processor_id()); in housekeeping_any_cpu() argument
65 housekeeping_cpumask(enum hk_type type) housekeeping_cpumask() argument
74 housekeeping_affine(struct task_struct * t,enum hk_type type) housekeeping_affine() argument
82 housekeeping_test_cpu(int cpu,enum hk_type type) housekeeping_test_cpu() argument
93 enum hk_type type; housekeeping_init() local
109 housekeeping_setup_type(enum hk_type type,cpumask_var_t housekeeping_staging) housekeeping_setup_type() argument
157 enum hk_type type; housekeeping_setup() local
163 enum hk_type type; housekeeping_setup() local
[all...]
/linux/fs/quota/
H A Dquota.c27 static int check_quotactl_permission(struct super_block *sb, int type, int cmd, in check_quotactl_permission()
56 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()
107 static int quota_getfmt(struct super_block *sb, int type, void __user *addr) in quota_getfmt()
119 static int quota_getinfo(struct super_block *sb, int type, void __user *addr) in quota_getinfo()
147 static int quota_setinfo(struct super_block *sb, int type, void __user *addr) in quota_setinfo()
201 static int quota_getquota(struct super_block *sb, int type, qid_t id, in quota_getquota()
[all …]
/linux/include/linux/
H A 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 …]
/linux/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/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/crypto/
H A Dapi.c58 static struct crypto_alg *__crypto_alg_lookup(const char *name, u32 type, in __crypto_alg_lookup()
103 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()
222 u32 type; in crypto_larval_wait() local
247 static struct crypto_alg *crypto_alg_lookup(const char *name, u32 type, in crypto_alg_lookup()
284 static struct crypto_alg *crypto_larval_lookup(const char *name, u32 type, in crypto_larval_lookup()
332 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask) in crypto_alg_mod_lookup()
367 const struct crypto_type *type = tfm->__crt_alg->cra_type; in crypto_exit_ops() local
373 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
406 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type, in __crypto_alloc_tfmgfp()
[all …]
/linux/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()
299 enum macaccess_entry_type type) in lan966x_mdb_l2_del()
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()
411 enum macaccess_entry_type type) in lan966x_mdb_l2_cpu_copy()
439 enum macaccess_entry_type type; in lan966x_mdb_write_entries() local
[all …]
/linux/include/net/
H A 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 …]
/linux/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
/linux/include/linux/sched/
H A Disolation.h33 extern bool housekeeping_test_cpu(int cpu, enum hk_type type); in housekeeping_any_cpu() argument
38 static inline int housekeeping_any_cpu(enum hk_type type) in housekeeping_cpumask() argument
43 static inline const struct cpumask *housekeeping_cpumask(enum hk_type type) in housekeeping_enabled() argument
49 housekeeping_affine(struct task_struct * t,enum hk_type type) housekeeping_affine() argument
51 housekeeping_test_cpu(int cpu,enum hk_type type) housekeeping_test_cpu() argument
59 housekeeping_cpu(int cpu,enum hk_type type) housekeeping_cpu() argument
[all...]
/linux/drivers/hwmon/
H A Dbt1-pvt.c280 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
285 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
290 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
310 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
331 static int pvt_write_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_write_limit()
371 static int pvt_read_alarm(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_alarm()
442 static inline umode_t pvt_limit_is_visible(enum pvt_sensor_type type) in pvt_limit_is_visible()
447 static inline umode_t pvt_alarm_is_visible(enum pvt_sensor_type type) in pvt_alarm_is_visible()
452 static int pvt_read_data(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_data()
508 static int pvt_read_limit(struct pvt_hwmon *pvt, enum pvt_sensor_type type, in pvt_read_limit()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.c29 #define ACA_BANK_HWID(type, hwid, mcatype) [ACA_HWIP_TYPE_##type] = {hwid, mcatype} argument
92 static int aca_smu_get_valid_aca_count(struct amdgpu_device *adev, enum aca_smu_type type, u32 *cou… in aca_smu_get_valid_aca_count()
135 static int aca_smu_get_valid_aca_banks(struct amdgpu_device *adev, enum aca_smu_type type, in aca_smu_get_valid_aca_banks()
183 static bool aca_bank_hwip_is_matched(struct aca_bank *bank, enum aca_hwip_type type) in aca_bank_hwip_is_matched()
204 …ic bool aca_bank_is_valid(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type) in aca_bank_is_valid()
283 enum aca_error_type type, u64 count) in aca_error_cache_log_bank_error()
305 static int aca_bank_parser(struct aca_handle *handle, struct aca_bank *bank, enum aca_smu_type type) in aca_bank_parser()
320 enum aca_smu_type type, void *data) in handler_aca_log_bank_error()
332 enum aca_smu_type type, bank_handler_t handler, void *data) in aca_dispatch_bank()
353 enum aca_smu_type type, bank_handler_t handler, void *data) in aca_dispatch_banks()
[all …]
/linux/drivers/scsi/
H A Discsi_boot_sysfs.c25 int type; member
341 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_kobj()
342 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj()
404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target()
405 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target()
429 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_initiator()
430 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_initiator()
455 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_ethernet()
456 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_ethernet()
481 ssize_t (*show)(void *data, int type, char *buf), in iscsi_boot_create_acpitbl()
[all …]
/linux/include/net/libeth/
H A 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
/linux/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.c38 #define DECLARE_MASK_VAL(type, name) struct {type m; type v; } name argument
39 #define MASK_VAL(type, spec, name, mask, val, fld) \ argument
43 #define MASK_VAL_BE(type, spec, name, mask, val, fld) \ argument
49 #define GET_MASK_VAL(name, type, mask, val, fld) \ argument
66 #define MASK_VAL_L2(type, name, fld) \ in print_lyr_2_4_hdrs() argument
87 #define MASK_VAL_L2_BE(type, name, fld) \ in print_lyr_2_4_hdrs() argument
134 #define PRINT_MASKED_VAL_L2(type, name, fld, p, format) {\ in print_lyr_2_4_hdrs() argument
158 #define MASK_VAL_MISC(type, name, fld) \ in print_misc_parameters_hdrs() argument
160 #define PRINT_MASKED_VAL_MISC(type, name, fld, p, format) {\ in print_misc_parameters_hdrs() argument

12345678910>>...148