Lines Matching refs:object_ids
49 struct xarray object_ids; /* second XA level, Key = object id */ member
1379 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription()
1381 xa_erase(&event->object_ids, in devx_cleanup_subscription()
1444 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp()
1863 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc()
1866 xa_erase(&event->object_ids, in subscribe_event_xa_dealloc()
1889 xa_init(&event->object_ids); in subscribe_event_xa_alloc()
1904 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc()
1911 err = xa_insert(&event->object_ids, in subscribe_event_xa_alloc()
2146 obj_event = xa_load(&event->object_ids, obj_id); in UVERBS_HANDLER()
2519 obj_event = xa_load(&event->object_ids, obj_id); in devx_event_notifier()