Lines Matching defs:process
31 * queues them for handling by an instance of process() for conversion to syslog
32 * message(s). There is one process thread per plugin.
37 * the process threads. The input thread moves buffers from the pool
38 * to the queue and the process thread puts them back.
41 * process queues; this is to minimize the number of buffer copies
105 static void process(plugin_t *);
414 * process return values from plugin_open
468 /* tell process(p) to exit and dlclose */
509 (void *(*)(void *))process, p)) {
823 "process wait=%d"
1059 * for process() accordingly. If we're way ahead of output, do a
1110 * timedwait is used when input() gets too far ahead of process();
1112 * process() signals that it has nearly caught up.
1179 * process() -- pass a buffer to a plugin
1182 process(plugin_t *p)
1203 DUMP("process", p, p->plg_last_seq_out, "blocked");
1216 DUMP("process", p, p->plg_last_seq_out, "unblocked");
1221 "process(%d): buffer sequence=%llu but prev=%llu\n",
1246 DPRINT((dbfp, "process(%d) AUDITD_RETRY returned."
1305 DUMP("process", p, p->plg_last_seq_out, "exit");