mtx_link
struct mtx_link *next;
struct mtx_link *prev;
void (*callback)(struct mtx_link *, void *arg, int error);
typedef struct mtx_link mtx_link_t;