Searched refs:cb_info (Results 1 – 1 of 1) sorted by relevance
1302 struct notifier_cb_info *cb_info = NULL; in update_notifier_cb() local1307 cb_info = notifier_hnode_get_by_vmid_uuid(notify_id, dev->vm_id, in update_notifier_cb()1310 cb_info = notifier_hnode_get_by_type(notify_id, type); in update_notifier_cb()1312 cb_found = !!cb_info; in update_notifier_cb()1320 hash_del(&cb_info->hnode); in update_notifier_cb()1321 kfree(cb_info); in update_notifier_cb()1371 struct notifier_cb_info *cb_info = NULL; in __ffa_notify_request() local1379 cb_info = kzalloc_obj(*cb_info); in __ffa_notify_request()1380 if (!cb_info) in __ffa_notify_request()1383 cb_info->dev = dev; in __ffa_notify_request()[all …]