Searched refs:ctx_start (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_fops.c90 dev->ctx_start = 0;
/freebsd-11-stable/contrib/sendmail/libmilter/
H A Dlibmilter.h112 time_t ctx_start; /* start time of thread */ member in struct:smfi_str
H A Dmonitor.c26 /* mutex protects Mon_cur_ctx, Mon_ctx_head, and ctx_start */
101 end = Mon_cur_ctx->ctx_start + Mon_exec_time; \
115 if (Mon_cur_ctx != NULL && Mon_cur_ctx->ctx_start > 0)
129 if (Mon_cur_ctx != NULL && Mon_cur_ctx->ctx_start > 0)
192 ctx->ctx_start = time(NULL);
215 ctx->ctx_start = 0;

Completed in 147 milliseconds