Lines Matching refs:NENTRIES
4 #define NENTRIES 9 macro
97 list_t entries[NENTRIES]; in TEST_BEGIN()
102 for (i = 0; i < NENTRIES; i++) in TEST_BEGIN()
105 test_entries_list(&head, entries, NENTRIES); in TEST_BEGIN()
112 list_t entries[NENTRIES]; in TEST_BEGIN()
117 for (i = 0; i < NENTRIES; i++) in TEST_BEGIN()
120 for (i = 0; i < NENTRIES; i++) { in TEST_BEGIN()
121 test_entries_list(&head, entries, NENTRIES-i); in TEST_BEGIN()
131 list_t entries[NENTRIES]; in TEST_BEGIN()
136 for (i = 0; i < NENTRIES; i++) in TEST_BEGIN()
137 ql_head_insert(&head, &entries[NENTRIES-i-1], link); in TEST_BEGIN()
139 test_entries_list(&head, entries, NENTRIES); in TEST_BEGIN()
146 list_t entries[NENTRIES]; in TEST_BEGIN()
151 for (i = 0; i < NENTRIES; i++) in TEST_BEGIN()
152 ql_head_insert(&head, &entries[NENTRIES-i-1], link); in TEST_BEGIN()
154 for (i = 0; i < NENTRIES; i++) { in TEST_BEGIN()
155 test_entries_list(&head, &entries[i], NENTRIES-i); in TEST_BEGIN()