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

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A Dkr_memory.c98 u_int convert_ticks_to_bytes(u_int input) { function
118 *swap_avail = convert_ticks_to_bytes(ai.ani_max - ai.ani_resv);
119 *swap_resv = convert_ticks_to_bytes(ai.ani_resv - ai.ani_max + ai.ani_free);
120 *swap_alloc = convert_ticks_to_bytes(ai.ani_max - ai.ani_free);
121 *swap_used = convert_ticks_to_bytes(ai.ani_resv);

Completed in 231 milliseconds