Searched refs:blob_cmp (Results 1 – 1 of 1) sorted by relevance
78 static int blob_cmp(struct revoked_blob *a, struct revoked_blob *b);80 RB_GENERATE_STATIC(revoked_blob_tree, revoked_blob, tree_entry, blob_cmp)118 blob_cmp(struct revoked_blob *a, struct revoked_blob *b) in blob_cmp() function