itm_next          193 arch/ia64/include/asm/processor.h 	unsigned long itm_next;		/* interval timer mask value to use for next clock tick */
itm_next          169 arch/ia64/kernel/time.c 	new_itm = local_cpu_data->itm_next;
itm_next          185 arch/ia64/kernel/time.c 		local_cpu_data->itm_next = new_itm;
itm_next          236 arch/ia64/kernel/time.c 	local_cpu_data->itm_next = ia64_get_itc() + delta + shift;
itm_next          237 arch/ia64/kernel/time.c 	ia64_set_itm(local_cpu_data->itm_next);