Searched refs:nseconds (Results 1 – 5 of 5) sorted by relevance
195 unsigned int nseconds; member509 t->nseconds = 0; in eloop_reduce_timers()512 if (nsecs > t->nseconds) { in eloop_reduce_timers()514 t->nseconds = 0; in eloop_reduce_timers()517 t->nseconds = NSEC_PER_SEC in eloop_reduce_timers()518 - (nsecs - t->nseconds); in eloop_reduce_timers()521 t->nseconds -= nsecs; in eloop_reduce_timers()536 unsigned int seconds, unsigned int nseconds, in eloop_q_timeout_add() argument543 assert(nseconds <= NSEC_PER_SEC); in eloop_q_timeout_add()566 t->nseconds = nseconds; in eloop_q_timeout_add()[all …]
949 time3->nseconds = time->useconds * 1000; in nfstime_to_am_nfstime3()1113 (u_int) fattr3->mtime.nseconds); in am_nfs3_getattr_3_svc()1792 ok->time_delta.nseconds = 0; in am_nfs3_fsinfo_3_svc()
385 u_int32_t nseconds; member
181 u_int nseconds; member
1149 if (!xdr_u_int(xdrs, &objp->nseconds)) in xdr_am_nfstime3()