Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/misc/habanalabs/common/
Ddebugfs.c261 spin_lock(&dev_entry->ctx_mem_hash_spinlock); in vm_show()
332 spin_unlock(&dev_entry->ctx_mem_hash_spinlock); in vm_show()
1664 spin_lock_init(&dev_entry->ctx_mem_hash_spinlock); in hl_debugfs_add_device()
1899 spin_lock(&dev_entry->ctx_mem_hash_spinlock); in hl_debugfs_add_ctx_mem_hash()
1901 spin_unlock(&dev_entry->ctx_mem_hash_spinlock); in hl_debugfs_add_ctx_mem_hash()
1908 spin_lock(&dev_entry->ctx_mem_hash_spinlock); in hl_debugfs_remove_ctx_mem_hash()
1910 spin_unlock(&dev_entry->ctx_mem_hash_spinlock); in hl_debugfs_remove_ctx_mem_hash()
Dhabanalabs.h2308 spinlock_t ctx_mem_hash_spinlock; member