nr_expect         183 lib/plist.c    static void __init plist_test_check(int nr_expect)
nr_expect         188 lib/plist.c    		BUG_ON(nr_expect != 0);
nr_expect         194 lib/plist.c    		if (nr_expect-- < 0)
nr_expect         208 lib/plist.c    	BUG_ON(nr_expect != 0);
nr_expect         222 lib/plist.c    	int nr_expect = 0, i, loop;
nr_expect         237 lib/plist.c    			nr_expect++;
nr_expect         240 lib/plist.c    			nr_expect--;
nr_expect         242 lib/plist.c    		plist_test_check(nr_expect);
nr_expect         245 lib/plist.c    			plist_test_check(nr_expect);
nr_expect         253 lib/plist.c    		nr_expect--;
nr_expect         254 lib/plist.c    		plist_test_check(nr_expect);