/linux/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) 474 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_early, _pci_fixups_early, __start, __end) \ 475 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_header, _pci_fixups_header, __start, __end) \ 476 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_final, _pci_fixups_final, __start, __end) \ 477 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_enable, _pci_fixups_enable, __start, __end) \ 478 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_resume, _pci_fixups_resume, __start, __end) \ 479 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_suspend, _pci_fixups_suspend, __start, __end) \ 480 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_resume_early, _pci_fixups_resume_early, __start, __end) \ 481 BOUNDED_SECTION_PRE_LABEL(.pci_fixup_suspend_late, _pci_fixups_suspend_late, __start, __end) \ [all …]
|
/linux/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 | 1561 goto __end; in snd_rawmidi_kernel_write1() 1568 __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/sound/core/seq/ |
H A D | seq_clientmgr.c | 1489 goto __end; in snd_seq_ioctl_subscribe_port() 1492 goto __end; in snd_seq_ioctl_subscribe_port() 1495 goto __end; in snd_seq_ioctl_subscribe_port() 1498 goto __end; in snd_seq_ioctl_subscribe_port() 1502 goto __end; in snd_seq_ioctl_subscribe_port() 1509 __end: in snd_seq_ioctl_subscribe_port() 1535 goto __end; in snd_seq_ioctl_unsubscribe_port() 1538 goto __end; in snd_seq_ioctl_unsubscribe_port() 1541 goto __end; in snd_seq_ioctl_unsubscribe_port() 1544 goto __end; in snd_seq_ioctl_unsubscribe_port() [all …]
|
/linux/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/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/sound/pcmcia/pdaudiocf/ |
H A D | pdaudiocf_pcm.c | 74 goto __end; in pdacf_pcm_trigger() 80 __end: in pdacf_pcm_trigger()
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_concat_range.sh | 1027 __end= 1034 __end="$(eval format_"${f}" "${end}")" 1039 __expr="${__expr}${__start}-${__end}" 1046 __end="$(eval format_"${f}" "${srcend}")" 1051 __expr="${__expr}${__start}-${__end}" 1082 __end="$(eval format_"${f}" "${end}")" 1087 echo "{ ${__start}-${__end} }"
|
/linux/arch/parisc/kernel/vdso64/ |
H A D | vdso64.lds.S | 48 __end = .; symbol
|
/linux/arch/parisc/kernel/vdso32/ |
H A D | vdso32.lds.S | 50 __end = .; symbol
|
/linux/tools/testing/vma/ |
H A D | vma_internal.h | 80 #define for_each_vma_range(__vmi, __vma, __end) \ 81 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL) 70 for_each_vma_range(__vmi,__vma,__end) global() argument
|
/linux/drivers/pnp/isapnp/ |
H A D | core.c | 857 goto __end; in isapnp_get_resources() 880 __end: in isapnp_get_resources()
|
/linux/drivers/media/i2c/ccs/ |
H A D | ccs-data.c | 791 const struct __ccs_data_block_end *__end = payload; in ccs_data_parse_end() local 793 if (__end + 1 != endp) { in ccs_data_parse_end()
|
/linux/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/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/include/linux/ |
H A D | mm.h | 1078 #define for_each_vma_range(__vmi, __vma, __end) \ argument 1079 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
/linux/sound/pci/ac97/ |
H A D | ac97_patch.c | 1565 goto __end; in patch_ad1881() 1580 __end: in patch_ad1881()
|