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

/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_device.c225 spin_lock_init(&device->client_data_lock);
264 spin_lock_irqsave(&device->client_data_lock, flags);
266 spin_unlock_irqrestore(&device->client_data_lock, flags);
414 spin_lock_irqsave(&device->client_data_lock, flags);
417 spin_unlock_irqrestore(&device->client_data_lock, flags);
433 spin_lock_irqsave(&device->client_data_lock, flags);
436 spin_unlock_irqrestore(&device->client_data_lock, flags);
500 spin_lock_irqsave(&device->client_data_lock, flags);
507 spin_unlock_irqrestore(&device->client_data_lock, flags);
521 spin_lock_irqsave(&device->client_data_lock, flag
[all...]
/freebsd-12-stable/sys/ofed/include/rdma/
H A Dib_verbs.h1841 spinlock_t client_data_lock; member in struct:ib_device
1843 /* Access to the client_data_list is protected by the client_data_lock

Completed in 63 milliseconds