Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/habanalabs/common/
Ddebugfs.c219 spin_lock(&dev_entry->userptr_spinlock); in userptr_show()
233 spin_unlock(&dev_entry->userptr_spinlock); in userptr_show()
370 spin_lock(&dev_entry->userptr_spinlock); in userptr_lookup_show()
403 spin_unlock(&dev_entry->userptr_spinlock); in userptr_lookup_show()
1663 spin_lock_init(&dev_entry->userptr_spinlock); in hl_debugfs_add_device()
1880 spin_lock(&dev_entry->userptr_spinlock); in hl_debugfs_add_userptr()
1882 spin_unlock(&dev_entry->userptr_spinlock); in hl_debugfs_add_userptr()
1890 spin_lock(&dev_entry->userptr_spinlock); in hl_debugfs_remove_userptr()
1892 spin_unlock(&dev_entry->userptr_spinlock); in hl_debugfs_remove_userptr()
Dhabanalabs.h2306 spinlock_t userptr_spinlock; member