Home
last modified time | relevance | path

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

12345678910>>...179

/linux/include/rv/
H A Dda_monitor.h22 DECLARE_DA_MON_GENERIC_HELPERS(name,type) global() argument
103 DECLARE_DA_MON_MODEL_HANDLER_IMPLICIT(name,type) global() argument
142 DECLARE_DA_MON_MODEL_HANDLER_PER_TASK(name,type) global() argument
179 DECLARE_DA_MON_INIT_GLOBAL(name,type) global() argument
222 DECLARE_DA_MON_INIT_PER_CPU(name,type) global() argument
270 DECLARE_DA_MON_INIT_PER_TASK(name,type) global() argument
337 DECLARE_DA_MON_MONITOR_HANDLER_IMPLICIT(name,type) global() argument
419 DECLARE_DA_MON_MONITOR_HANDLER_PER_TASK(name,type) global() argument
505 DECLARE_DA_MON_GLOBAL(name,type) global() argument
516 DECLARE_DA_MON_PER_CPU(name,type) global() argument
527 DECLARE_DA_MON_PER_TASK(name,type) global() argument
/linux/drivers/iommu/generic_pt/
H A Dpt_log2.h14 #define log2_to_int_t(type, a_lg2) ((type)(((type)1) << (a_lg2))) argument
18 #define log2_to_max_int_t(type, a_lg2) ((type)(log2_to_int_t(type, a_lg2) - 1)) argument
21 #define log2_div_t(type, a, b_lg2) ((type)(((type)a) >> (b_lg2))) argument
29 #define log2_div_eq_t(type, a, b, c_lg2) \ argument
34 #define log2_mod_t(type, a, b_lg2) \ argument
43 #define log2_mod_eq_max_t(type, a, b_lg2) \ argument
53 #define log2_set_mod_t(type, a, val, b_lg2) \ argument
62 #define log2_set_mod_max_t(type, a, b_lg2) \ argument
67 #define log2_mul_t(type, a, b_lg2) ((type)(((type)a) << (b_lg2))) argument
70 #define _dispatch_sz(type, fn, a) \ 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/include/trace/events/
H A Df2fs.h57 #define show_block_type(type) \ argument
90 #define show_data_type(type) \ argument
100 #define show_file_type(type) \ argument
105 #define show_gc_type(type) \ argument
110 #define show_alloc_mode(type) \ argument
116 show_victim_policy(type) global() argument
122 show_cpreason(type) global() argument
133 show_fsync_cpreason(type) global() argument
148 show_shutdown_mode(type) global() argument
156 show_compress_algorithm(type) global() argument
163 show_extent_type(type) global() argument
[all...]
/linux/kernel/bpf/
H A Dnet_namespace.c28 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()
273 enum netns_bpf_attach_type type; in netns_bpf_prog_query() local
[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_packed(type, item) type item; argument
49 #define __field_desc(type, container, item) type item; argument
52 #define __field_desc_packed(type, container, item) type item; argument
55 #define __array(type, item, size) type item[size]; argument
58 #define __stack_array(type, item, size, field) __array(type, item, size) argument
61 #define __array_desc(type, container, item, size) type item[size]; argument
[all …]
/linux/net/sctp/
H A 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()
521 const union sctp_subtype type, in sctp_sf_do_5_1C_ack()
703 const union sctp_subtype type, in sctp_sf_do_5_1D_ce()
925 const union sctp_subtype type, in sctp_sf_do_5_1E_ca()
1018 const union sctp_subtype type, in sctp_sf_heartbeat()
1044 const union sctp_subtype type, in sctp_sf_sendbeat_8_3()
1092 const union sctp_subtype type, in sctp_sf_send_reconf()
1121 const union sctp_subtype type, in sctp_sf_send_probe()
1169 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 BTF_TYPEDEF_ENC(name,type) global() argument
51 BTF_PTR_ENC(type) global() argument
54 BTF_CONST_ENC(type) global() argument
57 BTF_VOLATILE_ENC(type) global() argument
60 BTF_RESTRICT_ENC(type) global() argument
66 BTF_FUNC_PROTO_ARG_ENC(name,type) global() argument
75 BTF_DECL_TAG_ENC(value,type,component_idx) global() argument
78 BTF_TYPE_TAG_ENC(value,type) global() argument
[all...]
/linux/drivers/gpu/drm/amd/display/dc/optc/dcn10/
H A Ddcn10_optc.h415 #define TG_REG_FIELD_LIST_DCN1_0(type) \ argument
586 #define V_TOTAL_REGS(type) argument
588 #define TG_REG_FIELD_LIST(type) \ argument
635 #define TG_REG_FIELD_LIST_DCN2_0(type) \ argument
642 #define TG_REG_FIELD_LIST_DCN3_2(type) \ argument
645 #define TG_REG_FIELD_LIST_DCN3_5(type) \ argument
666 #define TG_REG_FIELD_LIST_DCN3_6(type) \ argument
675 #define TG_REG_FIELD_LIST_DCN401(type) \ argument
/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/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/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/arch/loongarch/kernel/
H A Dmodule.c61 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_none()
67 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_error()
74 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_32()
84 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_64()
92 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_pcrel()
98 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_absolute()
104 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_dup()
124 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop_push_plt_pcrel()
138 long *rela_stack, size_t *rela_stack_top, unsigned int type) in apply_r_larch_sop()
184 long *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() argument
104 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc() argument
126 static struct crypto_alg *crypto_larval_add(const char *name, u32 type, in crypto_larval_add() argument
202 crypto_larval_wait(struct crypto_alg * alg,u32 type,u32 mask) crypto_larval_wait() argument
253 crypto_alg_lookup(const char * name,u32 type,u32 mask) crypto_alg_lookup() argument
290 crypto_larval_lookup(const char * name,u32 type,u32 mask) crypto_larval_lookup() argument
338 crypto_alg_mod_lookup(const char * name,u32 type,u32 mask) crypto_alg_mod_lookup() argument
373 const struct crypto_type *type = tfm->__crt_alg->cra_type; crypto_exit_ops() local
379 crypto_ctxsize(struct crypto_alg * alg,u32 type,u32 mask) crypto_ctxsize() argument
408 __crypto_alloc_tfmgfp(struct crypto_alg * alg,u32 type,u32 mask,gfp_t gfp) __crypto_alloc_tfmgfp() argument
440 __crypto_alloc_tfm(struct crypto_alg * alg,u32 type,u32 mask) __crypto_alloc_tfm() argument
469 crypto_alloc_base(const char * alg_name,u32 type,u32 mask) crypto_alloc_base() argument
591 crypto_find_alg(const char * alg_name,const struct crypto_type * frontend,u32 type,u32 mask) crypto_find_alg() argument
628 crypto_alloc_tfm_node(const char * alg_name,const struct crypto_type * frontend,u32 type,u32 mask,int node) crypto_alloc_tfm_node() argument
690 crypto_has_alg(const char * name,u32 type,u32 mask) crypto_has_alg() argument
[all...]
/linux/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_mdb.c91 enum macaccess_entry_type type) in lan966x_mdb_encode_mac() argument
107 enum macaccess_entry_type type) in lan966x_mdb_ip_add() argument
142 enum macaccess_entry_type type) in lan966x_mdb_ip_del() argument
250 lan966x_mdb_l2_add(struct lan966x_port * port,const struct switchdev_obj_port_mdb * mdb,enum macaccess_entry_type type) lan966x_mdb_l2_add() argument
299 lan966x_mdb_l2_del(struct lan966x_port * port,const struct switchdev_obj_port_mdb * mdb,enum macaccess_entry_type type) lan966x_mdb_l2_del() argument
368 enum macaccess_entry_type type; lan966x_handle_port_mdb_add() local
385 enum macaccess_entry_type type; lan966x_handle_port_mdb_del() local
400 lan966x_mdb_ip_cpu_copy(struct lan966x * lan966x,struct lan966x_mdb_entry * mdb_entry,enum macaccess_entry_type type) lan966x_mdb_ip_cpu_copy() argument
411 lan966x_mdb_l2_cpu_copy(struct lan966x * lan966x,struct lan966x_mdb_entry * mdb_entry,enum macaccess_entry_type type) lan966x_mdb_l2_cpu_copy() argument
439 enum macaccess_entry_type type; lan966x_mdb_write_entries() local
455 lan966x_mdb_ip_cpu_remove(struct lan966x * lan966x,struct lan966x_mdb_entry * mdb_entry,enum macaccess_entry_type type) lan966x_mdb_ip_cpu_remove() argument
466 lan966x_mdb_l2_cpu_remove(struct lan966x * lan966x,struct lan966x_mdb_entry * mdb_entry,enum macaccess_entry_type type) lan966x_mdb_l2_cpu_remove() argument
494 enum macaccess_entry_type type; lan966x_mdb_erase_entries() local
511 enum macaccess_entry_type type; lan966x_mdb_clear_entries() local
528 enum macaccess_entry_type type; lan966x_mdb_restore_entries() local
[all...]
/linux/scripts/gendwarfksyms/
H A Dtypes.c76 static void type_expansion_init(struct type_expansion *type) in type_expansion_init()
83 static inline void type_expansion_free(struct type_expansion *type) in type_expansion_free()
91 static void type_expansion_append(struct type_expansion *type, const char *s, in type_expansion_append()
119 static struct type_expansion *type_map_add(const char *name, in type_map_add()
163 struct type_expansion type; in type_map_get() local
239 struct type_expansion type; member
323 struct type_expansion *type) in __calculate_version()
352 struct type_expansion *type) in calculate_version()
359 static void __type_expand(struct die *cache, struct type_expansion *type) in __type_expand()
403 struct type_expansion *type) in type_expand()
[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/gpu/drm/amd/amdgpu/
H A Damdgpu_aca.c29 #define ACA_BANK_HWID(type, hwid, mcatype) [ACA_HWIP_TYPE_##type] = {hwid, mcatype} argument
83 static int aca_smu_get_valid_aca_count(struct amdgpu_device *adev, enum aca_smu_type type, u32 *count) in aca_smu_get_valid_aca_count() argument
134 static bool aca_bank_hwip_is_matched(struct aca_bank *bank, enum aca_hwip_type type) in aca_bank_hwip_is_matched() argument
155 static int aca_smu_get_valid_aca_banks(struct amdgpu_device *adev, enum aca_smu_type type, in aca_smu_get_valid_aca_banks() argument
212 aca_bank_is_valid(struct aca_handle * handle,struct aca_bank * bank,enum aca_smu_type type) aca_bank_is_valid() argument
296 aca_error_cache_log_bank_error(struct aca_handle * handle,struct aca_bank_info * info,enum aca_error_type type,u64 count) aca_error_cache_log_bank_error() argument
318 aca_bank_parser(struct aca_handle * handle,struct aca_bank * bank,enum aca_smu_type type) aca_bank_parser() argument
333 handler_aca_log_bank_error(struct aca_handle * handle,struct aca_bank * bank,enum aca_smu_type type,void * data) handler_aca_log_bank_error() argument
345 aca_dispatch_bank(struct aca_handle_manager * mgr,struct aca_bank * bank,enum aca_smu_type type,bank_handler_t handler,void * data) aca_dispatch_bank() argument
366 aca_dispatch_banks(struct aca_handle_manager * mgr,struct aca_banks * banks,enum aca_smu_type type,bank_handler_t handler,void * data) aca_dispatch_banks() argument
390 aca_bank_should_update(struct amdgpu_device * adev,enum aca_smu_type type) aca_bank_should_update() argument
411 aca_banks_generate_cper(struct amdgpu_device * adev,enum aca_smu_type type,struct aca_banks * banks,int count) aca_banks_generate_cper() argument
460 aca_banks_update(struct amdgpu_device * adev,enum aca_smu_type type,bank_handler_t handler,struct ras_query_context * qctx,void * data) aca_banks_update() argument
505 aca_log_aca_error_data(struct aca_bank_error * bank_error,enum aca_error_type type,struct ras_err_data * err_data) aca_log_aca_error_data() argument
539 aca_log_aca_error(struct aca_handle * handle,enum aca_error_type type,struct ras_err_data * err_data) aca_log_aca_error() argument
561 __aca_get_error_data(struct amdgpu_device * adev,struct aca_handle * handle,enum aca_error_type type,struct ras_err_data * err_data,struct ras_query_context * qctx) __aca_get_error_data() argument
600 amdgpu_aca_get_error_data(struct amdgpu_device * adev,struct aca_handle * handle,enum aca_error_type type,struct ras_err_data * err_data,struct ras_query_context * qctx) amdgpu_aca_get_error_data() argument
615 aca_error_init(struct aca_error * aerr,enum aca_error_type type) aca_error_init() argument
626 int type; aca_init_error_cache() local
650 int type; aca_fini_error_cache() local
892 aca_dump_entry(struct seq_file * m,struct aca_bank * bank,enum aca_smu_type type,int idx) aca_dump_entry() argument
915 handler_aca_bank_dump(struct aca_handle * handle,struct aca_bank * bank,enum aca_smu_type type,void * data) handler_aca_bank_dump() argument
924 aca_dump_show(struct seq_file * m,enum aca_smu_type type) aca_dump_show() 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/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; get_type() local
104 put_type(struct dm_exception_store_type * type) put_type() argument
111 dm_exception_store_type_register(struct dm_exception_store_type * type) dm_exception_store_type_register() argument
126 dm_exception_store_type_unregister(struct dm_exception_store_type * type) dm_exception_store_type_unregister() argument
198 struct dm_exception_store_type *type = NULL; dm_exception_store_create() local
[all...]
/linux/drivers/platform/x86/intel/
H A Dpunit_ipc.c46 IPC_TYPE type; member
51 static inline u32 ipc_read_status(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_status()
56 static inline void ipc_write_cmd(IPC_DEV *ipcdev, IPC_TYPE type, u32 cmd) in ipc_write_cmd()
61 static inline u32 ipc_read_data_low(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_low()
66 static inline u32 ipc_read_data_high(IPC_DEV *ipcdev, IPC_TYPE type) in ipc_read_data_high()
71 static inline void ipc_write_data_low(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_low()
76 static inline void ipc_write_data_high(IPC_DEV *ipcdev, IPC_TYPE type, u32 data) in ipc_write_data_high()
101 static int intel_punit_ipc_check_status(IPC_DEV *ipcdev, IPC_TYPE type) in intel_punit_ipc_check_status()
148 IPC_TYPE type; in intel_punit_ipc_command() local
/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() argument
342 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_kobj() argument
404 ssize_t (*show) (void *data, int type, char *buf), in iscsi_boot_create_target() argument
405 umode_t (*is_visible) (void *data, int type), in iscsi_boot_create_target() argument
429 ssize_t (*show) (void *data, int type, cha in iscsi_boot_create_initiator() argument
430 iscsi_boot_create_initiator(struct iscsi_boot_kset * boot_kset,int index,void * data,ssize_t (* show)(void * data,int type,char * buf),umode_t (* is_visible)(void * data,int type),void (* release)(void * data)) iscsi_boot_create_initiator() argument
455 iscsi_boot_create_ethernet(struct iscsi_boot_kset * boot_kset,int index,void * data,ssize_t (* show)(void * data,int type,char * buf),umode_t (* is_visible)(void * data,int type),void (* release)(void * data)) iscsi_boot_create_ethernet() argument
456 iscsi_boot_create_ethernet(struct iscsi_boot_kset * boot_kset,int index,void * data,ssize_t (* show)(void * data,int type,char * buf),umode_t (* is_visible)(void * data,int type),void (* release)(void * data)) iscsi_boot_create_ethernet() argument
481 iscsi_boot_create_acpitbl(struct iscsi_boot_kset * boot_kset,int index,void * data,ssize_t (* show)(void * data,int type,char * buf),umode_t (* is_visible)(void * data,int type),void (* release)(void * data)) iscsi_boot_create_acpitbl() argument
482 iscsi_boot_create_acpitbl(struct iscsi_boot_kset * boot_kset,int index,void * data,ssize_t (* show)(void * data,int type,char * buf),umode_t (* is_visible)(void * data,int type),void (* release)(void * data)) iscsi_boot_create_acpitbl() argument
[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
/linux/drivers/gpu/drm/amd/display/dc/dccg/dcn20/
H A Ddcn20_dccg.h118 #define DCCG_REG_FIELD_LIST(type) \ argument
138 #define DCCG3_REG_FIELD_LIST(type) \ argument
148 #define DCCG31_REG_FIELD_LIST(type) \ argument
211 #define DCCG314_REG_FIELD_LIST(type) \ argument
218 #define DCCG32_REG_FIELD_LIST(type) \ argument
246 #define DCCG35_REG_FIELD_LIST(type) \ argument
346 #define DCCG401_REG_FIELD_LIST(type) \ argument

12345678910>>...179