Searched refs:xa_rej_tmout (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/ |
H A D | cm.c | 61 struct xarray *xa_rej_tmout; member 351 deleted = xa_cmpxchg(item->xa_rej_tmout, item->rem_pv_cm_id, item, NULL, 0); in rej_tmout_timeout() 365 xa_lock(&sriov->xa_rej_tmout); in alloc_rej_tmout() 366 item = xa_load(&sriov->xa_rej_tmout, (unsigned long)rem_pv_cm_id); in alloc_rej_tmout() 376 xa_unlock(&sriov->xa_rej_tmout); in alloc_rej_tmout() 385 item->xa_rej_tmout = &sriov->xa_rej_tmout; in alloc_rej_tmout() 387 old = xa_cmpxchg(&sriov->xa_rej_tmout, (unsigned long)rem_pv_cm_id, NULL, item, GFP_KERNEL); in alloc_rej_tmout() 401 xa_unlock(&sriov->xa_rej_tmout); in alloc_rej_tmout() 410 xa_lock(&sriov->xa_rej_tmout); in lookup_rej_tmout_slave() [all...] |
H A D | mlx4_ib.h | 525 struct xarray xa_rej_tmout; member
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx4/ |
H A 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() [all...] |
H A D | mlx4_ib.h | 526 struct xarray xa_rej_tmout; member
|
Completed in 10 milliseconds