Home
last modified time | relevance | path

Searched refs:registration_lock (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/drivers/target/
H A Dtarget_core_pr.c175 spin_lock(&pr_tmpl->registration_lock); in target_check_scsi2_reservation_conflict()
177 spin_unlock(&pr_tmpl->registration_lock); in target_check_scsi2_reservation_conflict()
1069 spin_lock(&pr_tmpl->registration_lock); in __core_scsi3_add_registration()
1091 spin_lock(&pr_tmpl->registration_lock); in __core_scsi3_add_registration()
1159 spin_lock(&pr_tmpl->registration_lock); in __core_scsi3_locate_pr_reg()
1275 __releases(&pr_tmpl->registration_lock) in __core_scsi3_free_registration()
1276 __acquires(&pr_tmpl->registration_lock) in __core_scsi3_free_registration()
1317 spin_lock(&pr_tmpl->registration_lock); in __core_scsi3_free_registration()
1365 spin_lock(&pr_tmpl->registration_lock); in core_scsi3_free_pr_reg_from_nacl()
1395 spin_lock(&pr_tmpl->registration_lock); in core_scsi3_free_all_registrations()
[all …]
H A Dtarget_core_device.c730 spin_lock_init(&dev->t10_pr.registration_lock); in target_alloc_device()
H A Dtarget_core_configfs.c1948 spin_lock(&dev->t10_pr.registration_lock); in target_pr_res_pr_registered_i_pts_show()
1968 spin_unlock(&dev->t10_pr.registration_lock); in target_pr_res_pr_registered_i_pts_show()
/linux-6.15/drivers/video/fbdev/core/
H A Dfb_procfs.c11 mutex_lock(&registration_lock); in fb_seq_start()
18 mutex_unlock(&registration_lock); in fb_seq_stop()
H A Dfbmem.c31 DEFINE_MUTEX(registration_lock);
45 mutex_lock(&registration_lock); in get_fb_info()
49 mutex_unlock(&registration_lock); in get_fb_info()
514 mutex_lock(&registration_lock); in register_framebuffer()
516 mutex_unlock(&registration_lock); in register_framebuffer()
541 mutex_lock(&registration_lock); in unregister_framebuffer()
543 mutex_unlock(&registration_lock); in unregister_framebuffer()
H A Dfb_internal.h42 extern struct mutex registration_lock;
/linux-6.15/drivers/parport/
H A Dshare.c52 static DEFINE_MUTEX(registration_lock);
293 mutex_lock(&registration_lock); in __parport_register_driver()
297 mutex_unlock(&registration_lock); in __parport_register_driver()
332 mutex_lock(&registration_lock); in parport_unregister_driver()
335 mutex_unlock(&registration_lock); in parport_unregister_driver()
518 mutex_lock(&registration_lock); in parport_announce_port()
535 mutex_unlock(&registration_lock); in parport_announce_port()
562 mutex_lock(&registration_lock); in parport_remove_port()
589 mutex_unlock(&registration_lock); in parport_remove_port()
/linux-6.15/drivers/fwctl/
H A Dmain.c201 guard(rwsem_read)(&uctx->fwctl->registration_lock); in fwctl_fops_ioctl()
213 guard(rwsem_read)(&fwctl->registration_lock); in fwctl_fops_open()
248 scoped_guard(rwsem_read, &fwctl->registration_lock) { in fwctl_fops_release()
309 init_rwsem(&fwctl->registration_lock); in _alloc_device()
379 guard(rwsem_write)(&fwctl->registration_lock); in fwctl_unregister()
/linux-6.15/include/linux/
H A Dfwctl.h80 struct rw_semaphore registration_lock; member
/linux-6.15/include/target/
H A Dtarget_core_base.h399 spinlock_t registration_lock; member