| /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 | 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/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/arch/powerpc/kernel/ |
| H A D | vdso.c | 174 void *__end = (void *)VDSO##bits##_SYMBOL(&vdso##bits##_start, sec##_end); \ 176 do_##type##_fixups((value), __start, __end); \
|
| /linux/arch/arm64/kvm/ |
| H A D | pkvm.c | 306 #define for_each_mapping_in_range_safe(__pgt, __start, __end, __map) \ argument 308 __start, __end - 1); \ 311 __tmp = pkvm_mapping_iter_next(__map, __start, __end - 1); \
|
| /linux/tools/testing/selftests/net/netfilter/ |
| H A D | nft_concat_range.sh | 1073 __end= 1080 __end="$(eval format_"${f}" "${end}")" 1085 __expr="${__expr}${__start}-${__end}" 1092 __end="$(eval format_"${f}" "${srcend}")" 1097 __expr="${__expr}${__start}-${__end}" 1128 __end="$(eval format_"${f}" "${end}")" 1133 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/drivers/pnp/isapnp/ |
| H A D | core.c | 859 goto __end; in isapnp_get_resources() 882 __end: in isapnp_get_resources()
|
| /linux/tools/testing/vma/include/ |
| H A D | dup.h | 376 #define for_each_vma_range(__vmi, __vma, __end) \ argument 377 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | debug.c | 1274 #define DLE_DFI_FREE_PAGE_DUMP(__p, __end, __type) \ in rtw89_debug_mac_dump_dle_dbg() argument 1284 __p += scnprintf(__p, __end - __p, "[%s] freepg head: %d\n", \ in rtw89_debug_mac_dump_dle_dbg() 1286 __p += scnprintf(__p, __end - __p, "[%s] freepg tail: %d\n", \ in rtw89_debug_mac_dump_dle_dbg() 1288 __p += scnprintf(__p, __end - __p, "[%s] pubpg num : %d\n", \ in rtw89_debug_mac_dump_dle_dbg() 1292 #define case_QUOTA(__p, __end, __type, __id) \ in rtw89_debug_mac_dump_dle_dbg() argument 1297 __p += scnprintf(__p, __end - __p, "[%s][%s] rsv_pgnum: %d\n", \ in rtw89_debug_mac_dump_dle_dbg() 1299 __p += scnprintf(__p, __end - __p, "[%s][%s] use_pgnum: %d\n", \ in rtw89_debug_mac_dump_dle_dbg()
|
| /linux/include/linux/ |
| H A D | mm.h | 1382 #define for_each_vma_range(__vmi, __vma, __end) \ argument 1383 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)
|