Lines Matching refs:link_free
69 * This must be power of 2 and greater than or equal to sizeof(link_free).
70 * These two conditions ensure that any 'struct link_free' itself doesn't
72 * to restore link_free pointer values.
140 * ZS_ALIGN to make sure link_free itself never has to span 2 pages.
206 struct link_free {
908 struct link_free *link;
914 link = (struct link_free *)vaddr + off / sizeof(*link);
1312 struct link_free *link;
1332 link = (struct link_free *)vaddr + m_offset / sizeof(*link);
1420 struct link_free *link;
1432 link = (struct link_free *)(vaddr + f_offset);