Lines Matching refs:sig
867 static inline void stop_process_timers(struct signal_struct *sig) in stop_process_timers() argument
869 struct posix_cputimers *pct = &sig->posix_cputimers; in stop_process_timers()
873 tick_dep_clear_signal(sig, TICK_DEP_BIT_POSIX_TIMER); in stop_process_timers()
906 struct signal_struct *const sig = tsk->signal; in check_process_timers() local
907 struct posix_cputimers *pct = &sig->posix_cputimers; in check_process_timers()
929 proc_sample_cputime_atomic(&sig->cputimer.cputime_atomic, samples); in check_process_timers()
935 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_PROF], in check_process_timers()
938 check_cpu_itimer(tsk, &sig->it[CPUCLOCK_VIRT], in check_process_timers()
957 sig->rlim[RLIMIT_CPU].rlim_cur = soft + 1; in check_process_timers()
967 stop_process_timers(sig); in check_process_timers()
1065 struct signal_struct *sig; in fastpath_timer_check() local
1075 sig = tsk->signal; in fastpath_timer_check()
1076 pct = &sig->posix_cputimers; in fastpath_timer_check()
1095 proc_sample_cputime_atomic(&sig->cputimer.cputime_atomic, in fastpath_timer_check()