Home
last modified time | relevance | path

Searched refs:lockdep_unregister_key (Results 1 – 18 of 18) sorted by relevance

/linux/drivers/i2c/
H A Di2c-atr.c761 lockdep_unregister_key(&atr->lock_key); in i2c_atr_new()
778 lockdep_unregister_key(&atr->lock_key); in i2c_atr_delete()
893 lockdep_unregister_key(&chan->orig_addrs_lock_key); in i2c_atr_add_adapter()
894 lockdep_unregister_key(&chan->alias_pairs_lock_key); in i2c_atr_add_adapter()
932 lockdep_unregister_key(&chan->orig_addrs_lock_key); in i2c_atr_del_adapter()
933 lockdep_unregister_key(&chan->alias_pairs_lock_key); in i2c_atr_del_adapter()
/linux/rust/kernel/
H A Dsync.rs120 unsafe { bindings::lockdep_unregister_key(self.as_ptr()) }
/linux/drivers/base/
H A Dclass.c106 lockdep_unregister_key(&cp->lock_key); in class_release()
227 lockdep_unregister_key(key); in class_register()
H A Dbus.c212 lockdep_unregister_key(&priv->lock_key); in bus_release()
/linux/drivers/usb/roles/
H A Dclass.c337 lockdep_unregister_key(&sw->key); in usb_role_switch_release()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c150 lockdep_unregister_key(&comp->lock_key); in mlx5_devcom_comp_release()
/linux/block/
H A Dblk-crypto-profile.c445 lockdep_unregister_key(&profile->lockdep_key); in blk_crypto_profile_destroy()
/linux/net/devlink/
H A Dcore.c313 lockdep_unregister_key(&devlink->lock_key); in devlink_release()
/linux/drivers/base/regmap/
H A Dregmap-irq.c947 lockdep_unregister_key(&d->lock_key); in regmap_add_irq_chip_fwnode()
1041 lockdep_unregister_key(&d->lock_key); in regmap_del_irq_chip()
/linux/drivers/gpio/
H A Dgpiolib-shared.c690 lockdep_unregister_key(&ref->lock_key); in gpio_shared_drop_ref()
/linux/drivers/soundwire/
H A Dbus.c208 lockdep_unregister_key(&bus->bus_lock_key); in sdw_bus_master_delete()
209 lockdep_unregister_key(&bus->msg_lock_key); in sdw_bus_master_delete()
/linux/drivers/iio/
H A Dindustrialio-core.c1659 lockdep_unregister_key(&iio_dev_opaque->info_exist_key); in iio_dev_release()
1660 lockdep_unregister_key(&iio_dev_opaque->mlock_key); in iio_dev_release()
/linux/drivers/phy/
H A Dphy-core.c1286 lockdep_unregister_key(&phy->lockdep_key); in phy_release()
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c1943 lockdep_unregister_key(&dev->lock_key); in mlx5_mdev_init()
1969 lockdep_unregister_key(&dev->lock_key); in mlx5_mdev_uninit()
/linux/fs/jbd2/
H A Djournal.c1613 lockdep_unregister_key(&journal->jbd2_trans_commit_key); in journal_init_common()
2193 lockdep_unregister_key(&journal->jbd2_trans_commit_key); in jbd2_journal_destroy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dsend.c1071 lockdep_unregister_key(ctx->bwc_lock_class_keys + i); in hws_send_queues_bwc_locks_destroy()
/linux/kernel/locking/
H A Dlockdep.c6582 void lockdep_unregister_key(struct lock_class_key *key) in lockdep_unregister_key() function
6630 EXPORT_SYMBOL_GPL(lockdep_unregister_key);
/linux/kernel/
H A Dworkqueue.c4903 lockdep_unregister_key(&wq->key); in wq_unregister_lockdep()