_init_            199 dev/raidframe/rf_freelist.h #define	RF_FREELIST_PRIME_INIT(_fl_,_cnt_,_nextp_,_cast_,_init_)	\
_init_            206 dev/raidframe/rf_freelist.h 		if (_init_(_cast_ _p)) {				\
_init_            231 dev/raidframe/rf_freelist.h #define	RF_FREELIST_PRIME_INIT_ARG(_fl_,_cnt_,_nextp_,_cast_,_init_,_arg_) \
_init_            238 dev/raidframe/rf_freelist.h 		if (_init_(_cast_ _p, _arg_)) {				\
_init_            262 dev/raidframe/rf_freelist.h #define	RF_FREELIST_GET_INIT(_fl_,_obj_,_nextp_,_cast_,_init_)		\
_init_            281 dev/raidframe/rf_freelist.h 			if (_init_(_obj_)) {				\
_init_            292 dev/raidframe/rf_freelist.h 						if (_init_(_p)) {	\
_init_            322 dev/raidframe/rf_freelist.h #define	RF_FREELIST_GET_INIT_ARG(_fl_,_obj_,_nextp_,_cast_,_init_,_arg_) \
_init_            341 dev/raidframe/rf_freelist.h 			if (_init_(_obj_, _arg_)) {			\
_init_            351 dev/raidframe/rf_freelist.h 						if (_init_(_p, _arg_))	\
_init_            381 dev/raidframe/rf_freelist.h #define	RF_FREELIST_GET_INIT_NOUNLOCK(_fl_,_obj_,_nextp_,_cast_,_init_)	\
_init_            400 dev/raidframe/rf_freelist.h 			if (_init_(_obj_)) {				\
_init_            411 dev/raidframe/rf_freelist.h 						if (_init_(_p)) {	\