Home
last modified time | relevance | path

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

/linux-6.15/drivers/infiniband/hw/mlx5/
H A Ddevx.c1478 struct devx_obj_event *obj_event; in devx_cq_comp() local
1488 if (!obj_event) in devx_cq_comp()
1928 struct devx_obj_event *obj_event; in subscribe_event_xa_alloc() local
1955 if (!obj_event) { in subscribe_event_xa_alloc()
1956 obj_event = kzalloc(sizeof(*obj_event), GFP_KERNEL); in subscribe_event_xa_alloc()
1957 if (!obj_event) in subscribe_event_xa_alloc()
1963 obj_event, in subscribe_event_xa_alloc()
1966 kfree(obj_event); in subscribe_event_xa_alloc()
2195 WARN_ON(!obj_event); in UVERBS_HANDLER()
2197 &obj_event->obj_sub_list); in UVERBS_HANDLER()
[all …]