/linux/tools/testing/selftests/arm64/fp/ |
A D | assembler.h | 40 .macro \name\()_entry n 51 _for x, 0, (\num) - 1, \name\()_entry \x 54 .purgem \name\()_entry
|
/linux/drivers/scsi/bfa/ |
A D | bfad_im.h | 125 #define bfad_get_aen_entry(_drv, _entry) do { \ argument 128 bfa_q_deq(&(_drv)->free_aen_q, &(_entry)); \ 129 if (_entry) \ 130 list_add_tail(&(_entry)->qe, &(_drv)->active_aen_q); \
|
A D | bfa_cs.h | 218 static void oc ## _sm_ ## st ## _entry(otype * fsm) 222 _state ## _entry(_fsm); \
|
/linux/drivers/gpu/drm/ |
A D | drm_context.c | 183 struct drm_map_list *_entry; in drm_legacy_getsareactx() local 198 list_for_each_entry(_entry, &dev->maplist, head) { in drm_legacy_getsareactx() 199 if (_entry->map == map) { in drm_legacy_getsareactx() 201 (void *)(unsigned long)_entry->user_token; in drm_legacy_getsareactx()
|
A D | drm_bufs.c | 396 struct drm_map_list *_entry; in drm_legacy_findmap() local 398 list_for_each_entry(_entry, &dev->maplist, head) in drm_legacy_findmap() 399 if (_entry->user_token == token) in drm_legacy_findmap() 400 return _entry->map; in drm_legacy_findmap()
|
/linux/drivers/firmware/ |
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/drivers/net/ethernet/brocade/bna/ |
A D | bfa_cs.h | 41 static void oc ## _sm_ ## st ## _entry(otype * fsm) 45 _state ## _entry(_fsm); \
|
/linux/tools/perf/util/ |
A D | rb_resort.h | 124 struct __name##_sorted_entry *__name##_entry; \ 129 __name##_entry = rb_entry(__nd, struct __name##_sorted_entry, \
|
A D | sort.c | 2020 bool perf_hpp__is_ ## key ## _entry(struct perf_hpp_fmt *fmt) \
|
/linux/include/net/ |
A D | snmp.h | 34 #define SNMP_MIB_ITEM(_name,_entry) { \ argument 36 .entry = _entry, \
|
/linux/drivers/usb/dwc2/ |
A D | core.h | 205 #define call_gadget(_hs, _entry) \ argument 208 (_hs)->driver && (_hs)->driver->_entry) { \ 210 (_hs)->driver->_entry(&(_hs)->gadget); \ 215 #define call_gadget(_hs, _entry) do {} while (0) argument
|
/linux/include/linux/ |
A D | printk.h | 381 static const struct pi_entry _entry \ 391 __used __section(".printk_index") = &_entry; \
|
/linux/drivers/gpu/drm/mga/ |
A D | mga_dma.c | 567 struct drm_map_list *_entry; in mga_do_agp_dma_bootstrap() local 570 list_for_each_entry(_entry, &dev->maplist, head) { in mga_do_agp_dma_bootstrap() 571 if (_entry->map == dev->agp_buffer_map) in mga_do_agp_dma_bootstrap() 572 agp_token = _entry->user_token; in mga_do_agp_dma_bootstrap()
|
/linux/Documentation/filesystems/ext4/ |
A D | directory.rst | 324 - struct dx\_entry 396 - struct dx\_entry 426 block (precisely the length of one dx\_entry) are used to store a 452 (dx\_root or dx\_node), all of the htree indices (dx\_entry) that are in
|
A D | attributes.rst | 142 xattr\_header/xattr\_entry table. When the two collide, the overflow is
|
A D | super.rst | 630 - Directory entries record the file type. See ext4\_dir\_entry\_2 below
|
/linux/arch/x86/include/asm/trace/ |
A D | irq_vectors.h | 30 DEFINE_EVENT_FN(x86_irq_vector, name##_entry, \
|
/linux/block/ |
A D | blk-sysfs.c | 556 static struct queue_sysfs_entry _prefix##_entry = { \ 562 static struct queue_sysfs_entry _prefix##_entry = { \
|
/linux/arch/x86/include/asm/xen/ |
A D | hypercall.h | 89 extern struct { char _entry[32]; } hypercall_page[]; member
|
/linux/arch/xtensa/kernel/ |
A D | entry.S | 2004 _entry a1, 48 2008 _entry a1, 48 2012 _entry a1, 16
|
/linux/drivers/infiniband/core/ |
A D | nldev.c | 1620 fill_res_##name##_entry); \ 1627 fill_res_##name##_entry); \
|
/linux/tools/perf/ |
A D | builtin-c2c.c | 622 __f ## _entry(struct perf_hpp_fmt *fmt, struct perf_hpp *hpp, \
|