Home
last modified time | relevance | path

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

/linux/lib/
H A Dplist.c205 static void __init plist_test_check(int nr_expect) in plist_test_check() argument
210 BUG_ON(nr_expect != 0); in plist_test_check()
216 if (nr_expect-- < 0) in plist_test_check()
230 BUG_ON(nr_expect != 0); in plist_test_check()
244 int nr_expect = 0, i, loop; in plist_test() local
259 nr_expect++; in plist_test()
262 nr_expect--; in plist_test()
264 plist_test_check(nr_expect); in plist_test()
267 plist_test_check(nr_expect); in plist_test()
275 nr_expect--; in plist_test()
[all …]