Searched refs:__list_cmp_same (Results 1 – 1 of 1) sorted by relevance
53 __list_cmp_same(const void *p1, const void *p2) { return p1 == p2; } in __list_cmp_same() function59 return LIST_FIND(head, __list_cmp_same, void *, entry) != NULL; in list_inlist()