Home
last modified time | relevance | path

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

/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/block/
H A Dblk-core.c264 lockdep_unregister_key(&q->io_lock_cls_key); in blk_free_queue()
265 lockdep_unregister_key(&q->q_lock_cls_key); in blk_free_queue()
H A Dblk-crypto-profile.c445 lockdep_unregister_key(&profile->lockdep_key); in blk_crypto_profile_destroy()
/linux/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c150 lockdep_unregister_key(&comp->lock_key); in mlx5_devcom_comp_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.c715 lockdep_unregister_key(&ref->lock_key); in gpio_shared_drop_ref()
/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.c1887 lockdep_unregister_key(&dev->lock_key); in mlx5_mdev_init()
1913 lockdep_unregister_key(&dev->lock_key); in mlx5_mdev_uninit()
/linux/drivers/mailbox/
H A Dtegra-hsp.c883 lockdep_unregister_key(&hsp->lock_key); in tegra_hsp_remove()
/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.c4941 lockdep_unregister_key(&wq->key); in wq_init_lockdep()