Searched refs:IGN (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/coshell/
H A Dservice.h140 #define IGN (1<<2) /* ignore pool member */ macro
H A Dschedule.c46 #define RNK(p,a) (((p)->mode&SHELL_DISABLE)?INT_MAX:((p)->flags&IGN)?(INT_MAX/2):((((p)->stat.load/(p)->scale)+((p)->running*BIAS+CPU((p)->cpu,(a)->bias)))*(p)->bias*(((p)==state.home&&(p)->cpu==1)?400:100)/(p)->rating))
425 if (a->ignore) sp->flags |= IGN;
426 else sp->flags &= ~IGN;

Completed in 16 milliseconds