| /linux-6.15/fs/bcachefs/ |
| H A D | extents.h | 17 #define entry_to_ptr(_entry) \ argument 19 EBUG_ON((_entry) && !extent_entry_is_ptr(_entry)); \ 28 #define to_entry(_entry) \ argument 43 ((typeof(_entry)) ((void *) (_entry) + extent_entry_bytes(_entry))) 145 EBUG_ON((_entry) && !extent_entry_is_crc(_entry)); \ 289 (_entry) = extent_entry_next_safe(_entry, _end)) 299 _entry < (_end) ? entry_to_ptr(_entry) : NULL; \ 327 __bkey_extent_entry_for_each_from(_entry, _end, _entry) \ 347 _entry < (_end); \ 354 (_entry) = extent_entry_next_safe(_entry, _end)) [all …]
|
| H A D | fifo.h | 113 #define fifo_for_each_entry(_entry, _fifo, _iter) \ argument 117 (_entry = (_fifo)->data[(_iter) & (_fifo)->mask], true)); \
|
| /linux-6.15/tools/testing/selftests/arm64/fp/ |
| H A D | assembler.h | 40 .macro \name\()_entry n 51 _for x, 0, (\num) - 1, \name\()_entry \x 54 .purgem \name\()_entry
|
| /linux-6.15/drivers/scsi/bfa/ |
| H A D | bfad_im.h | 140 #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 D | bfa_cs.h | 218 static void oc ## _sm_ ## st ## _entry(otype * fsm) 222 _state ## _entry(_fsm); \
|
| /linux-6.15/drivers/firmware/ |
| H A D | dmi-sysfs.c | 57 #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-6.15/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_cs.h | 69 static void oc ## _sm_ ## st ## _entry(otype * fsm) 73 _state ## _entry(_fsm); \
|
| /linux-6.15/include/net/ |
| H A D | snmp.h | 34 #define SNMP_MIB_ITEM(_name,_entry) { \ argument 36 .entry = _entry, \
|
| /linux-6.15/drivers/usb/dwc2/ |
| H A D | core.h | 175 #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-6.15/block/ |
| H A D | blk-sysfs.c | 459 static struct queue_sysfs_entry _prefix##_entry = { \ 465 static struct queue_sysfs_entry _prefix##_entry = { \ 472 static struct queue_sysfs_entry _prefix##_entry = { \ 478 static struct queue_sysfs_entry _prefix##_entry = { \
|
| /linux-6.15/include/linux/ |
| H A D | printk.h | 438 static const struct pi_entry _entry \ 448 __used __section(".printk_index") = &_entry; \
|
| /linux-6.15/drivers/hid/bpf/progs/ |
| H A D | hid_bpf_helpers.h | 126 } COMBINE(_entry, __LINE__)
|
| /linux-6.15/arch/x86/include/asm/trace/ |
| H A D | irq_vectors.h | 30 DEFINE_EVENT_FN(x86_irq_vector, name##_entry, \
|
| /linux-6.15/arch/xtensa/kernel/ |
| H A D | entry.S | 2014 _entry a1, 48 2018 _entry a1, 48 2022 _entry a1, 16
|
| /linux-6.15/rust/kernel/ |
| H A D | rbtree.rs | 370 RawEntry::Vacant(_entry) => None, in find_mut()
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | nldev.c | 1698 fill_res_##name##_entry); \ 1705 fill_res_##name##_entry); \
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_functions_graph.c | 832 #define print_graph_retaddr(_seq, _entry, _tflags, _comment) do { } while (0) argument
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-c2c.c | 628 __f ## _entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, \
|
| /linux-6.15/tools/perf/util/ |
| H A D | sort.c | 2724 bool perf_hpp__is_ ## key ## _entry(struct perf_hpp_fmt *fmt) \
|