Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A Dqdf_talloc.c169 struct qdf_talloc_header { struct
185 (sizeof(struct qdf_talloc_header) + sizeof(struct qdf_talloc_trailer)) argument
187 static struct qdf_talloc_header *qdf_talloc_header(void *ptr) in qdf_talloc_header() function
189 return (struct qdf_talloc_header *)ptr - 1; in qdf_talloc_header()
192 static void *qdf_talloc_ptr(struct qdf_talloc_header *header) in qdf_talloc_ptr()
198 qdf_talloc_trailer(struct qdf_talloc_header *header) in qdf_talloc_trailer()
206 static void qdf_talloc_meta_init(struct qdf_talloc_header *header, in qdf_talloc_meta_init()
223 static bool qdf_talloc_meta_assert_valid(struct qdf_talloc_header *header, in qdf_talloc_meta_assert_valid()
317 static QDF_STATUS qdf_talloc_meta_insert(struct qdf_talloc_header *header, in qdf_talloc_meta_insert()
338 struct qdf_talloc_header *header; in __qdf_talloc_fl()
[all …]