Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dzsmalloc.c64 * This must be power of 2 and greater than of equal to sizeof(link_free).
65 * These two conditions ensure that any 'struct link_free' itself doesn't
67 * to restore link_free pointer values.
144 * ZS_ALIGN to make sure link_free itself never has to span 2 pages.
238 struct link_free { struct
987 struct link_free *link; in init_zspage()
993 link = (struct link_free *)vaddr + off / sizeof(*link); in init_zspage()
1369 struct link_free *link; in obj_malloc()
1387 link = (struct link_free *)vaddr + m_offset / sizeof(*link); in obj_malloc()
1474 struct link_free *lin in obj_free()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dzsmalloc.c69 * 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 { struct
908 struct link_free *link; in init_zspage()
914 link = (struct link_free *)vaddr + off / sizeof(*link); in init_zspage()
1312 struct link_free *link; in obj_malloc()
1332 link = (struct link_free *)vaddr + m_offset / sizeof(*link); in obj_malloc()
1420 struct link_free *lin in obj_free()
[all...]

Completed in 6 milliseconds