ECORE_LIST_IS_EMPTY
if (ECORE_LIST_IS_EMPTY(&o->head)) {
if (ECORE_LIST_IS_EMPTY(&cmd_pos->data.macs_head))
if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head))
while (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) {
if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head))
if (!ECORE_LIST_IS_EMPTY(&o->registry.exact_match.macs))
if (ECORE_LIST_IS_EMPTY(&o->pending_cmds_head))
if (!ECORE_LIST_IS_EMPTY(&o->pending_comp)) {
while (!ECORE_LIST_IS_EMPTY(&o->exe_queue)) {
BOOL empty = ECORE_LIST_IS_EMPTY(&o->exe_queue);
return empty && ECORE_LIST_IS_EMPTY(&o->pending_comp);