Lines Matching refs:object_ids
49 struct xarray object_ids; /* second XA level, Key = object id */ member
1364 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription()
1366 xa_erase(&event->object_ids, in devx_cleanup_subscription()
1429 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp()
1848 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc()
1851 xa_erase(&event->object_ids, in subscribe_event_xa_dealloc()
1874 xa_init(&event->object_ids); in subscribe_event_xa_alloc()
1889 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc()
1896 err = xa_insert(&event->object_ids, in subscribe_event_xa_alloc()
2131 obj_event = xa_load(&event->object_ids, obj_id); in UVERBS_HANDLER()
2525 obj_event = xa_load(&event->object_ids, obj_id); in devx_event_notifier()