Home
last modified time | relevance | path

Searched defs:ts (Results 51 – 71 of 71) sorted by last modified time

123

/qemu/block/
H A Dthrottle-groups.c74 ThrottleState ts; member
155 void throttle_group_unref(ThrottleState *ts) in throttle_group_unref()
183 ThrottleState *ts = tgm->throttle_state; in throttle_group_next_tgm() local
222 ThrottleState *ts = tgm->throttle_state; in next_throttle_token() local
270 ThrottleState *ts = tgm->throttle_state; in throttle_group_schedule_timer() local
323 ThrottleState *ts = tgm->throttle_state; in schedule_next_request() local
408 ThrottleState *ts = tgm->throttle_state; in throttle_group_restart_queue_entry() local
477 ThrottleState *ts = tgm->throttle_state; in throttle_group_config() local
495 ThrottleState *ts = tgm->throttle_state; in throttle_group_get_config() local
510 ThrottleState *ts = tgm->throttle_state; in timer_cb() local
[all …]
/qemu/include/qemu/
H A Dtimer.h436 static inline void timer_init(QEMUTimer *ts, QEMUClockType type, int scale, in timer_init()
453 static inline void timer_init_ns(QEMUTimer *ts, QEMUClockType type, in timer_init_ns()
470 static inline void timer_init_us(QEMUTimer *ts, QEMUClockType type, in timer_init_us()
487 static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type, in timer_init_ms()
523 QEMUTimer *ts = g_new0(QEMUTimer, 1); in timer_new_full() local
630 static inline void timer_free(QEMUTimer *ts) in timer_free()
835 struct timespec ts; in get_clock() local
/qemu/util/
H A Dthrottle.c59 static void throttle_do_leak(ThrottleState *ts, int64_t now) in throttle_do_leak()
142 static int64_t throttle_compute_wait_for(ThrottleState *ts, in throttle_compute_wait_for()
175 static bool throttle_compute_timer(ThrottleState *ts, in throttle_compute_timer()
228 void throttle_init(ThrottleState *ts) in throttle_init()
396 void throttle_config(ThrottleState *ts, in throttle_config()
418 void throttle_get_config(ThrottleState *ts, ThrottleConfig *cfg) in throttle_get_config()
432 bool throttle_schedule_timer(ThrottleState *ts, in throttle_schedule_timer()
470 void throttle_account(ThrottleState *ts, ThrottleDirection direction, in throttle_account()
H A Dqemu-thread-posix.c56 static void compute_abs_deadline(struct timespec *ts, int ms) in compute_abs_deadline()
232 qemu_cond_timedwait_ts(QemuCond *cond, QemuMutex *mutex, struct timespec *ts, in qemu_cond_timedwait_ts()
250 struct timespec ts; in qemu_cond_timedwait_impl() local
288 struct timespec ts; in qemu_sem_timedwait() local
H A Dqemu-coroutine-sleep.c67 QEMUTimer ts; in qemu_co_sleep_ns_wakeable() local
H A Dqemu-timer.c255 QEMUTimer *ts; in qemu_clock_deadline_ns_all() local
341 struct timespec ts; in qemu_poll_ns() local
359 void timer_init_full(QEMUTimer *ts, in timer_init_full()
375 void timer_deinit(QEMUTimer *ts) in timer_deinit()
430 void timer_del(QEMUTimer *ts) in timer_del()
443 void timer_mod_ns(QEMUTimer *ts, int64_t expire_time) in timer_mod_ns()
481 void timer_mod(QEMUTimer *ts, int64_t expire_time) in timer_mod()
486 void timer_mod_anticipate(QEMUTimer *ts, int64_t expire_time) in timer_mod_anticipate()
491 bool timer_pending(QEMUTimer *ts) in timer_pending()
503 QEMUTimer *ts; in timerlist_run_timers() local
[all …]
H A Dqemu-timer-common.c55 struct timespec ts; in init_get_clock() local
/qemu/hw/net/
H A Dvmxnet3.h398 u32 ts:1; /* Tag is stripped */ member
/qemu/fsdev/
H A Dqemu-fsdev-throttle.h23 ThrottleState ts; member
/qemu/net/
H A Ddump.c59 } ts; member
68 int64_t ts; in dump_receive_iov() local
/qemu/include/sysemu/
H A Dcryptodev.h279 ThrottleState ts; member
/qemu/tests/unit/
H A Dptimer-test-stubs.c37 void timer_init_full(QEMUTimer *ts, in timer_init_full()
53 void timer_mod(QEMUTimer *ts, int64_t expire_time) in timer_mod()
71 void timer_del(QEMUTimer *ts) in timer_del()
H A Dtest-visitor-serialization.c187 TestStruct *ts = g_malloc0(sizeof(*ts)); in struct_create() local
203 static void struct_cleanup(TestStruct *ts) in struct_cleanup()
575 TestStruct *ts = struct_create(); in test_struct() local
/qemu/tests/qtest/
H A Dtpm-crb-swtpm-test.c30 const TestState *ts = data; in tpm_crb_swtpm_test() local
38 const TestState *ts = data; in tpm_crb_swtpm_migration_test() local
47 TestState ts = { 0 }; in main() local
H A Dtpm-tis-device-swtpm-test.c35 const TestState *ts = data; in tpm_tis_swtpm_test() local
43 const TestState *ts = data; in tpm_tis_swtpm_migration_test() local
53 TestState ts = { 0 }; in main() local
H A Dtpm-tis-swtpm-test.c33 const TestState *ts = data; in tpm_tis_swtpm_test() local
41 const TestState *ts = data; in tpm_tis_swtpm_migration_test() local
50 TestState ts = { 0 }; in main() local
H A Drtc-test.c75 time_t ts; in cmos_get_date_time() local
125 time_t ts; in check_time() local
272 time_t ts; in alarm_time() local
/qemu/tests/tcg/multiarch/
H A Dvma-pthread.c81 struct timespec *ts; in thread_write() local
/qemu/tests/tcg/multiarch/linux/
H A Dlinux-test.c227 struct timespec ts, rem; in test_time() local
/qemu/qapi/
H A Dqmp-event.c23 QDict *ts; in timestamp_put() local
/qemu/hw/s390x/
H A Dtod.c44 static S390TODState *ts; in s390_get_todstate() local

123