Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c1072 if (LIKELY (old_obj->read_count + old_obj->write_count)) in __mf_uncache_object()
1076 uintptr_t low = old_obj->low; in __mf_uncache_object()
1077 uintptr_t high = old_obj->high; in __mf_uncache_object()
1240 __mf_object_t *old_obj = NULL; in __mfu_unregister() local
1258 old_obj = objs[0]; in __mfu_unregister()
1260 … || ((sz == 0) ? 0 : (sz != (old_obj->high - old_obj->low + 1))) /* size mismatch */ in __mfu_unregister()
1269 __mf_unlink_object (old_obj); in __mfu_unregister()
1270 __mf_uncache_object (old_obj); in __mfu_unregister()
1279 (size_t) (old_obj->high - old_obj->low + 1)); in __mfu_unregister()
1318 del_obj = old_obj; in __mfu_unregister()
[all …]
/freebsd-12.1/contrib/libucl/src/
H A Ducl_util.c1046 old_obj->key = params->prefix;
1048 ucl_copy_key_trash(old_obj);
1049 old_obj->prev = old_obj;
1050 old_obj->next = NULL;
1062 else if (old_obj == NULL) {
1114 new_obj->key = old_obj->key;
1115 new_obj->keylen = old_obj->keylen;
1140 nest_obj = old_obj;
1567 ucl_object_t *obj, *old_obj; local
1590 old_obj = NULL;
[all …]
/freebsd-12.1/sys/dev/drm2/i915/
H A Dintel_sprite.c426 struct drm_i915_gem_object *obj, *old_obj; in intel_update_plane() local
438 old_obj = intel_plane->obj; in intel_update_plane()
532 if (old_obj) { in intel_update_plane()
539 if (old_obj != obj) { in intel_update_plane()
544 intel_unpin_fb_obj(old_obj); in intel_update_plane()