Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 8 of 8) sorted by relevance

/xen/xen/common/
A Dtimer.c445 ts->running = t; in execute_timer()
449 ts->running = NULL; in execute_timer()
456 struct timers *ts; in timer_softirq_action() local
459 ts = &this_cpu(timers); in timer_softirq_action()
460 heap = ts->heap; in timer_softirq_action()
510 next = ts->list; in timer_softirq_action()
511 ts->list = NULL; in timer_softirq_action()
523 if ( (ts->list != NULL) && (ts->list->expires < deadline) ) in timer_softirq_action()
552 struct timers *ts; in dump_timerq() local
633 xfree(ts->heap); in free_percpu_timers()
[all …]
/xen/tools/firmware/hvmloader/
A Dseabios.c81 uint32_t *ts = (uint32_t *)info->tables; in add_table() local
85 ts[info->tables_nr] = t; in add_table()
/xen/tools/console/daemon/
A Dio.c273 char ts[32]; in write_with_timestamp() local
276 size_t tslen = strftime(ts, sizeof(ts), "[%Y-%m-%d %H:%M:%S] ", tmnow); in write_with_timestamp()
285 if ((*needts && write_all(fd, ts, tslen)) in write_with_timestamp()
818 struct timespec ts; in console_init() local
822 if (clock_gettime(CLOCK_MONOTONIC, &ts) < 0) { in console_init()
836 con->next_period = ((long long)ts.tv_sec * 1000) + (ts.tv_nsec / 1000000) + RATE_LIMIT_PERIOD; in console_init()
1352 struct timespec ts; in handle_io() local
1363 if (clock_gettime(CLOCK_MONOTONIC, &ts) < 0) in handle_io()
1365 now = ((long long)ts.tv_sec * 1000) + (ts.tv_nsec / 1000000); in handle_io()
/xen/xen/include/asm-x86/
A Dtime.h73 void set_time_scale(struct time_scale *ts, u64 ticks_per_sec);
/xen/xen/tools/kconfig/
A Dlexer.l89 int ts, i; variable
/xen/xen/arch/x86/
A Dtime.c250 void set_time_scale(struct time_scale *ts, u64 ticks_per_sec) in set_time_scale() argument
271 ts->mul_frac = div_frac(MILLISECS(1000), tps32); in set_time_scale()
272 ts->shift = shift; in set_time_scale()
598 struct time_scale ts = { in read_cycle() local
602 uint64_t offset = scale_delta(delta, &ts); in read_cycle()
/xen/tools/debugger/gdbsx/xg/
A Dxg_main.c351 struct timespec ts={0, 10*1000*1000}; in _wait_domain_pause() local
356 nanosleep(&ts, NULL); in _wait_domain_pause()
/xen/tools/libxl/
A Dlibxl_domain.c1326 struct timespec ts; member
1350 if (clock_gettime(CLOCK_MONOTONIC, &ctxt->ts)) { in libxl__open_domid_history()
1397 ctxt->ts.tv_sec - *sec <= ctxt->timeout) { in libxl__read_recent()
1447 r = fprintf(nf, "%lu %u\n", ctxt.ts.tv_sec, domid); in libxl__mark_domid_recent()
1496 if (val == domid && ctxt.ts.tv_sec - sec <= ctxt.timeout) { in libxl__is_domid_recent()

Completed in 20 milliseconds