Searched defs:get_info_by_policy (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libc/port/rt/
H A Dsched.c76 * Helper function for get_info_by_policy(), below.
99 get_info_by_policy(int policy) function
202 return (get_info_by_policy(SCHED_SYS));
211 return (get_info_by_policy(pccp->pcc_policy));
229 return (get_info_by_policy(pccp->pcc_policy));
422 (pccp = get_info_by_policy(policy)) == NULL ||
490 if ((pccp = get_info_by_policy(policy)) != NULL)
501 if ((pccp = get_info_by_policy(policy)) != NULL)

Completed in 42 milliseconds