Searched refs:qdf_lock_cookie (Results 1 – 2 of 2) sorted by relevance
575 struct qdf_lock_cookie { struct583 struct qdf_lock_cookie *next; argument593 static struct qdf_lock_cookie lock_cookies[QDF_LOCK_STATS_LIST_SIZE]; argument594 static struct qdf_lock_cookie *lock_cookie_freelist;607 static bool qdf_is_lock_cookie(struct qdf_lock_cookie *lock_cookie) in qdf_is_lock_cookie()624 static bool qdf_is_lock_cookie_free(struct qdf_lock_cookie *lock_cookie) in qdf_is_lock_cookie_free()626 struct qdf_lock_cookie *tmp = lock_cookie->u.empty_node.next; in qdf_is_lock_cookie_free()631 static struct qdf_lock_cookie *qdf_get_lock_cookie(void) in qdf_get_lock_cookie()633 struct qdf_lock_cookie *lock_cookie; in qdf_get_lock_cookie()643 static void __qdf_put_lock_cookie(struct qdf_lock_cookie *lock_cookie) in __qdf_put_lock_cookie()[all …]
74 struct qdf_lock_cookie;89 struct qdf_lock_cookie *cookie;