Lines Matching refs:pd_next
485 pdesc_t *pd_next; in mmd_copy() local
488 pd_next = mmd_getpdesc(pd->pd_slab->pds_mmd, pd, NULL, in mmd_copy()
493 pd = pd_next; in mmd_copy()
554 pd = pd_next; in mmd_copy()
767 pd->pd_next = NULL; in mmd_addpdesc_int()
782 insque(&(pd->pd_next), mmd->mmd_pd_q.ql_prev); in mmd_addpdesc_int()
839 pdesc_t *pd_next; in mmd_destroy_pdesc() local
841 pd_next = Q2PD(pd->pd_next); in mmd_destroy_pdesc()
842 remque(&(pd->pd_next)); in mmd_destroy_pdesc()
861 return (pd_next); in mmd_destroy_pdesc()
933 pd = forw ? Q2PD(pd->pd_next) : Q2PD(pd->pd_prev); in mmd_getpdesc()
940 pd = forw ? Q2PD(pd->pd_next) : Q2PD(pd->pd_prev); in mmd_getpdesc()