Searched refs:mmghdl (Results 1 – 1 of 1) sorted by relevance
145 mmodgrp_info_t *mmghdl, *currmmghdl; in free_allocated_mem() local147 mmghdl = head2mmodgrp; in free_allocated_mem()149 while (mmghdl) { in free_allocated_mem()150 currmmghdl = mmghdl; in free_allocated_mem()151 mmghdl = mmghdl->next; in free_allocated_mem()164 mmodgrp_info_t *mmghdl, *prevmmghdl, *nextmmghdl; in del_plugout_mmodgrp() local166 for (mmghdl = head2mmodgrp, prevmmghdl = NULL; mmghdl != NULL; in del_plugout_mmodgrp()167 mmghdl = nextmmghdl) { in del_plugout_mmodgrp()168 nextmmghdl = mmghdl->next; in del_plugout_mmodgrp()169 if (mmghdl->mch == mch) { in del_plugout_mmodgrp()[all …]