Home
last modified time | relevance | path

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

/third_party/libnl/include/netlink/
Dcache.h38 typedef void (*change_func_v2_t)(struct nl_cache *, struct nl_object *old_obj,
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1029 struct zink_resource_object *old_obj = res->obj; in invalidate_buffer() local
1039 zink_descriptor_set_refs_clear(&old_obj->desc_set_refs, old_obj); in invalidate_buffer()
1607 struct zink_resource_object *old_obj = res->obj; in zink_resource_object_init_storage() local
1615 staging.obj = old_obj; in zink_resource_object_init_storage()
1622 zink_descriptor_set_refs_clear(&old_obj->desc_set_refs, old_obj); in zink_resource_object_init_storage()
1631 zink_resource_object_reference(screen, &old_obj, NULL); in zink_resource_object_init_storage()
/third_party/libnl/lib/route/
Dnetconf.c326 static int netconf_update(struct nl_object *old_obj, struct nl_object *new_obj) in netconf_update() argument
329 struct rtnl_netconf *old_nc = (struct rtnl_netconf *) old_obj; in netconf_update()
Droute_obj.c475 static int route_update(struct nl_object *old_obj, struct nl_object *new_obj) in route_update() argument
478 struct rtnl_route *old_route = (struct rtnl_route *) old_obj; in route_update()