Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/core/
Ddevice.c389 xa_for_each (&device->compat_devs, index, cdev) { in rename_compat_devs()
509 xa_destroy(&dev->compat_devs); in ib_device_release()
602 xa_init_flags(&device->compat_devs, XA_FLAGS_ALLOC); in _ib_alloc_device()
673 WARN_ON(!xa_empty(&device->compat_devs)); in ib_dealloc_device()
944 cdev = xa_load(&device->compat_devs, rnet->id); in add_one_compat_dev()
949 ret = xa_reserve(&device->compat_devs, rnet->id, GFP_KERNEL); in add_one_compat_dev()
973 ret = xa_err(xa_store(&device->compat_devs, rnet->id, in add_one_compat_dev()
988 xa_release(&device->compat_devs, rnet->id); in add_one_compat_dev()
999 cdev = xa_erase(&device->compat_devs, id); in remove_one_compat_dev()
1013 xa_for_each (&device->compat_devs, index, cdev) in remove_compat_devs()
[all …]
/linux-6.1.9/include/rdma/
Dib_verbs.h2770 struct xarray compat_devs; member