Searched refs:m_link_s (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/scsi/
H A Dncr53c8xx.c211 } m_link_s; typedef in typeref:struct:m_link
240 m_link_s *h = mp->h; ___m_alloc()
253 h[j].next = (m_link_s *)mp->getp(mp); ___m_alloc()
267 h[j].next = (m_link_s *) (a+s); ___m_alloc()
281 m_link_s *q; ___m_free()
283 m_link_s *h = mp->h; ___m_free()
308 while (q->next && q->next != (m_link_s *) b) { ___m_free()
312 ((m_link_s *) a)->next = h[i].next; ___m_free()
313 h[i].next = (m_link_s *) a; ___m_free()

Completed in 66 milliseconds