Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/src/
Dqdf_talloc.c178 struct qdf_talloc_trailer { struct
185 (sizeof(struct qdf_talloc_header) + sizeof(struct qdf_talloc_trailer)) argument
197 static struct qdf_talloc_trailer *
198 qdf_talloc_trailer(struct qdf_talloc_header *header) in qdf_talloc_trailer() function
203 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()