Home
last modified time | relevance | path

Searched refs:m_link_p (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/scsi/sym53c8xx_2/
A Dsym_malloc.c53 m_link_p h = mp->h; in ___sym_malloc()
66 h[j].next = (m_link_p) M_GET_MEM_CLUSTER(); in ___sym_malloc()
80 h[j].next = (m_link_p) (a+s); in ___sym_malloc()
97 m_link_p q; in ___sym_mfree()
99 m_link_p h = mp->h; in ___sym_mfree()
120 ((m_link_p) a)->next = h[i].next; in ___sym_mfree()
121 h[i].next = (m_link_p) a; in ___sym_mfree()
127 while (q->next && q->next != (m_link_p) b) { in ___sym_mfree()
131 ((m_link_p) a)->next = h[i].next; in ___sym_mfree()
132 h[i].next = (m_link_p) a; in ___sym_mfree()
A Dsym_hipd.h1122 } *m_link_p; typedef

Completed in 9 milliseconds