default_lock_delay
void (*mutex_lock_delay)(uint_t) = default_lock_delay;
extern void default_lock_delay(uint_t);
rw_lock_delay = default_lock_delay;