Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcclibs/libmudflap/
Dmf-runtime.c1067 __mf_uncache_object (__mf_object_t *old_obj) in __mf_uncache_object() argument
1072 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()
1261 || ((uintptr_t) ptr != old_obj->low))) /* base mismatch */ in __mfu_unregister()
1269 __mf_unlink_object (old_obj); in __mfu_unregister()
1270 __mf_uncache_object (old_obj); in __mfu_unregister()
[all …]
/freebsd-12-stable/contrib/libucl/src/
Ducl_util.c1091 ucl_object_t *nest_obj = NULL, *old_obj = NULL, *new_obj = NULL; local
1191 old_obj = __DECONST (ucl_object_t *, ucl_hash_search (container,
1195 if (old_obj == NULL) {
1197 old_obj = ucl_object_new_full (UCL_ARRAY, params->priority);
1198 old_obj->key = params->prefix;
1199 old_obj->keylen = strlen (params->prefix);
1200 ucl_copy_key_trash (old_obj);
1201 old_obj->prev = old_obj;
1202 old_obj->next = NULL;
1204 container = ucl_hash_insert_object (container, old_obj,
[all …]
/freebsd-12-stable/sys/dev/drm2/i915/
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()