Searched refs:PSLOT (Results 1 – 1 of 1) sorted by relevance
131 #define PSLOT(l) ((struct mac_lomac_proc *) \ macro504 subj = PSLOT(curthread->td_proc->p_label); in maybe_demote()1901 mtx_destroy(&PSLOT(label)->mtx); in lomac_proc_destroy_label()1902 free(PSLOT(label), M_LOMAC); in lomac_proc_destroy_label()1912 mtx_init(&PSLOT(label)->mtx, "MAC/Lomac proc lock", NULL, MTX_DEF); in lomac_proc_init_label()2231 struct mac_lomac_proc *subj = PSLOT(p->p_label); in lomac_thread_userret()