Lines Matching refs:sig
939 static inline void stop_process_timers(struct signal_struct *sig) in stop_process_timers() argument
941 struct posix_cputimers *pct = &sig->posix_cputimers; in stop_process_timers()
945 tick_dep_clear_signal(sig, TICK_DEP_BIT_POSIX_TIMER); in stop_process_timers()
978 struct signal_struct *const sig = tsk->signal; in check_process_timers() local
979 struct posix_cputimers *pct = &sig->posix_cputimers; in check_process_timers()
1001 proc_sample_cputime_atomic(&sig->cputimer.cputime_atomic, samples); in check_process_timers()
1007 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], in check_process_timers()
1010 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_VIRT], in check_process_timers()
1029 sig->rlim[RLIMIT_CPU].rlim_cur = soft + 1; in check_process_timers()
1039 stop_process_timers(sig); in check_process_timers()
1119 struct signal_struct *sig; in fastpath_timer_check() local
1129 sig = tsk->signal; in fastpath_timer_check()
1130 pct = &sig->posix_cputimers; in fastpath_timer_check()
1149 proc_sample_cputime_atomic(&sig->cputimer.cputime_atomic, in fastpath_timer_check()