Searched refs:find_exec_slot (Results 1 – 1 of 1) sorted by relevance
56 static EXEC *find_exec_slot(EXEC **);510 if (!(ep = find_exec_slot(Exec_Slow))) { in ev_slowf()566 } else if (!(ep = find_exec_slot(Exec_Notify))) in ev_notify()591 find_exec_slot(EXEC **exec_table) in find_exec_slot() function