find_next_chained_ft
next_ft = first_ft ? first_ft : find_next_chained_ft(prio);
find_next_chained_ft(fs_prio);
return find_next_chained_ft(prio);