Lines Matching defs:processed
77 * When the event has been processed (which may be delayed if the instance
500 * and processed there. It waits for an acknowledgement to be written back down
506 * To impose the limit of only one event being in the pipe and processed
513 boolean_t processed;
523 * Wait for an acknowledgement that the event has been processed from
527 * its caller, and the event that was being processed when the
530 if (safe_read(rst_event_pipe[PE_PRODUCER], &processed,
531 sizeof (processed)) != 0)
536 return (processed ? 0 : EAGAIN);
555 * upon. The 'processed' argument denotes whether we successfully processed the
559 ack_restarter_event(boolean_t processed)
565 if (safe_write(rst_event_pipe[PE_CONSUMER], &processed,
566 sizeof (processed)) == -1)
1957 * see the request was processed.
2042 * Returns 0 if an event was read and processed successfully, else -1.
3493 * The loop is exited when a stop request is received and processed, and