Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/infiniband/core/
Ddevice.c272 spin_lock_init(&device->client_data_lock); in ib_alloc_device()
309 spin_lock_irqsave(&device->client_data_lock, flags); in add_client_context()
311 spin_unlock_irqrestore(&device->client_data_lock, flags); in add_client_context()
588 spin_lock_irqsave(&device->client_data_lock, flags); in ib_unregister_device()
591 spin_unlock_irqrestore(&device->client_data_lock, flags); in ib_unregister_device()
612 spin_lock_irqsave(&device->client_data_lock, flags); in ib_unregister_device()
615 spin_unlock_irqrestore(&device->client_data_lock, flags); in ib_unregister_device()
679 spin_lock_irqsave(&device->client_data_lock, flags); in ib_unregister_client()
686 spin_unlock_irqrestore(&device->client_data_lock, flags); in ib_unregister_client()
700 spin_lock_irqsave(&device->client_data_lock, flags); in ib_unregister_client()
[all …]
/Linux-v4.19/include/rdma/
Dib_verbs.h2256 spinlock_t client_data_lock; member