HomeSort by: relevance | last modified time | path
    Searched refs:update_pending (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.h 153 bool update_pending; // True if we got a conflict while updating and are waiting to try again member in struct:adv_instance
168 bool update_pending; // True if we are updating this record and haven't gotten a response yet. member in struct:adv_record_registration
208 bool update_pending; member in struct:adv_host
srp-mdns-proxy.c 130 if (!record->update_pending) {
324 hp->removed ? " removed" : "", hp->update_pending ? " update-pending" : "");
2039 if (instance->update_pending) {
2050 instance->update_pending = false;
2248 instance->update_pending = true;
2412 if (record->update_pending) {
2413 record->update_pending = false;
2703 record->update_pending = true;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_mem_input.c 685 uint32_t update_pending; local
687 REG_GET(GRPH_UPDATE, GRPH_SURFACE_UPDATE_PENDING, &update_pending);
688 if (update_pending)
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_display.c 293 u32 update_pending; local
322 update_pending = radeon_page_flip_pending(rdev, crtc_id);
329 * irq can fire, so we have sampled update_pending a bit too early and
332 * vblank, not only at leading edge, so if update_pending for hpos >= 0
342 if (update_pending &&
355 update_pending = 0;
358 if (!update_pending)

Completed in 34 milliseconds