Searched refs:PROCDESC_LOCK_DESTROY (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/sys/ | ||
| H A D | procdesc.h | 81 #define PROCDESC_LOCK_DESTROY(pd) mtx_destroy(&(pd)->pd_lock) macro |
| /f-stack/freebsd/kern/ | ||
| H A D | sys_procdesc.c | 276 PROCDESC_LOCK_DESTROY(pd); in procdesc_free() |