Home
last modified time | relevance | path

Searched refs:sth (Results 1 – 10 of 10) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
HDspa_stats.c218 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-13-stable/lib/libc/powerpc64/string/
HDstrcpy_arch_2_05.S96 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-13-stable/lib/nss_tacplus/
HDnss_tacplus.c64 static struct tac_handle *sth; in tacplus_get_handle() local
65 struct tac_handle **h = &sth; in tacplus_get_handle()
/freebsd-13-stable/sys/powerpc/powerpc/
HDsupport.S262 sth t1, 0(rd)
406 sth %r4, 0(%r3)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
HDSparcInstrAliases.td612 def : MnemonicAlias<"stuh", "sth">;
613 def : MnemonicAlias<"stsh", "sth">;
HDSparcInstrInfo.td684 defm STH : StoreA<"sth", 0b000110, 0b010110, truncstorei16, IntRegs, i32>;
/freebsd-13-stable/sys/powerpc/aim/
HDtrap_subr32.S553 sth %r1, 6(%r2) /* update page table */
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDPPCInstr64Bit.td1643 "sth $RST, $addr", IIC_LdStStore,
HDPPCInstrInfo.td2105 "sth $RST, $dst", IIC_LdStStore,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrInfo.td824 defm STH : StoreRXPair<"sth", 0x40, 0xE370, truncstorei16, GR32, 2>;