Searched refs:sth (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_stats.c | 218 spa_txg_history_t *sth = (spa_txg_history_t *)data; in spa_txg_history_show() local 222 switch (sth->state) { in spa_txg_history_show() 232 if (sth->times[TXG_STATE_OPEN]) in spa_txg_history_show() 233 open = sth->times[TXG_STATE_OPEN] - in spa_txg_history_show() 234 sth->times[TXG_STATE_BIRTH]; in spa_txg_history_show() 236 if (sth->times[TXG_STATE_QUIESCED]) in spa_txg_history_show() 237 quiesce = sth->times[TXG_STATE_QUIESCED] - in spa_txg_history_show() 238 sth->times[TXG_STATE_OPEN]; in spa_txg_history_show() 240 if (sth->times[TXG_STATE_WAIT_FOR_SYNC]) in spa_txg_history_show() 241 wait = sth->times[TXG_STATE_WAIT_FOR_SYNC] - in spa_txg_history_show() [all …]
|
/freebsd/lib/libc/powerpc64/string/ |
H A D | strcpy_arch_2_05.S | 96 sth %r6,4(%r8) 105 sth %r6,4(%r8) 122 sth %r6,0(%r8) 129 sth %r6,0(%r8) 161 sth %r6,4(%r8) 169 sth %r6,4(%r8) 183 sth %r0,0(%r8) 189 sth %r0,0(%r8)
|
/freebsd/lib/nss_tacplus/ |
H A D | nss_tacplus.c | 64 static struct tac_handle *sth; in tacplus_get_handle() local 65 struct tac_handle **h = &sth; in tacplus_get_handle()
|
/freebsd/sys/powerpc/powerpc/ |
H A D | support.S | 262 sth t1, 0(rd) 406 sth %r4, 0(%r3)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcInstrAliases.td | 612 def : MnemonicAlias<"stuh", "sth">; 613 def : MnemonicAlias<"stsh", "sth">;
|
H A D | SparcInstrInfo.td | 684 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;
|
/freebsd/sys/powerpc/aim/ |
H A D | trap_subr32.S | 554 sth %r1, 6(%r2) /* update page table */
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstr64Bit.td | 1643 "sth $RST, $addr", IIC_LdStStore,
|
H A D | PPCInstrInfo.td | 2105 "sth $RST, $dst", IIC_LdStStore,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrInfo.td | 824 defm STH : StoreRXPair<"sth", 0x40, 0xE370, truncstorei16, GR32, 2>;
|