Searched refs:seconds (Results 1 - 12 of 12) sorted by relevance

/darwin-on-arm/xnu/osfmk/mach/
H A Dtime_value.h67 integer_t seconds; member in struct:time_value
83 (val)->seconds++; \
89 (result)->seconds += (addend)->seconds; \
92 (result)->seconds++; \
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_clock.c258 * If the number of usecs in the whole seconds part of the time
265 * Otherwise, if the number of ticks in the whole seconds part of
344 st.tv_sec = syst->seconds;
372 tv->seconds = st.tv_sec;
H A Dkern_resource.c963 ut.tv_sec = tinfo.user_time.seconds;
965 st.tv_sec = tinfo.system_time.seconds;
974 ut.tv_sec = ttimesinfo.user_time.seconds;
976 st.tv_sec = ttimesinfo.system_time.seconds;
H A Dkern_exit.c1880 p->p_ru->ru_utime.tv_sec = tinfo.user_time.seconds;
1882 p->p_ru->ru_stime.tv_sec = tinfo.system_time.seconds;
1889 ut.tv_sec = ttimesinfo.user_time.seconds;
1891 st.tv_sec = ttimesinfo.system_time.seconds;
H A Dkern_event.c688 clock_sec_t seconds; local
692 clock_get_calendar_nanotime(&seconds, &nanoseconds);
693 nanoseconds_to_absolutetime((uint64_t)seconds * NSEC_PER_SEC +
/darwin-on-arm/xnu/osfmk/kern/
H A Dtask.c1615 basic_info->user_time.seconds =
1616 (typeof(basic_info->user_time.seconds))secs;
1620 basic_info->system_time.seconds =
1621 (typeof(basic_info->system_time.seconds))secs;
1653 basic_info->user_time.seconds =
1654 (typeof(basic_info->user_time.seconds))secs;
1658 basic_info->system_time.seconds =
1659 (typeof(basic_info->system_time.seconds))secs;
1698 basic_info->user_time.seconds =
1699 (typeof(basic_info->user_time.seconds))sec
[all...]
H A Dthread.c1323 user_time->seconds = (typeof(user_time->seconds))secs;
1327 system_time->seconds = (typeof(system_time->seconds))secs;
1333 user_time->seconds = (typeof(user_time->seconds))secs;
1336 system_time->seconds = 0;
H A Dbsd_kern.c660 ptinfo->pth_user_time = ((basic_info.user_time.seconds * NSEC_PER_SEC) + (basic_info.user_time.microseconds * NSEC_PER_USEC));
661 ptinfo->pth_system_time = ((basic_info.system_time.seconds * NSEC_PER_SEC) + (basic_info.system_time.microseconds * NSEC_PER_USEC));
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c3877 pt->seconds < 0) {
3882 if (pt->timeout == PFTM_INTERVAL && pt->seconds == 0)
3883 pt->seconds = 1;
3884 pf_default_rule.timeout[pt->timeout] = pt->seconds;
3885 if (pt->timeout == PFTM_INTERVAL && pt->seconds < old)
3887 pt->seconds = old;
3896 pt->seconds = pf_default_rule.timeout[pt->timeout];
4572 if (diff >= n->conn_rate.seconds)
4577 n->conn_rate.seconds;
H A Dpfvar.h726 u_int32_t seconds; member in struct:pf_rule::__anon262
869 u_int32_t seconds; member in struct:pf_threshold
1908 int seconds; member in struct:pfioc_tm
H A Dpf.c1174 u_int32_t limit, u_int32_t seconds)
1177 threshold->seconds = seconds;
1187 if (diff >= threshold->seconds)
1191 threshold->seconds;
1332 rule->max_src_conn_rate.seconds);
1506 /* purge other expired types every PFTM_INTERVAL seconds */
1173 pf_init_threshold(struct pf_threshold *threshold, u_int32_t limit, u_int32_t seconds) argument
/darwin-on-arm/xnu/bsd/netat/
H A Dasp_proto.c1605 asp_timout(func, scb, seconds)
1608 int seconds;
1617 scb->tmo_delta = (seconds>>SESS_TMO_RES);

Completed in 902 milliseconds