newelem           112 dev/raidframe/rf_alloclist.c 	RF_AllocListElem_t *newelem;
newelem           120 dev/raidframe/rf_alloclist.c 		newelem = rf_real_MakeAllocList(lockflag);
newelem           121 dev/raidframe/rf_alloclist.c 		l->next = newelem;
newelem           122 dev/raidframe/rf_alloclist.c 		l = newelem;