Searched refs:alloc_ops (Results 1 – 1 of 1) sorted by relevance
48 } alloc_ops = { variable66 if (alloc_ops.m_alloc) in __mctp_alloc()67 return alloc_ops.m_alloc(size); in __mctp_alloc()74 if (alloc_ops.m_free) in __mctp_free()75 alloc_ops.m_free(ptr); in __mctp_free()83 if (alloc_ops.m_msg_alloc) in __mctp_msg_alloc()84 return alloc_ops.m_msg_alloc(size, ctx); in __mctp_msg_alloc()92 if (alloc_ops.m_msg_free) in __mctp_msg_free()93 alloc_ops.m_msg_free(ptr, ctx); in __mctp_msg_free()101 alloc_ops.m_alloc = m_alloc; in mctp_set_alloc_ops()[all …]