Home
last modified time | relevance | path

Searched refs:hangs (Results 1 – 25 of 38) sorted by relevance

12

/src/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c535 int hangs; in ar5416GetDiagState() local
546 hangs = *(const int *) args; in ar5416GetDiagState()
548 if (hangs & HAL_BB_HANGS) in ar5416GetDiagState()
551 if (ahp->ah_hangs == 0 && (hangs & HAL_MAC_HANGS)) in ar5416GetDiagState()
/src/tools/test/stress2/tools/
H A Dfail.sh73 umountf2.sh 20170323 umount hangs
/src/usr.sbin/bsdconfig/include/
H A Dmedia.hlp29 If this install method hangs on you or refuses to work
/src/sys/dev/ath/
H A Dif_ath_beacon.c394 uint32_t hangs; in ath_beacon_miss() local
400 if (ath_hal_gethangstate(sc->sc_ah, 0xffff, &hangs) && hangs != 0) { in ath_beacon_miss()
404 hangs); in ath_beacon_miss()
H A Dif_ath_misc.h69 uint32_t *hangs);
H A Dif_ath.c2476 ath_hal_gethangstate(struct ath_hal *ah, uint32_t mask, uint32_t *hangs) in ath_hal_gethangstate() argument
2484 *hangs = *(uint32_t *)sp; in ath_hal_gethangstate()
2492 uint32_t hangs; in ath_bmiss_proc() local
2508 if (ath_hal_gethangstate(sc->sc_ah, 0xff, &hangs) && hangs != 0) { in ath_bmiss_proc()
2511 "bb hang detected (0x%x), resetting\n", hangs); in ath_bmiss_proc()
3832 uint32_t hangs = 0; in ath_bstuck_proc() local
3834 if (ath_hal_gethangstate(sc->sc_ah, 0xff, &hangs) && hangs != 0) in ath_bstuck_proc()
3835 device_printf(sc->sc_dev, "bb hang detected (0x%x)\n", hangs); in ath_bstuck_proc()
6563 uint32_t hangs; in ath_watchdog() local
6567 if (ath_hal_gethangstate(sc->sc_ah, 0xffff, &hangs) && in ath_watchdog()
[all …]
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DCaymanInstructions.td141 // This is not really necessary, but there were some GPU hangs that appeared
173 // that holds its buffer address to avoid potential hangs. We can't use
H A DEvergreenInstructions.td218 // This is not really necessary, but there were some GPU hangs that appeared
252 // that holds its buffer address to avoid potential hangs. We can't use
/src/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_misc.c34 ar9300_get_hw_hangs(struct ath_hal *ah, hal_hw_hangs_t *hangs) in ar9300_get_hw_hangs() argument
37 *hangs = 0; in ar9300_get_hw_hangs()
40 *hangs |= HAL_RIFS_BB_HANG_WAR; in ar9300_get_hw_hangs()
43 *hangs |= HAL_DFS_BB_HANG_WAR; in ar9300_get_hw_hangs()
48 *hangs |= HAL_RX_STUCK_LOW_BB_HANG_WAR; in ar9300_get_hw_hangs()
51 *hangs |= HAL_MAC_HANG_WAR; in ar9300_get_hw_hangs()
56 *hangs |= HAL_PHYRESTART_CLR_WAR; in ar9300_get_hw_hangs()
59 ahp->ah_hang_wars = *hangs; in ar9300_get_hw_hangs()
2209 hal_mac_hang_check_t hang_check, hal_mac_hangs_t hangs, u_int8_t *dcu_chain) in ar9300_compare_dbg_hang() argument
2214 if (hangs & dcu_chain_state) { in ar9300_compare_dbg_hang()
[all …]
H A Dar9300.h1614 extern void ar9300_get_hw_hangs(struct ath_hal *ah, hal_hw_hangs_t *hangs);
/src/contrib/tcp_wrappers/
H A DREADME.IRIX30 rstatd: the wrapper hangs in the recvfrom() system call, and I
/src/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-var-som-symphony.dts173 * FIXME: having USB2 enabled hangs the boot just after:
H A Dimx8mm-nitrogen-r2.dts383 * FIXME: having USB2 enabled hangs the boot just after:
/src/sys/cam/
H A DREADME.quirks34 be supported but hangs while attaching, it's possible a quirk can
113 o NO_START_STOP - Like test unit ready, don't send this command if it hangs the device.
/src/sys/dev/firewire/
H A D00README75 whether its OS is alive or crashed or hangs up.
/src/tools/test/stress2/misc/
H A Dall.exclude46 nfs13.sh mount_nfs hangs in mntref 20191007
/src/sys/contrib/device-tree/src/arm64/qcom/
H A Dmsm8998-clamshell.dtsi62 * hangs.
/src/sys/contrib/device-tree/src/arm/arm/
H A Darm-realview-eb.dtsi70 /* FIXME: this actually hangs off the PLL clocks */
H A Darm-realview-pbx.dtsi85 /* FIXME: this actually hangs off the PLL clocks */
H A Darm-realview-pb1176.dts80 /* FIXME: this actually hangs off the PLL clocks */
H A Darm-realview-pb11mp.dts186 /* FIXME: this actually hangs off the PLL clocks */
/src/contrib/libyaml/
H A DChanges364 are no a new line character. This fixes a nasty bug when libyaml hangs on
/src/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4210-i9100.dts571 * kernel hangs very early in the boot process
/src/crypto/openssl/doc/man1/
H A Dopenssl-s_client.pod.in972 To avoid such hangs, it's better to use an application-level command to
985 hangs caused by the server waiting for the client to initiate the disconnect.
/src/contrib/googletest/docs/
H A Dfaq.md258 ## My death test hangs (or seg-faults). How do I fix it?

12