Searched refs:FC_TARGET_RETURN (Results 1 – 6 of 6) sorted by relevance
615 return FC_TARGET_RETURN; in fc_bit_return_invoke()913 else if (status == FC_TARGET_RETURN) in fc_process_chain()922 if ((status == FC_TARGET_STOP) || (status == FC_TARGET_RETURN)) { in fc_process_chain()933 if ((status == FC_TARGET_STOP) || (status == FC_TARGET_RETURN)) in fc_process_chain()951 else if (status == FC_TARGET_RETURN) in fc_process_chain()960 if ((status == FC_TARGET_STOP) || (status == FC_TARGET_RETURN)) { in fc_process_chain()
39 #define FC_TARGET_RETURN 2 macro
140 public static final int FC_TARGET_RETURN = 2; field in Collectd
516 B<Collectd.FC_TARGET_RETURN>
626 =item B<FC_TARGET_RETURN>
250 {"Collectd::FC_TARGET_RETURN", FC_TARGET_RETURN},