blockWaitList     221 dev/raidframe/rf_psstatus.c 		p->blockWaitList = NULL;
blockWaitList     354 dev/raidframe/rf_psstatus.c 	RF_ASSERT(p->blockWaitList == NULL);
blockWaitList     374 dev/raidframe/rf_psstatus.c 			for (cb = p->blockWaitList; cb; cb = cb->next)
blockWaitList     115 dev/raidframe/rf_psstatus.h 	RF_CallbackDesc_t	*blockWaitList;	/*
blockWaitList    1722 dev/raidframe/rf_reconstruct.c 			cb->next = pssPtr->blockWaitList;
blockWaitList    1723 dev/raidframe/rf_reconstruct.c 			pssPtr->blockWaitList = cb;
blockWaitList    1979 dev/raidframe/rf_reconstruct.c 		while (pssPtr->blockWaitList) {
blockWaitList    1984 dev/raidframe/rf_reconstruct.c 			cb = pssPtr->blockWaitList;
blockWaitList    1985 dev/raidframe/rf_reconstruct.c 			pssPtr->blockWaitList = cb->next;