Home
last modified time | relevance | path

Searched refs:PTR_NOT_EQUAL (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dst.c251 #define PTR_NOT_EQUAL(table, ptr, hash_val, key) \ macro
263 if (PTR_NOT_EQUAL(table, ptr, hash_val, key)) \
266 while (PTR_NOT_EQUAL(table, ptr->next, hash_val, key)) {\