genlist_empty
if (genlist_empty(&cma_listenp->cma_listen_chan_list)) {
if (genlist_empty(&(CHAN_LISTEN_LIST(chanp)))) {
ASSERT(genlist_empty(&uctx->uctx_recv_list));
while (genlist_empty(&uctx->uctx_recv_list)) {
} else if (genlist_empty(&uctx->uctx_recv_list)) {
if (! genlist_empty(&uctx->uctx_recv_list)) {
bool genlist_empty(genlist_t *list);