Home
last modified time | relevance | path

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

/minix/external/bsd/top/dist/
H A Dhash.m4c212 #define LL_ISEMPTY(ll) ((ll)->count == 0)
H A Dhash.c155 #define LL_ISEMPTY(ll) ((ll)->count == 0) macro