Lines Matching refs:compat_devs
388 xa_for_each (&device->compat_devs, index, cdev) { in rename_compat_devs()
508 xa_destroy(&dev->compat_devs); in ib_device_release()
601 xa_init_flags(&device->compat_devs, XA_FLAGS_ALLOC); in _ib_alloc_device()
672 WARN_ON(!xa_empty(&device->compat_devs)); in ib_dealloc_device()
943 cdev = xa_load(&device->compat_devs, rnet->id); in add_one_compat_dev()
948 ret = xa_reserve(&device->compat_devs, rnet->id, GFP_KERNEL); in add_one_compat_dev()
972 ret = xa_err(xa_store(&device->compat_devs, rnet->id, in add_one_compat_dev()
987 xa_release(&device->compat_devs, rnet->id); in add_one_compat_dev()
998 cdev = xa_erase(&device->compat_devs, id); in remove_one_compat_dev()
1012 xa_for_each (&device->compat_devs, index, cdev) in remove_compat_devs()
1048 xa_for_each (&dev->compat_devs, c_index, cdev) in remove_all_compat_devs()