Lines Matching refs:object_ids
47 struct xarray object_ids; /* second XA level, Key = object id */ member
1322 xa_val_level2 = xa_load(&event->object_ids, sub->xa_key_level2); in devx_cleanup_subscription()
1324 xa_erase(&event->object_ids, in devx_cleanup_subscription()
1388 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp()
1788 xa_val_level2 = xa_load(&event->object_ids, in subscribe_event_xa_dealloc()
1791 xa_erase(&event->object_ids, in subscribe_event_xa_dealloc()
1814 xa_init(&event->object_ids); in subscribe_event_xa_alloc()
1829 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc()
1836 err = xa_insert(&event->object_ids, in subscribe_event_xa_alloc()
2067 obj_event = xa_load(&event->object_ids, obj_id); in UVERBS_HANDLER()
2402 obj_event = xa_load(&event->object_ids, obj_id); in devx_event_notifier()