| 595 | } |
| 596 | |
| 597 | static void |
| 598 | user_ldt_deref(struct proc_ldt *pldt) |
| 599 | { |
| 600 | |
| 601 | mtx_assert(&dt_lock, MA_OWNED); |
| 602 | user_ldt_derefl(pldt); |
| 603 | mtx_unlock(&dt_lock); |
| 604 | } |
| 605 | |
| 606 | /* |
| 607 | * Note for the authors of compat layers (linux, etc): copyout() in |
no test coverage detected