Searched refs:time64 (Results 1 – 2 of 2) sorted by relevance
363 s64 time64[2]; in pp_do_ioctl() local624 if (copy_from_user(time64, argp, sizeof(time64))) in pp_do_ioctl()627 if ((time64[0] < 0) || (time64[1] < 0)) in pp_do_ioctl()631 time64[1] >>= 32; in pp_do_ioctl()633 return pp_set_timeout(pp->pdev, time64[0], time64[1]); in pp_do_ioctl()647 time64[0] = ts.tv_sec; in pp_do_ioctl()648 time64[1] = ts.tv_nsec / NSEC_PER_USEC; in pp_do_ioctl()651 time64[1] <<= 32; in pp_do_ioctl()653 if (copy_to_user(argp, time64, sizeof(time64))) in pp_do_ioctl()
91 void tomoyo_convert_time(time64_t time64, struct tomoyo_time *stamp) in tomoyo_convert_time() argument95 time64_to_tm(time64, 0, &tm); in tomoyo_convert_time()