Searched refs:qdf_talloc_trailer (Results 1 – 1 of 1) sorted by relevance
178 struct qdf_talloc_trailer { struct185 (sizeof(struct qdf_talloc_header) + sizeof(struct qdf_talloc_trailer)) argument197 static struct qdf_talloc_trailer *198 qdf_talloc_trailer(struct qdf_talloc_header *header) in qdf_talloc_trailer() function203 return (struct qdf_talloc_trailer *)((uint8_t *)ptr + size); in qdf_talloc_trailer()210 struct qdf_talloc_trailer *trailer; in qdf_talloc_meta_init()219 trailer = qdf_talloc_trailer(header); in qdf_talloc_meta_init()226 struct qdf_talloc_trailer *trailer = qdf_talloc_trailer(header); in qdf_talloc_meta_assert_valid()