Home
last modified time | relevance | path

Searched refs:ah_lock (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/infiniband/core/
H A Dsa_query.c97 spinlock_t ah_lock; member
1209 spin_lock_irqsave(&port->ah_lock, flags); in get_src_path_mask()
1211 spin_unlock_irqrestore(&port->ah_lock, flags); in get_src_path_mask()
1296 spin_lock_irqsave(&query->port->ah_lock, flags); in alloc_mad()
1298 spin_unlock_irqrestore(&query->port->ah_lock, flags); in alloc_mad()
1303 spin_unlock_irqrestore(&query->port->ah_lock, flags); in alloc_mad()
2249 spin_lock_irq(&port->ah_lock); in update_sm_ah()
2253 spin_unlock_irq(&port->ah_lock); in update_sm_ah()
2274 spin_lock_irqsave(&port->ah_lock, flags); in ib_sa_event()
2278 spin_unlock_irqrestore(&port->ah_lock, flags); in ib_sa_event()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/infiniband/core/
H A Dsa_query.c97 spinlock_t ah_lock; member
1209 spin_lock_irqsave(&port->ah_lock, flags); in get_src_path_mask()
1211 spin_unlock_irqrestore(&port->ah_lock, flags); in get_src_path_mask()
1296 spin_lock_irqsave(&query->port->ah_lock, flags); in alloc_mad()
1298 spin_unlock_irqrestore(&query->port->ah_lock, flags); in alloc_mad()
1303 spin_unlock_irqrestore(&query->port->ah_lock, flags); in alloc_mad()
2249 spin_lock_irq(&port->ah_lock); in update_sm_ah()
2253 spin_unlock_irq(&port->ah_lock); in update_sm_ah()
2274 spin_lock_irqsave(&port->ah_lock, flags); in ib_sa_event()
2278 spin_unlock_irqrestore(&port->ah_lock, flags); in ib_sa_event()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/infiniband/core/
H A Dsa_query.c97 spinlock_t ah_lock; member
1209 spin_lock_irqsave(&port->ah_lock, flags); in get_src_path_mask()
1211 spin_unlock_irqrestore(&port->ah_lock, flags); in get_src_path_mask()
1296 spin_lock_irqsave(&query->port->ah_lock, flags); in alloc_mad()
1298 spin_unlock_irqrestore(&query->port->ah_lock, flags); in alloc_mad()
1303 spin_unlock_irqrestore(&query->port->ah_lock, flags); in alloc_mad()
2249 spin_lock_irq(&port->ah_lock); in update_sm_ah()
2253 spin_unlock_irq(&port->ah_lock); in update_sm_ah()
2274 spin_lock_irqsave(&port->ah_lock, flags); in ib_sa_event()
2278 spin_unlock_irqrestore(&port->ah_lock, flags); in ib_sa_event()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/base/
H A Dib_device.c417 ucs_recursive_spinlock_init(&dev->ah_lock, 0); in uct_ib_device_init()
445 status = ucs_recursive_spinlock_destroy(&dev->ah_lock); in uct_ib_device_cleanup()
1098 ucs_recursive_spin_lock(&dev->ah_lock); in uct_ib_device_create_ah_cached()
1126 ucs_recursive_spin_unlock(&dev->ah_lock); in uct_ib_device_create_ah_cached()
H A Dib_device.h184 ucs_recursive_spinlock_t ah_lock; member