Lines Matching refs:NENTRIES
6 #define NENTRIES 9 macro
94 list_t entries[NENTRIES]; in TEST_BEGIN()
99 for (i = 0; i < NENTRIES; i++) { in TEST_BEGIN()
103 test_entries_list(&head, entries, NENTRIES); in TEST_BEGIN()
109 list_t entries[NENTRIES]; in TEST_BEGIN()
114 for (i = 0; i < NENTRIES; i++) { in TEST_BEGIN()
118 for (i = 0; i < NENTRIES; i++) { in TEST_BEGIN()
119 test_entries_list(&head, entries, NENTRIES-i); in TEST_BEGIN()
128 list_t entries[NENTRIES]; in TEST_BEGIN()
133 for (i = 0; i < NENTRIES; i++) { in TEST_BEGIN()
134 ql_head_insert(&head, &entries[NENTRIES-i-1], link); in TEST_BEGIN()
137 test_entries_list(&head, entries, NENTRIES); in TEST_BEGIN()
143 list_t entries[NENTRIES]; in TEST_BEGIN()
148 for (i = 0; i < NENTRIES; i++) { in TEST_BEGIN()
149 ql_head_insert(&head, &entries[NENTRIES-i-1], link); in TEST_BEGIN()
152 for (i = 0; i < NENTRIES; i++) { in TEST_BEGIN()
153 test_entries_list(&head, &entries[i], NENTRIES-i); in TEST_BEGIN()