active_cmds       332 daemons/fenced/fenced_commands.c     int active_cmds = 0;
active_cmds       339 daemons/fenced/fenced_commands.c     active_cmds = get_active_cmds(device);
active_cmds       341 daemons/fenced/fenced_commands.c     if (action_limit > -1 && active_cmds >= action_limit) {
active_cmds       343 daemons/fenced/fenced_commands.c                   device->id, action_limit, active_cmds, active_cmds > 1 ? "s" : "");