Searched refs:grace (Results 1 - 6 of 6) sorted by relevance
/ast/src/cmd/coshell/ |
H A D | cotest.c | 64 state.grace = GRACE;
|
H A D | service.h | 102 #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 D | job.c | 127 if (!jp->busy && state.grace) jp->busy = cs.time + state.grace;
|
H A D | command.c | 551 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 D | schedule.c | 121 state.grace = a->global.grace;
|
H A D | main.c | 135 state.grace = GRACE;
|
Completed in 19 milliseconds