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