Deleted Added
full compact
44c44
< kthread_t *ptr;
---
> struct thread *ptr;
51c51
< lockstat:genunix:mutex_enter:adaptive-acquire
---
> lockstat::mtx_lock:adaptive-acquire
54c54
< ptr = mutex_owner((kmutex_t *)arg0);
---
> ptr = mutex_owner((struct mtx *)arg0);