Searched refs:find_next (Results 1 – 8 of 8) sorted by relevance
/openbmc/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()
|
/openbmc/linux/net/sunrpc/ |
H A D | xprtmultipath.c | 397 xprt_switch_find_xprt_t find_next) in xprt_switch_set_next_cursor() argument 402 pos = find_next(xps, old); in xprt_switch_set_next_cursor() 409 xprt_switch_find_xprt_t find_next) in xprt_iter_next_entry_multiple() argument 415 return xprt_switch_set_next_cursor(xps, &xpi->xpi_cursor, find_next); in xprt_iter_next_entry_multiple()
|
/openbmc/linux/arch/arm/lib/ |
H A D | findbit.S | 50 .macro find_next, endian, set, name macro 82 find_next \endian, \set, \name
|
/openbmc/linux/tools/perf/ |
H A D | builtin-annotate.c | 334 goto find_next; in hists__find_annotations() 338 goto find_next; in hists__find_annotations() 348 goto find_next; in hists__find_annotations() 353 find_next: in hists__find_annotations()
|
/openbmc/openbmc/poky/bitbake/lib/bs4/ |
H A D | element.py | 559 def find_next(self, name=None, attrs={}, string=None, **kwargs): member in PageElement 574 findNext = find_next # BS3
|
/openbmc/linux/drivers/media/usb/uvc/ |
H A D | uvc_ctrl.c | 1101 bool find_next = req_id & V4L2_CTRL_FLAG_NEXT_CTRL; in __uvc_query_v4l2_class() local 1109 if (!find_next) { in __uvc_query_v4l2_class()
|
/openbmc/linux/net/mptcp/ |
H A D | pm_netlink.c | 1032 find_next: in mptcp_pm_nl_append_new_local_addr() 1038 goto find_next; in mptcp_pm_nl_append_new_local_addr()
|
/openbmc/linux/fs/f2fs/ |
H A D | segment.c | 2227 find_next: in f2fs_clear_prefree_segments() 2249 goto find_next; in f2fs_clear_prefree_segments()
|