Lines Matching defs:busy
49 int busy;
176 old->busy = new->busy;
206 hmserver.busy = s->busy;
308 if (apr_table_get(hbt, "busy")) {
309 node.busy = atoi(apr_table_get(hbt, "busy"));
311 node.busy = 0;
332 apr_file_printf(fp, "%s &ready=%u&busy=%u&lastseen=%u&port=%u\n",
333 ip, node.ready, node.busy, (unsigned int) seen, node.port);
337 apr_file_printf(fp, "%s &ready=%u&busy=%u&lastseen=%u&port=%u\n",
338 s->ip, s->ready, s->busy, (unsigned int) seen, s->port);
347 apr_file_printf(fp, "%s &ready=%u&busy=%u&lastseen=%u&port=%u\n",
348 s->ip, s->ready, s->busy, (unsigned int) seen, s->port);
425 apr_file_printf(fp, "%s &ready=%u&busy=%u&lastseen=%u&port=%u\n",
426 s->ip, s->ready, s->busy, (unsigned int) seen, s->port);
510 s->busy = 0;
531 apr_table_get(tbl, "busy") != NULL &&
538 "%pI busy=%s ready=%s", from,
539 apr_table_get(tbl, "busy"), apr_table_get(tbl, "ready"));
548 s->busy = atoi(apr_table_get(tbl, "busy"));
769 hmserver.busy = atoi(apr_table_get(tbl, "busy"));