| /openbmc/ibm-logging/ |
| H A D | callout.hpp | 90 inline auto ts() const in ts() function in ibm::logging::Callout 100 inline void ts(uint64_t ts) in ts() argument
|
| /openbmc/qemu/util/ |
| H A D | qemu-timer.c | 256 QEMUTimer *ts; in qemu_clock_deadline_ns_all() local 332 struct timespec ts; in qemu_poll_ns() local 350 void timer_init_full(QEMUTimer *ts, in timer_init_full() 366 void timer_deinit(QEMUTimer *ts) in timer_deinit() 372 static void timer_del_locked(QEMUTimerList *timer_list, QEMUTimer *ts) in timer_del_locked() 391 QEMUTimer *ts, int64_t expire_time) in timer_mod_ns_locked() 417 void timer_del(QEMUTimer *ts) in timer_del() 430 void timer_mod_ns(QEMUTimer *ts, int64_t expire_time) in timer_mod_ns() 448 void timer_mod_anticipate_ns(QEMUTimer *ts, int64_t expire_time) in timer_mod_anticipate_ns() 468 void timer_mod(QEMUTimer *ts, int64_t expire_time) in timer_mod() [all …]
|
| H A D | throttle.c | 59 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 D | qemu-timer-common.c | 55 struct timespec ts; in init_get_clock() local
|
| /openbmc/qemu/tests/qtest/ |
| H A D | tpm-crb-swtpm-test.c | 30 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 D | tpm-tis-swtpm-test.c | 33 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 D | tpm-tis-device-swtpm-test.c | 35 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
|
| /openbmc/qemu/linux-user/ |
| H A D | vm86.c | 53 TaskState *ts = get_task_state(cs); in save_v86_state() local 113 TaskState *ts = get_task_state(cs); in clear_IF() local 131 TaskState *ts = get_task_state(cs); in get_vflags() local 148 TaskState *ts = get_task_state(cs); in do_int() local 196 TaskState *ts = get_task_state(cs); in do_vm86() local
|
| H A D | signal.c | 183 TaskState *ts = get_task_state(thread_cpu); in block_signals() local 205 TaskState *ts = get_task_state(thread_cpu); in do_sigprocmask() local 248 TaskState *ts = get_task_state(thread_cpu); in set_sigmask() local 257 TaskState *ts = get_task_state(thread_cpu); in on_sig_stack() local 265 TaskState *ts = get_task_state(thread_cpu); in sas_ss_flags() local 276 TaskState *ts = get_task_state(thread_cpu); in target_sigsp() local 286 TaskState *ts = get_task_state(thread_cpu); in target_save_altstack() local 295 TaskState *ts = get_task_state(thread_cpu); in target_restore_altstack() local 656 TaskState *ts = get_task_state(thread_cpu); in signal_init() local 815 TaskState *ts = get_task_state(cpu); in dump_core_and_abort() local [all …]
|
| H A D | signal-common.h | 113 TaskState *ts = get_task_state(thread_cpu); in finish_sigsuspend_mask() local
|
| /openbmc/qemu/bsd-user/ |
| H A D | signal.c | 43 static inline int on_sig_stack(TaskState *ts, unsigned long sp) in on_sig_stack() 48 static inline int sas_ss_flags(TaskState *ts, unsigned long sp) in sas_ss_flags() 332 TaskState *ts = get_task_state(thread_cpu); in block_signals() local 372 TaskState *ts = get_task_state(cpu); in dump_core_and_abort() local 434 TaskState *ts = get_task_state(cpu); in queue_signal() local 487 TaskState *ts = get_task_state(cpu); in host_signal_handler() local 602 TaskState *ts = get_task_state(thread_cpu); in do_sigaltstack() local 731 TaskState *ts = get_task_state(thread_cpu); in get_sigframe() local 799 TaskState *ts = get_task_state(thread_cpu); in reset_signal_mask() local 849 TaskState *ts = get_task_state(thread_cpu); in signal_init() local [all …]
|
| /openbmc/qemu/block/ |
| H A D | throttle-groups.c | 74 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 …]
|
| /openbmc/qemu/tests/unit/ |
| H A D | ptimer-test-stubs.c | 37 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()
|
| /openbmc/qemu/include/qemu/ |
| H A D | timer.h | 430 static inline void timer_init(QEMUTimer *ts, QEMUClockType type, int scale, in timer_init() 447 static inline void timer_init_ns(QEMUTimer *ts, QEMUClockType type, in timer_init_ns() 464 static inline void timer_init_us(QEMUTimer *ts, QEMUClockType type, in timer_init_us() 481 static inline void timer_init_ms(QEMUTimer *ts, QEMUClockType type, in timer_init_ms() 519 QEMUTimer *ts = g_new0(QEMUTimer, 1); in timer_new_full() local 634 static inline void timer_free(QEMUTimer *ts) in timer_free() 839 struct timespec ts; in get_clock() local
|
| /openbmc/qemu/gdbstub/ |
| H A D | user-target.c | 208 TaskState *ts = get_task_state(cpu); in gdb_get_cpu_index() local 218 TaskState *ts; in gdb_handle_query_offsets() local 244 TaskState *ts; in gdb_handle_query_xfer_auxv() local 401 TaskState *ts = get_task_state(cpu); in gdb_handle_query_xfer_exec_file() local
|
| /openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
| H A D | conversion.hpp | 339 static void done(level l, const std::source_location& s, const char* m, in done() 373 static void step(std::tuple<Ts...>&& ts, const header_str& h, in step() 402 static void step(std::tuple<Ts...>&& ts, const header_str& h, V&& v, in step() 451 static void start(level l, const std::source_location& s, const char* msg, in start()
|
| /openbmc/libpldm/src/environ/ |
| H A D | time.c | 8 libpldm_clock_gettime(clockid_t clockid, struct timespec *ts) in libpldm_clock_gettime()
|
| /openbmc/u-boot/drivers/fpga/ |
| H A D | zynqpl.c | 155 unsigned long ts; in zynq_dma_transfer() local 198 unsigned long ts; in zynq_dma_xfer_init() local 371 unsigned long ts; /* Timestamp */ in zynq_load() local 418 unsigned long ts; /* Timestamp */ in zynq_loadfs() local
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | ts.c | 9 static int ts(char *p) in ts() function
|
| /openbmc/qemu/qapi/ |
| H A D | qmp-event.c | 23 QDict *ts; in timestamp_put() local
|
| /openbmc/qemu/fsdev/ |
| H A D | qemu-fsdev-throttle.h | 23 ThrottleState ts; member
|
| /openbmc/qemu/linux-user/riscv/ |
| H A D | cpu_loop.c | 100 TaskState *ts = get_task_state(cpu); in target_cpu_copy_regs() local
|
| /openbmc/qemu/linux-user/m68k/ |
| H A D | cpu_loop.c | 98 TaskState *ts = get_task_state(cpu); in target_cpu_copy_regs() local
|
| /openbmc/qemu/tcg/ |
| H A D | tcg.c | 1807 TCGTemp *ts; in tcg_context_init() local 2008 TCGTemp *ts; in tcg_global_alloc() local 2022 TCGTemp *ts; in tcg_global_reg_new_internal() local 2050 TCGTemp *ts = tcg_global_alloc(s); in tcg_global_mem_new_internal() local 2107 TCGTemp *ts = tcg_global_mem_new_internal(reg, off, name, TCG_TYPE_I32); in tcg_global_mem_new_i32() local 2113 TCGTemp *ts = tcg_global_mem_new_internal(reg, off, name, TCG_TYPE_I64); in tcg_global_mem_new_i64() local 2119 TCGTemp *ts = tcg_global_mem_new_internal(reg, off, name, TCG_TYPE_PTR); in tcg_global_mem_new_ptr() local 2126 TCGTemp *ts; in tcg_temp_new_internal() local 2262 void tcg_temp_free_internal(TCGTemp *ts) in tcg_temp_free_internal() 2311 TCGTemp *ts; in tcg_constant_internal() local [all …]
|
| /openbmc/qemu/semihosting/ |
| H A D | arm-compat-semi.c | 218 TaskState *ts = get_task_state(cs); in get_swi_errno() local 230 TaskState *ts = get_task_state(cs); in common_semi_cb() local 590 TaskState *ts = get_task_state(cs); in do_common_semihosting() local 668 TaskState *ts = get_task_state(cs); in do_common_semihosting() local
|