Tests whether a list has just one entry.
int list_is_singular(const struct list_head * head);
head
the list to test.