Home
last modified time | relevance | path

Searched refs:userptr_spinlock (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/misc/habanalabs/common/
Ddebugfs.c206 spin_lock(&dev_entry->userptr_spinlock); in userptr_show()
220 spin_unlock(&dev_entry->userptr_spinlock); in userptr_show()
334 spin_lock(&dev_entry->userptr_spinlock); in userptr_lookup_show()
368 spin_unlock(&dev_entry->userptr_spinlock); in userptr_lookup_show()
1310 spin_lock_init(&dev_entry->userptr_spinlock); in hl_debugfs_add_device()
1528 spin_lock(&dev_entry->userptr_spinlock); in hl_debugfs_add_userptr()
1530 spin_unlock(&dev_entry->userptr_spinlock); in hl_debugfs_add_userptr()
1538 spin_lock(&dev_entry->userptr_spinlock); in hl_debugfs_remove_userptr()
1540 spin_unlock(&dev_entry->userptr_spinlock); in hl_debugfs_remove_userptr()
Dhabanalabs.h1844 spinlock_t userptr_spinlock; member