Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dextents.h17 #define entry_to_ptr(_entry) \ argument
19 EBUG_ON((_entry) && !extent_entry_is_ptr(_entry)); \
22 type_is_exact(_entry, const union bch_extent_entry *), \
23 (const struct bch_extent_ptr *) (_entry), \
24 (struct bch_extent_ptr *) (_entry)); \
28 #define to_entry(_entry) \ argument
30 BUILD_BUG_ON(!type_is(_entry, union bch_extent_crc *) && \
31 !type_is(_entry, struct bch_extent_ptr *) && \
32 !type_is(_entry, struct bch_extent_stripe_ptr *)); \
35 (type_is_exact(_entry, const union bch_extent_crc *) || \
[all …]
H A Dfifo.h113 #define fifo_for_each_entry(_entry, _fifo, _iter) \ argument
117 (_entry = (_fifo)->data[(_iter) & (_fifo)->mask], true)); \
/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/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/tools/perf/util/
H A Drb_resort.h124 struct __name##_sorted_entry *__name##_entry; \
129 __name##_entry = rb_entry(__nd, struct __name##_sorted_entry, \
/linux/include/net/
H A Dsnmp.h34 #define SNMP_MIB_ITEM(_name,_entry) { \ argument
36 .entry = _entry, \
/linux/block/
H A Dblk-sysfs.c403 static struct queue_sysfs_entry _prefix##_entry = { \
409 static struct queue_sysfs_entry _prefix##_entry = { \
416 static struct queue_sysfs_entry _prefix##_entry = { \
423 static struct queue_sysfs_entry _prefix##_entry = { \
/linux/include/linux/
H A Dprintk.h432 static const struct pi_entry _entry \
442 __used __section(".printk_index") = &_entry; \
/linux/drivers/hid/bpf/progs/
H A Dhid_bpf_helpers.h107 } COMBINE(_entry, __LINE__)
/linux/arch/x86/include/asm/trace/
H A Dirq_vectors.h30 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/rust/kernel/
H A Drbtree.rs370 RawEntry::Vacant(_entry) => None, in find_mut()
/linux/drivers/infiniband/core/
H A Dnldev.c1697 fill_res_##name##_entry); \
1704 fill_res_##name##_entry); \
/linux/kernel/trace/
H A Dtrace_functions_graph.c771 #define print_graph_retaddr(_seq, _entry, _tflags, _comment) do { } while (0) argument
/linux/tools/perf/
H A Dbuiltin-c2c.c628 __f ## _entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, \