Home
last modified time | relevance | path

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

/linux-6.15/rust/helpers/
H A Dsync.c12 lockdep_unregister_key(k); in rust_helper_lockdep_unregister_key()
/linux-6.15/rust/kernel/
H A Dsync.rs86 unsafe { bindings::lockdep_unregister_key(self.as_ptr()) } in drop()
/linux-6.15/drivers/platform/chrome/
H A Dcros_ec.c306 lockdep_unregister_key(&ec_dev->lockdep_key); in cros_ec_register()
324 lockdep_unregister_key(&ec_dev->lockdep_key); in cros_ec_unregister()
/linux-6.15/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-6.15/include/linux/
H A Dlockdep.h120 extern void lockdep_unregister_key(struct lock_class_key *key);
375 static inline void lockdep_unregister_key(struct lock_class_key *key) in lockdep_unregister_key() function
/linux-6.15/drivers/usb/roles/
H A Dclass.c332 lockdep_unregister_key(&sw->key); in usb_role_switch_release()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Ddevcom.c139 lockdep_unregister_key(&comp->lock_key); in mlx5_devcom_comp_release()
/linux-6.15/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.c447 lockdep_unregister_key(&profile->lockdep_key); in blk_crypto_profile_destroy()
/linux-6.15/net/devlink/
H A Dcore.c315 lockdep_unregister_key(&devlink->lock_key); in devlink_release()
/linux-6.15/net/sched/
H A Dsch_generic.c991 lockdep_unregister_key(&sch->root_lock_key); in qdisc_alloc()
1080 lockdep_unregister_key(&qdisc->root_lock_key); in __qdisc_destroy()
H A Dsch_api.c1369 lockdep_unregister_key(&sch->root_lock_key); in qdisc_create()
/linux-6.15/drivers/soundwire/
H A Dbus.c206 lockdep_unregister_key(&bus->bus_lock_key); in sdw_bus_master_delete()
207 lockdep_unregister_key(&bus->msg_lock_key); in sdw_bus_master_delete()
/linux-6.15/drivers/mailbox/
H A Dtegra-hsp.c885 lockdep_unregister_key(&hsp->lock_key); in tegra_hsp_remove()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Dmain.c1937 lockdep_unregister_key(&dev->lock_key); in mlx5_mdev_init()
1962 lockdep_unregister_key(&dev->lock_key); in mlx5_mdev_uninit()
/linux-6.15/drivers/net/team/
H A Dteam_core.c1696 lockdep_unregister_key(&team->team_lock_key); in team_uninit()
2011 lockdep_unregister_key(&team->team_lock_key); in team_del_slave()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dsend.c964 lockdep_unregister_key(ctx->bwc_lock_class_keys + i); in hws_send_queues_bwc_locks_destroy()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dhal.c1312 lockdep_unregister_key(hal->srng_key + ring_id); in ath11k_hal_unregister_srng_key()
/linux-6.15/drivers/iio/
H A Dindustrialio-core.c1633 lockdep_unregister_key(&iio_dev_opaque->mlock_key); in iio_dev_release()
/linux-6.15/kernel/locking/
H A Dlockdep.c6580 void lockdep_unregister_key(struct lock_class_key *key) in lockdep_unregister_key() function
6619 EXPORT_SYMBOL_GPL(lockdep_unregister_key);
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dhal.c2526 lockdep_unregister_key(&hal->srng_list[ring_id].lock_key); in ath12k_hal_unregister_srng_lock_keys()
/linux-6.15/kernel/
H A Dworkqueue.c4816 lockdep_unregister_key(&wq->key); in wq_unregister_lockdep()