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

/linux-4.4.14/lib/
H A Dplist.c183 static void __init plist_test_check(int nr_expect) plist_test_check() argument
188 BUG_ON(nr_expect != 0); plist_test_check()
194 if (nr_expect-- < 0) plist_test_check()
208 BUG_ON(nr_expect != 0); plist_test_check()
222 int nr_expect = 0, i, loop; plist_test() local
237 nr_expect++; plist_test()
240 nr_expect--; plist_test()
242 plist_test_check(nr_expect); plist_test()
245 plist_test_check(nr_expect); plist_test()
253 nr_expect--; plist_test()
254 plist_test_check(nr_expect); plist_test()

Completed in 39 milliseconds