Home
last modified time | relevance | path

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

/linux/drivers/infiniband/hw/mlx5/
H A Ddevx.c1497 struct devx_obj_event *obj_event; in devx_cq_comp() local
1506 obj_event = xa_load(&event->object_ids, obj_id); in devx_cq_comp()
1507 if (!obj_event) in devx_cq_comp()
1510 dispatch_event_fd(&obj_event->obj_sub_list, eqe); in devx_cq_comp()
1947 struct devx_obj_event *obj_event; in subscribe_event_xa_alloc() local
1973 obj_event = xa_load(&event->object_ids, key_level2); in subscribe_event_xa_alloc()
1974 if (!obj_event) { in subscribe_event_xa_alloc()
1975 obj_event = kzalloc_obj(*obj_event); in subscribe_event_xa_alloc()
1976 if (!obj_event) in subscribe_event_xa_alloc()
1980 INIT_LIST_HEAD(&obj_event->obj_sub_list); in subscribe_event_xa_alloc()
[all …]