Searched refs:find_next (Results 1 – 7 of 7) sorted by relevance
/linux/kernel/trace/ |
H A D | trace_printk.c | 265 static const char **find_next(void *v, loff_t *pos) in find_next() function 302 return find_next(NULL, pos); in t_start() 308 return find_next(v, pos); in t_next()
|
/linux/net/sunrpc/ |
H A D | xprtmultipath.c | 418 xprt_switch_find_xprt_t find_next) in xprt_switch_set_next_cursor() argument 423 pos = find_next(xps, old); in xprt_switch_set_next_cursor() 430 xprt_switch_find_xprt_t find_next) in xprt_iter_next_entry_multiple() argument 436 return xprt_switch_set_next_cursor(xps, &xpi->xpi_cursor, find_next); in xprt_iter_next_entry_multiple()
|
/linux/tools/perf/ |
H A D | builtin-annotate.c | 425 goto find_next; in hists__find_annotations() 429 goto find_next; in hists__find_annotations() 439 goto find_next; in hists__find_annotations() 444 find_next: in hists__find_annotations() 455 goto find_next; in hists__find_annotations() 471 goto find_next; in hists__find_annotations()
|
/linux/arch/arm/lib/ |
H A D | findbit.S | 50 .macro find_next, endian, set, name macro 82 find_next \endian, \set, \name
|
/linux/net/mptcp/ |
H A D | pm_kernel.c | 583 find_next: in mptcp_pm_nl_append_new_local_addr() 589 goto find_next; in mptcp_pm_nl_append_new_local_addr()
|
/linux/drivers/media/usb/uvc/ |
H A D | uvc_ctrl.c | 1317 bool find_next = req_id & in __uvc_query_v4l2_class() local 1326 if (!find_next) { in __uvc_query_v4l2_class()
|
/linux/fs/f2fs/ |
H A D | segment.c | 2260 find_next: in f2fs_clear_prefree_segments() 2282 goto find_next; in f2fs_clear_prefree_segments()
|