Lines Matching refs:qdf_talloc_header
169 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()
383 static void qdf_talloc_meta_remove(struct qdf_talloc_header *header, in qdf_talloc_meta_remove()
406 struct qdf_talloc_header *header; in __qdf_tfree_fl()
412 header = qdf_talloc_header(ptr); in __qdf_tfree_fl()