Searched refs:grace (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/coshell/
H A Dcotest.c64 state.grace = GRACE;
H A Dservice.h102 #define GRACE BUSY /* default busy grace */
162 #define SETGRACE (1<<4) /* global.grace was set */
215 int grace; member in struct:__anon58::__anon59
294 unsigned long grace; member in struct:__anon66
H A Djob.c127 if (!jp->busy && state.grace) jp->busy = cs.time + state.grace;
H A Dcommand.c551 sfprintf(state.string, " grace %-6s ", fmtelapsed(state.grace, 1));
675 sfprintf(state.string, "HOST CONF\n%-12.12s busy=%s grace=%s name=%s percpu=%d perserver=%d peruser=%d pool=%d\n", CS_HOST_LOCAL, fmtelapsed(state.busy, 1), fmtelapsed(state.grace, 1), state.shell->name, state.percpu, state.perserver, state.peruser, state.pool);
H A Dschedule.c121 state.grace = a->global.grace;
H A Dmain.c135 state.grace = GRACE;

Completed in 19 milliseconds