Lines Matching refs:sig
932 static inline void stop_process_timers(struct signal_struct *sig) in stop_process_timers() argument
934 struct posix_cputimers *pct = &sig->posix_cputimers; in stop_process_timers()
938 tick_dep_clear_signal(sig, TICK_DEP_BIT_POSIX_TIMER); in stop_process_timers()
971 struct signal_struct *const sig = tsk->signal; in check_process_timers() local
972 struct posix_cputimers *pct = &sig->posix_cputimers; in check_process_timers()
994 proc_sample_cputime_atomic(&sig->cputimer.cputime_atomic, samples); in check_process_timers()
1000 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], in check_process_timers()
1003 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_VIRT], in check_process_timers()
1022 sig->rlim[RLIMIT_CPU].rlim_cur = soft + 1; in check_process_timers()
1032 stop_process_timers(sig); in check_process_timers()
1112 struct signal_struct *sig; in fastpath_timer_check() local
1122 sig = tsk->signal; in fastpath_timer_check()
1123 pct = &sig->posix_cputimers; in fastpath_timer_check()
1142 proc_sample_cputime_atomic(&sig->cputimer.cputime_atomic, in fastpath_timer_check()