NUM_PRIORITIES
static TAILQ_HEAD(fd_monitor_list, fd_monitor) fd_monitor_tree[NUM_PRIORITIES];
if (priority >= NUM_PRIORITIES)
priority = NUM_PRIORITIES - 1;
for (i = 0; i < NUM_PRIORITIES; i++)
for (i = 0; i < NUM_PRIORITIES; i++) {