| /linux-6.15/include/asm-generic/ |
| H A D | vmlinux.lds.h | 300 BOUNDED_SECTION_PRE_LABEL(.lsm_info.init, _lsm_info, __start, __end) 304 BOUNDED_SECTION_PRE_LABEL(.early_lsm_info.init, _early_lsm_info, __start, __end) 478 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_early, _pci_fixups_early, __start, __end) \ 479 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_header, _pci_fixups_header, __start, __end) \ 480 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_final, _pci_fixups_final, __start, __end) \ 481 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_enable, _pci_fixups_enable, __start, __end) \ 482 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_resume, _pci_fixups_resume, __start, __end) \ 483 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_suspend, _pci_fixups_suspend, __start, __end) \ 484 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_resume_early, _pci_fixups_resume_early, __start, __end) \ 485 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_suspend_late, _pci_fixups_suspend_late, __start, __end) \ [all …]
|
| /linux-6.15/sound/core/ |
| H A D | sound_oss.c | 124 goto __end; in snd_register_oss_device() 129 goto __end; in snd_register_oss_device() 134 __end: in snd_register_oss_device()
|
| H A D | rawmidi.c | 1564 goto __end; in snd_rawmidi_kernel_write1() 1571 __end: in snd_rawmidi_kernel_write1()
|
| H A D | control.c | 2022 goto __end; in snd_ctl_read() 2031 __end: in snd_ctl_read()
|
| /linux-6.15/sound/core/seq/ |
| H A D | seq_clientmgr.c | 1535 goto __end; in snd_seq_ioctl_subscribe_port() 1538 goto __end; in snd_seq_ioctl_subscribe_port() 1541 goto __end; in snd_seq_ioctl_subscribe_port() 1544 goto __end; in snd_seq_ioctl_subscribe_port() 1548 goto __end; in snd_seq_ioctl_subscribe_port() 1555 __end: in snd_seq_ioctl_subscribe_port() 1581 goto __end; in snd_seq_ioctl_unsubscribe_port() 1584 goto __end; in snd_seq_ioctl_unsubscribe_port() 1600 __end: in snd_seq_ioctl_unsubscribe_port() 2013 __end: in snd_seq_ioctl_get_subscription() [all …]
|
| /linux-6.15/arch/powerpc/include/asm/book3s/64/ |
| H A D | hash-64k.h | 160 unsigned long __end = vpn + (1UL << (PAGE_SHIFT - VPN_SHIFT)); \ 164 for (index = 0; vpn < __end; index++, \
|
| /linux-6.15/drivers/net/wireless/ralink/rt2x00/ |
| H A D | rt2x00queue.h | 528 #define queue_loop(__entry, __start, __end) \ argument 530 prefetch(queue_next(__entry)), (__entry) != (__end);\
|
| /linux-6.15/sound/pcmcia/pdaudiocf/ |
| H A D | pdaudiocf_pcm.c | 74 goto __end; in pdacf_pcm_trigger() 80 __end: in pdacf_pcm_trigger()
|
| /linux-6.15/arch/powerpc/kernel/ |
| H A D | vdso.c | 175 void *__end = (void *)VDSO##bits##_SYMBOL(&vdso##bits##_start, sec##_end); \ 177 do_##type##_fixups((value), __start, __end); \
|
| /linux-6.15/tools/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 1046 __end= 1053 __end="$(eval format_"${f}" "${end}")" 1058 __expr="${__expr}${__start}-${__end}" 1065 __end="$(eval format_"${f}" "${srcend}")" 1070 __expr="${__expr}${__start}-${__end}" 1101 __end="$(eval format_"${f}" "${end}")" 1106 echo "{ ${__start}-${__end} }"
|
| /linux-6.15/arch/powerpc/kernel/vdso/ |
| H A D | vdso32.lds.S | 82 __end = .; symbol
|
| /linux-6.15/arch/parisc/kernel/vdso32/ |
| H A D | vdso32.lds.S | 50 __end = .; symbol
|
| /linux-6.15/arch/parisc/kernel/vdso64/ |
| H A D | vdso64.lds.S | 48 __end = .; symbol
|
| /linux-6.15/arch/arm64/kvm/ |
| H A D | pkvm.c | 308 #define for_each_mapping_in_range_safe(__pgt, __start, __end, __map) \ argument 319 else if (__map->gfn >= ((__end) >> PAGE_SHIFT)) \
|
| /linux-6.15/drivers/scsi/bfa/ |
| H A D | bfa.h | 295 #define bfa_msix_get_rme_range(__bfa, __start, __end) \ argument 296 ((__bfa)->iocfc.hwif.hw_msix_get_rme_range(__bfa, __start, __end))
|
| /linux-6.15/drivers/pnp/isapnp/ |
| H A D | core.c | 858 goto __end; in isapnp_get_resources() 881 __end: in isapnp_get_resources()
|
| /linux-6.15/tools/testing/vma/ |
| H A D | vma_internal.h | 109 #define for_each_vma_range(__vmi, __vma, __end) \ argument 110 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
| /linux-6.15/drivers/media/i2c/ccs/ |
| H A D | ccs-data.c | 792 const struct __ccs_data_block_end *__end = payload; in ccs_data_parse_end() local 794 if (__end + 1 != endp) { in ccs_data_parse_end()
|
| /linux-6.15/sound/pci/ |
| H A D | cs4281.c | 612 goto __end; in snd_cs4281_ac97_read() 632 goto __end; in snd_cs4281_ac97_read() 641 __end: in snd_cs4281_ac97_read()
|
| H A D | intel8x0.c | 2722 goto __end; in intel8x0_measure_ac97_clock() 2748 __end: in intel8x0_measure_ac97_clock()
|
| /linux-6.15/sound/pci/ymfpci/ |
| H A D | ymfpci_main.c | 166 goto __end; in snd_ymfpci_hw_start() 170 __end: in snd_ymfpci_hw_start() 181 goto __end; in snd_ymfpci_hw_stop() 192 __end: in snd_ymfpci_hw_stop()
|
| /linux-6.15/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 1290 #define DLE_DFI_FREE_PAGE_DUMP(__p, __end, __type) \ in rtw89_debug_mac_dump_dle_dbg() argument 1300 __p += scnprintf(__p, __end - __p, "[%s] freepg head: %d\n", \ in rtw89_debug_mac_dump_dle_dbg() 1302 __p += scnprintf(__p, __end - __p, "[%s] freepg tail: %d\n", \ in rtw89_debug_mac_dump_dle_dbg() 1304 __p += scnprintf(__p, __end - __p, "[%s] pubpg num : %d\n", \ in rtw89_debug_mac_dump_dle_dbg() 1308 #define case_QUOTA(__p, __end, __type, __id) \ in rtw89_debug_mac_dump_dle_dbg() argument 1313 __p += scnprintf(__p, __end - __p, "[%s][%s] rsv_pgnum: %d\n", \ in rtw89_debug_mac_dump_dle_dbg() 1315 __p += scnprintf(__p, __end - __p, "[%s][%s] use_pgnum: %d\n", \ in rtw89_debug_mac_dump_dle_dbg()
|
| /linux-6.15/include/linux/ |
| H A D | mm.h | 1147 #define for_each_vma_range(__vmi, __vma, __end) \ argument 1148 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
| /linux-6.15/sound/pci/ac97/ |
| H A D | ac97_patch.c | 1565 goto __end; in patch_ad1881() 1580 __end: in patch_ad1881()
|