Home
last modified time | relevance | path

Searched refs:reclaim_lock (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Djournal_reclaim.c526 lockdep_assert_held(&j->reclaim_lock); in journal_flush_pins()
657 lockdep_assert_held(&j->reclaim_lock); in __bch2_journal_reclaim()
739 mutex_lock(&j->reclaim_lock); in bch2_journal_reclaim_thread()
741 mutex_unlock(&j->reclaim_lock); in bch2_journal_reclaim_thread()
817 mutex_lock(&j->reclaim_lock); in journal_flush_done()
839 mutex_unlock(&j->reclaim_lock); in journal_flush_done()
Djournal_types.h268 struct mutex reclaim_lock; member
Djournal.c580 if (mutex_trylock(&j->reclaim_lock)) { in __journal_res_get()
582 mutex_unlock(&j->reclaim_lock); in __journal_res_get()
1392 mutex_init(&j->reclaim_lock); in bch2_fs_journal_init()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/pcie/
Dtx.c350 lockdep_assert_held(&txq->reclaim_lock); in iwl_txq_free_tfd()
391 spin_lock_bh(&txq->reclaim_lock); in iwl_pcie_txq_unmap()
422 spin_unlock_bh(&txq->reclaim_lock); in iwl_pcie_txq_unmap()
927 spin_lock_init(&txq->reclaim_lock); in iwl_txq_init()
2347 spin_lock_bh(&txq->reclaim_lock); in iwl_pcie_reclaim()
2467 spin_unlock_bh(&txq->reclaim_lock); in iwl_pcie_reclaim()
Dtx-gen2.c827 spin_lock_bh(&txq->reclaim_lock); in iwl_txq_gen2_unmap()
852 spin_unlock_bh(&txq->reclaim_lock); in iwl_txq_gen2_unmap()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/
Diwl-trans.h797 spinlock_t reclaim_lock; member