Searched refs:posix_timers (Results 1 – 5 of 5) sorted by relevance
11 posix_timers
33 .posix_timers = HLIST_HEAD_INIT,
140 struct hlist_head posix_timers; member
2519 return seq_hlist_start(&tp->task->signal->posix_timers, *pos); in timers_start()2525 return seq_hlist_next(v, &tp->task->signal->posix_timers, pos); in timers_next()
1892 INIT_HLIST_HEAD(&sig->posix_timers); in copy_signal()