Searched refs:obj_event (Results 1 – 1 of 1) sorted by relevance
1478 struct devx_obj_event *obj_event; in devx_cq_comp() local1488 if (!obj_event) in devx_cq_comp()1928 struct devx_obj_event *obj_event; in subscribe_event_xa_alloc() local1955 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 …]