SPCSTATE_NEW
spc->spc_state = SPCSTATE_NEW;
if (pfdlist[i].fd == -1 && spclist[i].spc_state == SPCSTATE_NEW)
if (__predict_false(spc->spc_state == SPCSTATE_NEW)) {