tlist_cmp
static int tlist_cmp(const struct tlist *, const struct tlist *);
return tlist_cmp(tl, ql);
if (tlist_cmp(ql, tl) == 0) {