Home
last modified time | relevance | path

Searched refs:__end (Results 1 – 14 of 14) sorted by relevance

/linux/sound/core/
H A Dsound_oss.c124 goto __end; in snd_register_oss_device()
129 goto __end; in snd_register_oss_device()
134 __end: in snd_register_oss_device()
H A Drawmidi.c1564 goto __end; in snd_rawmidi_kernel_write1()
1571 __end: in snd_rawmidi_kernel_write1()
H A Dcontrol.c2022 goto __end; in snd_ctl_read()
2031 __end: in snd_ctl_read()
/linux/arch/powerpc/include/asm/book3s/64/
H A Dhash-64k.h160 unsigned long __end = vpn + (1UL << (PAGE_SHIFT - VPN_SHIFT)); \
164 for (index = 0; vpn < __end; index++, \
/linux/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00queue.h528 #define queue_loop(__entry, __start, __end) \ argument
530 prefetch(queue_next(__entry)), (__entry) != (__end);\
/linux/arch/powerpc/kernel/
H A Dvdso.c174 void *__end = (void *)VDSO##bits##_SYMBOL(&vdso##bits##_start, sec##_end); \
176 do_##type##_fixups((value), __start, __end); \
/linux/arch/arm64/kvm/
H A Dpkvm.c306 #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 Dnft_concat_range.sh1073 __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 Dvdso64.lds.S48 __end = .; symbol
/linux/arch/parisc/kernel/vdso32/
H A Dvdso32.lds.S50 __end = .; symbol
/linux/drivers/pnp/isapnp/
H A Dcore.c859 goto __end; in isapnp_get_resources()
882 __end: in isapnp_get_resources()
/linux/tools/testing/vma/include/
H A Ddup.h376 #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 Ddebug.c1274 #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 Dmm.h1382 #define for_each_vma_range(__vmi, __vma, __end) \ argument
1383 while (((__vma) = vma_find(&(__vmi), (__end))) != NULL)