Searched refs:sigq (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | posix-timers.h | 211 struct sigqueue sigq; member 242 struct k_itimer *tmr = container_of(q, struct k_itimer, sigq); in posixtimer_sigqueue_getref() 249 struct k_itimer *tmr = container_of(q, struct k_itimer, sigq); in posixtimer_sigqueue_putref()
|
| /linux/kernel/time/ |
| H A D | posix-timers.c | 331 struct k_itimer *timr = container_of(timer_sigq, struct k_itimer, sigq); 426 if (unlikely(!posixtimer_init_sigqueue(&tmr->sigq))) { in alloc_posix_timer() 437 if (tmr->sigq.ucounts) in alloc_posix_timer() 438 dec_rlimit_put_ucounts(tmr->sigq.ucounts, UCOUNT_RLIMIT_SIGPENDING); in alloc_posix_timer() 508 new_timer->sigq.info.si_signo = event->sigev_signo; in do_timer_create() 509 new_timer->sigq.info.si_value = event->sigev_value; in do_timer_create() 512 new_timer->sigq.info.si_signo = SIGALRM; in do_timer_create() 513 new_timer->sigq.info.si_value.sival_int = new_timer->it_id; in do_timer_create() 522 new_timer->sigq.info.si_tid = new_timer->it_id; in do_timer_create() 523 new_timer->sigq in do_timer_create() [all...] |
| /linux/fs/proc/ |
| H A D | base.c | 2558 seq_printf(m, "signal: %d/%px\n", timer->sigq.info.si_signo, in show_timer() 2559 timer->sigq.info.si_value.sival_ptr); in show_timer()
|