_cur 667 dev/raidframe/rf_freelist.h void *_cur, *_next; \
_cur 670 dev/raidframe/rf_freelist.h for (_cur = (_fl_)->objlist; _cur; _cur = _next) { \
_cur 671 dev/raidframe/rf_freelist.h _next = (_cast_ _cur)->_nextp_; \
_cur 672 dev/raidframe/rf_freelist.h RF_Free(_cur, (_fl_)->obj_size); \
_cur 685 dev/raidframe/rf_freelist.h void *_cur, *_next; \
_cur 688 dev/raidframe/rf_freelist.h for (_cur = (_fl_)->objlist; _cur; _cur = _next) { \
_cur 689 dev/raidframe/rf_freelist.h _next = (_cast_ _cur)->_nextp_; \
_cur 690 dev/raidframe/rf_freelist.h _clean_(_cur); \
_cur 691 dev/raidframe/rf_freelist.h RF_Free(_cur, (_fl_)->obj_size); \
_cur 705 dev/raidframe/rf_freelist.h void *_cur, *_next; \
_cur 708 dev/raidframe/rf_freelist.h for (_cur = (_fl_)->objlist; _cur; _cur = _next) { \
_cur 709 dev/raidframe/rf_freelist.h _next = (_cast_ _cur)->_nextp_; \
_cur 710 dev/raidframe/rf_freelist.h _clean_(_cur, _arg_); \
_cur 711 dev/raidframe/rf_freelist.h RF_Free(_cur, (_fl_)->obj_size); \