Home
last modified time | relevance | path

Searched refs:find_next (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dxprtmultipath.c296 xprt_switch_find_xprt_t find_next) in xprt_switch_set_next_cursor() argument
301 pos = find_next(xps, old); in xprt_switch_set_next_cursor()
308 xprt_switch_find_xprt_t find_next) in xprt_iter_next_entry_multiple() argument
314 return xprt_switch_set_next_cursor(xps, &xpi->xpi_cursor, find_next); in xprt_iter_next_entry_multiple()
/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_printk.c254 static const char **find_next(void *v, loff_t *pos) in find_next() function
291 return find_next(NULL, pos); in t_start()
297 return find_next(v, pos); in t_next()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-annotate.c319 goto find_next; in hists__find_annotations()
323 goto find_next; in hists__find_annotations()
327 find_next: in hists__find_annotations()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/tests/
H A Dtest_tree.py503 self.assertEqual(self.start.find_next('b')['id'], '2')
504 self.assertEqual(self.start.find_next(text="Three"), "Three")
508 self.assertEqual(text.find_next("b").string, "Two")
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Delement.py405 def find_next(self, name=None, attrs={}, text=None, **kwargs): member in PageElement
409 findNext = find_next # BS3
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/
H A Ddynamic_bitset1069 * @sa find_next
1082 find_next(size_t __prev) const
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/
H A Ddynamic_bitset1069 * @sa find_next
1082 find_next(size_t __prev) const
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsegment.c2076 find_next: in f2fs_clear_prefree_segments()
2098 goto find_next; in f2fs_clear_prefree_segments()