Home
last modified time | relevance | path

Searched refs:tstat (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/atop/atop/
H A D0001-Redefine-function-prototypes-solves-issue-322.patch277 + char *(*doactiveconverts)(struct tstat *, int, int);
278 + char *(*doactiveconvertc)(struct cgchainer *, struct tstat *,
284 + char *(*doexitconvert)(struct tstat *, int, int);
293 @@ -510,7 +510,7 @@ showprocline(detail_printpair* elemptr, struct tstat *curstat,
302 @@ -622,7 +622,7 @@ procprt_TID_ae(struct tstat *curstat, int avgval, int nsecs)
310 procprt_PID_a(struct tstat *curstat, int avgval, int nsecs)
311 @@ -646,7 +646,7 @@ procprt_PID_e(struct tstat *curstat, int avgval, int nsecs)
319 procprt_PPID_a(struct tstat *curstat, int avgval, int nsecs)
320 @@ -670,7 +670,7 @@ procprt_PPID_e(struct tstat *curstat, int avgval, int nsecs)
328 procprt_VPID_a(struct tstat *curstat, int avgval, int nsecs)
[all …]
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c1578 float_status tstat = env->fp_status; \
1579 set_float_exception_flags(0, &tstat); \
1580 t.fld = tp##_##op(xa->fld, xb->fld, &tstat); \
1581 env->fp_status.float_exception_flags |= tstat.float_exception_flags; \
1583 if (unlikely(tstat.float_exception_flags & float_flag_invalid)) { \
1584 float_invalid_op_addsub(env, tstat.float_exception_flags, \
1613 float_status tstat; in helper_xsaddqp() local
1617 tstat = env->fp_status; in helper_xsaddqp()
1619 tstat.float_rounding_mode = float_round_to_odd; in helper_xsaddqp()
1622 set_float_exception_flags(0, &tstat); in helper_xsaddqp()
[all …]
/openbmc/u-boot/drivers/net/
H A Dtsec.c283 out_be32(&regs->tstat, TSTAT_CLEAR_THALT); in tsec_send()
444 out_be32(&regs->tstat, TSTAT_CLEAR_THALT); in redundant_init()
543 out_be32(&regs->tstat, TSTAT_CLEAR_THALT); in startup_tsec()
/openbmc/u-boot/include/
H A Dtsec.h312 u32 tstat; /* Transmit Status */ member
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-yappi/
H A D0001-test_functionality-convert-line-endings-to-Unix.patch145 - for tstat in yappi.get_thread_stats():
146 - if tstat.name == '_MainThread':
147 - main_ctx_id = tstat.id
149 - ctx_ids.append(tstat.id)
1103 - for tstat in yappi.get_thread_stats():
1104 - self.assertTrue(tstat.tid not in thread_ids)
1105 - thread_ids.add(tstat.tid)
2056 + for tstat in yappi.get_thread_stats():
2057 + if tstat.name == '_MainThread':
2058 + main_ctx_id = tstat.id
[all …]
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dimmap_86xx.h306 uint tstat; /* 0x24104 - Transmit Status Register */ member
H A Dimmap_85xx.h352 u32 tstat; /* TX Status */ member