Searched refs:xa_rej_tmout (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/infiniband/hw/mlx4/ |
D | cm.c | 61 struct xarray *xa_rej_tmout; member 352 deleted = xa_cmpxchg(item->xa_rej_tmout, item->rem_pv_cm_id, item, NULL, 0); in rej_tmout_timeout() 366 xa_lock(&sriov->xa_rej_tmout); in alloc_rej_tmout() 367 item = xa_load(&sriov->xa_rej_tmout, (unsigned long)rem_pv_cm_id); in alloc_rej_tmout() 377 xa_unlock(&sriov->xa_rej_tmout); in alloc_rej_tmout() 386 item->xa_rej_tmout = &sriov->xa_rej_tmout; in alloc_rej_tmout() 388 old = xa_cmpxchg(&sriov->xa_rej_tmout, (unsigned long)rem_pv_cm_id, NULL, item, GFP_KERNEL); in alloc_rej_tmout() 402 xa_unlock(&sriov->xa_rej_tmout); in alloc_rej_tmout() 411 xa_lock(&sriov->xa_rej_tmout); in lookup_rej_tmout_slave() 412 item = xa_load(&sriov->xa_rej_tmout, (unsigned long)rem_pv_cm_id); in lookup_rej_tmout_slave() [all …]
|
D | mlx4_ib.h | 526 struct xarray xa_rej_tmout; member
|