Searched refs:LIST_EMPTY (Results 1 – 8 of 8) sorted by relevance
58 LIST_EMPTY, // Attempting to recall from an empty list. enumerator
45 EXPECT_EQ(MetricsService::LIST_EMPTY, in TEST()
1172 return MakeRecallStatusHistogram(LIST_EMPTY); in RecallUnsentLogsHelper()
255 if(LIST_EMPTY(&sitree)) {
99 if (LIST_EMPTY(&configured))164 if (LIST_EMPTY(&configured)) {
395 while (!LIST_EMPTY(list))
273 #define LIST_EMPTY(head) ((head)->lh_first == NULL) macro
159 #define LIST_EMPTY(head) (LIST_FIRST(head) == LIST_END(head)) macro