Home
last modified time | relevance | path

Searched refs:dump_mutex (Results 1 – 14 of 14) sorted by relevance

/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7996/
HDcoredump.c88 lockdep_assert_held(&dev->dump_mutex); in mt7996_coredump_new()
185 mutex_lock(&dev->dump_mutex); in mt7996_coredump_build()
211 mutex_unlock(&dev->dump_mutex); in mt7996_coredump_build()
HDmt7996.h216 struct mutex dump_mutex; member
HDmac.c1930 mutex_lock(&dev->dump_mutex); in mt7996_mac_dump_work()
1934 mutex_unlock(&dev->dump_mutex); in mt7996_mac_dump_work()
1940 mutex_unlock(&dev->dump_mutex); in mt7996_mac_dump_work()
1977 mutex_unlock(&dev->dump_mutex); in mt7996_mac_dump_work()
HDinit.c880 mutex_init(&dev->dump_mutex); in mt7996_register_device()
/freebsd-14-stable/sys/contrib/dev/mediatek/mt76/mt7915/
HDcoredump.c135 lockdep_assert_held(&dev->dump_mutex); in mt7915_coredump_new()
325 mutex_lock(&dev->dump_mutex); in mt7915_coredump_build()
354 mutex_unlock(&dev->dump_mutex); in mt7915_coredump_build()
HDmac.c1651 mutex_lock(&dev->dump_mutex); in mt7915_mac_dump_work()
1655 mutex_unlock(&dev->dump_mutex); in mt7915_mac_dump_work()
1661 mutex_unlock(&dev->dump_mutex); in mt7915_mac_dump_work()
1699 mutex_unlock(&dev->dump_mutex); in mt7915_mac_dump_work()
HDmt7915.h284 struct mutex dump_mutex; member
HDinit.c1222 mutex_init(&dev->dump_mutex); in mt7915_register_device()
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDcoredump.c1478 lockdep_assert_held(&ar->dump_mutex); in ath10k_coredump_new()
1522 mutex_lock(&ar->dump_mutex); in ath10k_coredump_build()
1591 mutex_unlock(&ar->dump_mutex); in ath10k_coredump_build()
HDpci.c1515 lockdep_assert_held(&ar->dump_mutex); in ath10k_pci_dump_registers()
1754 lockdep_assert_held(&ar->dump_mutex); in ath10k_pci_dump_memory()
1844 mutex_lock(&ar->dump_mutex); in ath10k_pci_fw_dump_work()
1863 mutex_unlock(&ar->dump_mutex); in ath10k_pci_fw_dump_work()
HDsnoc.c1456 mutex_lock(&ar->dump_mutex); in ath10k_snoc_fw_crashed_dump()
1472 mutex_unlock(&ar->dump_mutex); in ath10k_snoc_fw_crashed_dump()
HDcore.h1176 struct mutex dump_mutex; member
HDce.c1793 lockdep_assert_held(&ar->dump_mutex); in ath10k_ce_dump_registers()
HDcore.c3724 mutex_init(&ar->dump_mutex); in ath10k_core_create()