Searched defs:timerfd_settime_args (Results 1 – 1 of 1) sorted by relevance
1855 struct timerfd_settime_args { struct1856 char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];1857 char flags_l_[PADL_(int)]; int flags; char flags_r_[PADR_(int)];1858 …spec *)]; const struct itimerspec * new_value; char new_value_r_[PADR_(const struct itimerspec *)];1859 …truct itimerspec *)]; struct itimerspec * old_value; char old_value_r_[PADR_(struct itimerspec *)];