Searched refs:type (Results 451 - 475 of 13790) sorted by relevance

<<11121314151617181920>>

/linux-master/include/rdma/
H A Drdma_netlink.h71 * @type: The attribute type.
75 int len, void *data, int type);
115 const char *type; member in struct:rdma_link_ops
122 #define MODULE_ALIAS_RDMA_LINK(type) MODULE_ALIAS("rdma-link-" type)
123 #define MODULE_ALIAS_RDMA_CLIENT(type) MODULE_ALIAS("rdma-client-" type)
/linux-master/arch/um/include/asm/
H A Duaccess.h48 #define __get_kernel_nofault(dst, src, type, err_label) \
50 *((type *)dst) = get_unaligned((type *)(src)); \
55 #define __put_kernel_nofault(dst, src, type, err_label) \
57 put_unaligned(*((type *)src), (type *)(dst)); \
/linux-master/arch/arm/mach-omap1/
H A Did.c30 u16 jtag_id; /* Used to determine OMAP type */
33 u32 type; /* Cpu id bits [31:08], cpu class bits [07:00] */ member in struct:omap_id
40 { .jtag_id = 0xb574, .die_rev = 0x2, .omap_id = 0x03310315, .type = 0x03100000},
41 { .jtag_id = 0x355f, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x07300100},
42 { .jtag_id = 0xb55f, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x07300300},
43 { .jtag_id = 0xb62c, .die_rev = 0x1, .omap_id = 0x03320500, .type = 0x08500000},
44 { .jtag_id = 0xb470, .die_rev = 0x0, .omap_id = 0x03310100, .type = 0x15100000},
45 { .jtag_id = 0xb576, .die_rev = 0x0, .omap_id = 0x03320000, .type = 0x16100000},
46 { .jtag_id = 0xb576, .die_rev = 0x2, .omap_id = 0x03320100, .type = 0x16110000},
47 { .jtag_id = 0xb576, .die_rev = 0x3, .omap_id = 0x03320100, .type
[all...]
/linux-master/arch/s390/kernel/
H A Djump_label.c48 enum jump_label_type type)
53 if (type == JUMP_LABEL_JMP) {
66 enum jump_label_type type)
68 jump_label_transform(entry, type);
73 enum jump_label_type type)
75 jump_label_transform(entry, type);
47 jump_label_transform(struct jump_entry *entry, enum jump_label_type type) argument
65 arch_jump_label_transform(struct jump_entry *entry, enum jump_label_type type) argument
72 arch_jump_label_transform_queue(struct jump_entry *entry, enum jump_label_type type) argument
/linux-master/drivers/ufs/host/
H A Dufs-mediatek-trace.h14 TP_PROTO(unsigned int type, unsigned int data),
15 TP_ARGS(type, data),
18 __field(unsigned int, type)
23 __entry->type = type;
28 __entry->type, __entry->data)
/linux-master/drivers/md/
H A Ddm-path-selector.h26 struct path_selector_type *type; member in struct:path_selector
42 #define dm_ps_use_hr_timer(type) ((type)->features & DM_PS_USE_HR_TIMER)
44 /* Information about a path selector type */
87 status_type_t type, char *result, unsigned int maxlen);
96 int dm_register_path_selector(struct path_selector_type *type);
99 int dm_unregister_path_selector(struct path_selector_type *type);
101 /* Returns a registered path selector type */
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_utils.c45 if (!set_value_on_csr_msg(accel_dev, &csr_msg, msg.type, &fmt->type) ||
57 msg.type = (csr_msg >> fmt->type.offset) & fmt->type.mask;
60 if (unlikely(!msg.type))
62 "Invalid PFVF msg with no type received\n");
/linux-master/arch/mips/include/asm/
H A Datomic.h26 #define ATOMIC_OPS(pfx, type) \
27 static __always_inline type arch_##pfx##_read(const pfx##_t *v) \
32 static __always_inline void arch_##pfx##_set(pfx##_t *v, type i) \
44 #define ATOMIC_OP(pfx, op, type, c_op, asm_op, ll, sc) \
45 static __inline__ void arch_##pfx##_##op(type i, pfx##_t * v) \
47 type temp; \
71 #define ATOMIC_OP_RETURN(pfx, op, type, c_op, asm_op, ll, sc) \
72 static __inline__ type \
73 arch_##pfx##_##op##_return_relaxed(type i, pfx##_t * v) \
75 type tem
[all...]
H A Dio.h196 #define __BUILD_MEMORY_SINGLE(pfx, bwlq, type, barrier, relax, irq) \
198 static inline void pfx##write##bwlq(type val, \
201 volatile type *__mem; \
202 type __val; \
213 if (sizeof(type) != sizeof(u64) || sizeof(u64) == sizeof(long)) \
217 type __tmp; \
238 static inline type pfx##read##bwlq(const volatile void __iomem *mem) \
240 volatile type *__mem; \
241 type __val; \
248 if (sizeof(type) !
[all...]
/linux-master/tools/perf/arch/x86/tests/
H A Damd-ibs-via-core-pmu.c13 int type; member in struct:sub_tests
24 static int event_open(int type, unsigned long config) argument
29 attr.type = type;
52 fd = event_open(sub_tests[i].type, sub_tests[i].config);
53 pr_debug("type: 0x%x, config: 0x%lx, fd: %d - ", sub_tests[i].type,
/linux-master/samples/bpf/
H A Dtracex6.bpf.c8 __uint(type, BPF_MAP_TYPE_PERF_EVENT_ARRAY);
15 __uint(type, BPF_MAP_TYPE_HASH);
22 __uint(type, BPF_MAP_TYPE_HASH);
53 * from map_lookup_elem) and will only filter the hashtable type.
60 enum bpf_map_type type; local
63 type = BPF_CORE_READ(map, map_type);
64 if (type != BPF_MAP_TYPE_HASH)
/linux-master/tools/perf/util/
H A Dbpf-filter.y30 unsigned long type;
38 %type <expr> filter_term filter_expr
40 %type <sample> BFT_SAMPLE
41 %type <op> BFT_OP
42 %type <num> BFT_NUM
81 $$ = perf_bpf_filter_expr__new($1.type, $1.part, $2, $3);
/linux-master/arch/x86/kernel/
H A Dcfi.c13 * Returns the target address and the expected type when regs->ip points
17 u32 *type)
23 *target = *type = 0;
35 * We can decode the expected type and the target address from the
45 *type = -(u32)insn.immediate.value;
71 u32 type; local
76 if (!decode_cfi_insn(regs, &target, &type))
79 return report_cfi_failure(regs, regs->ip, &target, type);
16 decode_cfi_insn(struct pt_regs *regs, unsigned long *target, u32 *type) argument
/linux-master/drivers/net/ethernet/cisco/enic/
H A Dvnic_vic.c12 const u8 type)
24 vp->type = type;
35 int vic_provinfo_add_tlv(struct vic_provinfo *vp, u16 type, u16 length, argument
50 tlv->type = htons(type);
11 vic_provinfo_alloc(gfp_t flags, const u8 *oui, const u8 type) argument
/linux-master/arch/riscv/kernel/
H A Dcfi.c11 * Returns the target address and the expected type when regs->epc points
15 u32 *type)
21 *target = *type = 0;
35 * We can read the expected type and the target address from the
43 *type = (u32)regs_ptr[RV_EXTRACT_RS1_REG(insn)];
68 u32 type; local
73 if (!decode_cfi_insn(regs, &target, &type))
76 return report_cfi_failure(regs, regs->epc, &target, type);
95 " .type cfi_bpf_hash,@object \n"
112 " .type cfi_bpf_subprog_has
14 decode_cfi_insn(struct pt_regs *regs, unsigned long *target, u32 *type) argument
[all...]
/linux-master/drivers/gpu/drm/xe/
H A Dxe_guc_hxg_helpers.h15 * hxg_sizeof - Queries size of the object or type (in HXG units).
16 * @T: the object or type
24 static inline const char *guc_hxg_type_to_string(unsigned int type) argument
26 switch (type) {
46 static inline bool guc_hxg_type_is_action(unsigned int type) argument
48 switch (type) {
58 static inline bool guc_hxg_type_is_reply(unsigned int type) argument
60 switch (type) {
/linux-master/fs/bcachefs/
H A Dcompress.h14 u8 type:4, member in struct:bch_compression_opt
21 .type = v & 15,
30 return opt.type < ARRAY_SIZE(__bch2_compression_opt_to_type) && !(!opt.type && opt.level);
42 return opt.type|(opt.level << 4);
47 return __bch2_compression_opt_to_type[bch2_compression_decode(v).type];
H A Dsix.c27 static void do_six_unlock_type(struct six_lock *lock, enum six_lock_type type);
44 /* Mask that indicates lock is held for this type: */
84 static inline void six_set_owner(struct six_lock *lock, enum six_lock_type type, argument
87 if (type != SIX_LOCK_intent)
114 * for anoter thread taking the competing lock type, and we may havve to do a
117 static int __do_six_trylock(struct six_lock *lock, enum six_lock_type type, argument
123 EBUG_ON(type == SIX_LOCK_write && lock->owner != task);
124 EBUG_ON(type == SIX_LOCK_write &&
148 * type we conflict with, we will have to issue a wakeup.
154 if (type
272 do_six_trylock(struct six_lock *lock, enum six_lock_type type, bool try) argument
291 six_trylock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip) argument
312 six_relock_ip(struct six_lock *lock, enum six_lock_type type, unsigned seq, unsigned long ip) argument
344 six_optimistic_spin(struct six_lock *lock, struct six_lock_waiter *wait, enum six_lock_type type) argument
394 six_optimistic_spin(struct six_lock *lock, struct six_lock_waiter *wait, enum six_lock_type type) argument
404 six_lock_slowpath(struct six_lock *lock, enum six_lock_type type, struct six_lock_waiter *wait, six_lock_should_sleep_fn should_sleep_fn, void *p, unsigned long ip) argument
537 six_lock_ip_waiter(struct six_lock *lock, enum six_lock_type type, struct six_lock_waiter *wait, six_lock_should_sleep_fn should_sleep_fn, void *p, unsigned long ip) argument
562 do_six_unlock_type(struct six_lock *lock, enum six_lock_type type) argument
603 six_unlock_ip(struct six_lock *lock, enum six_lock_type type, unsigned long ip) argument
715 six_lock_increment(struct six_lock *lock, enum six_lock_type type) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.h429 #define XFM_REG_FIELD_LIST(type) \
430 type OUT_CLAMP_MIN_B_CB; \
431 type OUT_CLAMP_MAX_B_CB; \
432 type OUT_CLAMP_MIN_G_Y; \
433 type OUT_CLAMP_MAX_G_Y; \
434 type OUT_CLAMP_MIN_R_CR; \
435 type OUT_CLAMP_MAX_R_CR; \
436 type OUT_ROUND_TRUNC_MODE; \
437 type DCP_SPATIAL_DITHER_EN; \
438 type DCP_SPATIAL_DITHER_MOD
[all...]
/linux-master/drivers/acpi/acpica/
H A Dutprint.c32 u8 base, s32 width, s32 precision, u8 type);
193 * type - Special printing flags
204 u8 base, s32 width, s32 precision, u8 type)
220 if (type & ACPI_FORMAT_LEFT) {
221 type &= ~ACPI_FORMAT_ZERO;
224 need_prefix = ((type & ACPI_FORMAT_PREFIX)
226 upper = (type & ACPI_FORMAT_UPPER) ? TRUE : FALSE;
227 zero = (type & ACPI_FORMAT_ZERO) ? '0' : ' ';
232 if (type & ACPI_FORMAT_SIGN) {
237 } else if (type
201 acpi_ut_format_number(char *string, char *end, u64 number, u8 base, s32 width, s32 precision, u8 type) argument
321 u8 type; local
[all...]
/linux-master/drivers/hwmon/
H A Dscmi-hwmon.c43 switch (sensor->type) {
90 static int scmi_hwmon_read(struct device *dev, enum hwmon_sensor_types type, argument
96 sensor = *(scmi_sensors->info[type] + channel);
102 scmi_hwmon_read_string(struct device *dev, enum hwmon_sensor_types type, argument
108 sensor = *(scmi_sensors->info[type] + channel);
115 scmi_hwmon_is_visible(const void *drvdata, enum hwmon_sensor_types type, argument
121 sensor = *(scmi_sensors->info[type] + channel);
160 enum hwmon_sensor_types type, u32 config)
168 scmi_hwmon_chan->type = type;
158 scmi_hwmon_add_chan_info(struct hwmon_channel_info *scmi_hwmon_chan, struct device *dev, int num, enum hwmon_sensor_types type, u32 config) argument
233 enum hwmon_sensor_types type; local
[all...]
/linux-master/drivers/acpi/
H A Dprocessor_core.c160 int type, u32 acpi_id)
177 if (header->type == ACPI_MADT_TYPE_LOCAL_APIC) {
180 } else if (header->type == ACPI_MADT_TYPE_LOCAL_X2APIC) {
181 if (!map_x2apic_id(header, type, acpi_id, &phys_id))
183 } else if (header->type == ACPI_MADT_TYPE_LOCAL_SAPIC) {
184 if (!map_lsapic_id(header, type, acpi_id, &phys_id))
186 } else if (header->type == ACPI_MADT_TYPE_GENERIC_INTERRUPT) {
187 if (!map_gicc_mpidr(header, type, acpi_id, &phys_id))
189 } else if (header->type == ACPI_MADT_TYPE_RINTC) {
190 if (!map_rintc_hartid(header, type, acpi_i
159 map_madt_entry(struct acpi_table_madt *madt, int type, u32 acpi_id) argument
218 map_mat_entry(acpi_handle handle, int type, u32 acpi_id) argument
254 acpi_get_phys_id(acpi_handle handle, int type, u32 acpi_id) argument
312 acpi_get_cpuid(acpi_handle handle, int type, u32 acpi_id) argument
[all...]
/linux-master/tools/lib/bpf/
H A Dnlattr.c50 int type = nla_type(nla); local
52 if (type < 0 || type > maxtype)
55 pt = &policy[type];
57 if (pt->type > LIBBPF_NLA_TYPE_MAX)
62 else if (pt->type != LIBBPF_NLA_UNSPEC)
63 minlen = nla_attr_minlen[pt->type];
71 if (pt->type == LIBBPF_NLA_STRING) {
89 * @arg maxtype Maximum attribute type expected and accepted.
95 * attribute in the index array using the attribute type a
113 int type = nla_type(nla); local
[all...]
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dprobe.c88 boot_cpu_data.type = CPU_SH7750;
93 boot_cpu_data.type = CPU_SH7750S;
98 boot_cpu_data.type = CPU_SH7751;
102 boot_cpu_data.type = CPU_SH7770;
107 boot_cpu_data.type = CPU_SH7781;
109 boot_cpu_data.type = CPU_SH7763;
111 boot_cpu_data.type = CPU_SH7780;
117 boot_cpu_data.type = CPU_SH7343;
121 boot_cpu_data.type = CPU_SH7785;
125 boot_cpu_data.type
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dnic_common.h28 return efx->type->revision;
120 return tx_queue->efx->type->tx_probe(tx_queue);
124 tx_queue->efx->type->tx_init(tx_queue);
128 if (tx_queue->efx->type->tx_remove)
129 tx_queue->efx->type->tx_remove(tx_queue);
133 tx_queue->efx->type->tx_write(tx_queue);
139 return rx_queue->efx->type->rx_probe(rx_queue);
143 rx_queue->efx->type->rx_init(rx_queue);
147 rx_queue->efx->type->rx_remove(rx_queue);
151 rx_queue->efx->type
[all...]

Completed in 207 milliseconds

<<11121314151617181920>>