Home
last modified time | relevance | path

Searched refs:_entry (Results 1 – 19 of 19) sorted by relevance

/linux/tools/testing/selftests/arm64/fp/
H A Dassembler.h40 .macro \name\()_entry n
51 _for x, 0, (\num) - 1, \name\()_entry \x
54 .purgem \name\()_entry
/linux/drivers/scsi/bfa/
H A Dbfad_im.h140 #define bfad_get_aen_entry(_drv, _entry) do { \ argument
143 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \
144 if (_entry) \
145 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \
H A Dbfa_cs.h218 static void oc ## _sm_ ## st ## _entry(otype * fsm)
222 _state ## _entry(_fsm); \
/linux/drivers/gpu/drm/ast/
H A Dast_post.h35 #define AST_DRAMSTRUCT_IS(_entry, _name) \ argument
36 ((_entry)->index == __AST_DRAMSTRUCT_INDEX(_name))
/linux/drivers/firmware/
H A Ddmi-sysfs.c57 #define DMI_SYSFS_ATTR(_entry, _name) \ argument
58 struct dmi_sysfs_attribute dmi_sysfs_attr_##_entry##_##_name = { \
60 .show = dmi_sysfs_##_entry##_##_name, \
74 #define DMI_SYSFS_MAPPED_ATTR(_entry, _name) \ argument
75 struct dmi_sysfs_mapped_attribute dmi_sysfs_attr_##_entry##_##_name = { \
77 .show = dmi_sysfs_##_entry##_##_name, \
/linux/drivers/net/ethernet/brocade/bna/
H A Dbfa_cs.h69 static void oc ## _sm_ ## st ## _entry(otype * fsm)
73 _state ## _entry(_fsm); \
/linux/include/net/
H A Dsnmp.h34 #define SNMP_MIB_ITEM(_name,_entry) { \ argument
36 .entry = _entry, \
/linux/drivers/usb/dwc2/
H A Dcore.h175 #define call_gadget(_hs, _entry) \ argument
178 (_hs)->driver && (_hs)->driver->_entry) { \
180 (_hs)->driver->_entry(&(_hs)->gadget); \
185 #define call_gadget(_hs, _entry) do {} while (0) argument
/linux/rust/kernel/
H A Ddebugfs.rs416 _entry: Entry<'static>, field
456 unsafe { &mut Pin::into_inner_unchecked(self)._entry } in entry_mut()
465 _entry: Entry::empty(), in new()
H A Drbtree.rs406 RawEntry::Vacant(_entry) => None, in find_mut()
/linux/block/
H A Dblk-sysfs.c555 static struct queue_sysfs_entry _prefix##_entry = { \
561 static struct queue_sysfs_entry _prefix##_entry = { \
568 static struct queue_sysfs_entry _prefix##_entry = { \
574 static struct queue_sysfs_entry _prefix##_entry = { \
/linux/include/linux/
H A Dprintk.h442 static const struct pi_entry _entry \
452 __used __section(".printk_index") = &_entry; \
/linux/arch/x86/include/asm/trace/
H A Dirq_vectors.h29 DEFINE_EVENT_FN(x86_irq_vector, name##_entry, \
/linux/arch/xtensa/kernel/
H A Dentry.S2014 _entry a1, 48
2018 _entry a1, 48
2022 _entry a1, 16
/linux/drivers/infiniband/core/
H A Dnldev.c1699 fill_res_##name##_entry); \
1706 fill_res_##name##_entry); \
/linux/kernel/trace/
H A Dtrace_functions_graph.c867 #define print_graph_retaddr(_seq, _entry, _tflags, _comment) do { } while (0) argument
/linux/drivers/android/binder/
H A Dprocess.rs708 rbtree::Entry::Occupied(_entry) => { in get_current_thread()
/linux/tools/perf/
H A Dbuiltin-c2c.c666 __f ## _entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, \
/linux/tools/perf/util/
H A Dsort.c2811 bool perf_hpp__is_ ## key ## _entry(struct perf_hpp_fmt *fmt) \