Lines Matching defs:action
113 static int reclaim_one_pid(pid_t pid, action_t action)
133 switch(action) {
185 /* this table of actions and elapsed times tells what action is taken
189 action_t action;
193 * children but take no action against
202 int cur_action; /* index of action we decided to take this
205 int next_action = 1; /* index of first real action */
212 * react quickly to the last child exiting, and taking action can
220 /* see what action to take, if any */
239 if (reclaim_one_pid(pid, action_table[cur_action].action)) {
252 if (reclaim_one_pid(cur_extra->pid, action_table[cur_action].action)) {
270 action_table[cur_action].action != GIVEUP);