Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/habanalabs/common/
H A Ddebugfs.c219 spin_lock(&dev_entry->userptr_spinlock); in userptr_show()
233 spin_unlock(&dev_entry->userptr_spinlock); in userptr_show()
367 spin_lock(&dev_entry->userptr_spinlock); in userptr_lookup_show()
400 spin_unlock(&dev_entry->userptr_spinlock); in userptr_lookup_show()
1764 spin_lock_init(&dev_entry->userptr_spinlock); in hl_debugfs_device_init()
1881 spin_lock(&dev_entry->userptr_spinlock); in hl_debugfs_add_userptr()
1883 spin_unlock(&dev_entry->userptr_spinlock); in hl_debugfs_add_userptr()
1891 spin_lock(&dev_entry->userptr_spinlock); in hl_debugfs_remove_userptr()
1893 spin_unlock(&dev_entry->userptr_spinlock); in hl_debugfs_remove_userptr()
H A Dhabanalabs.h2356 spinlock_t userptr_spinlock; member