Searched refs:busy (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/
H A Dath_hw.c139 u32 cycles, busy, rx, tx; local
147 busy = REG_READ(ah, AR_RCCNT);
162 common->cc_ani.rx_busy += busy;
167 common->cc_survey.rx_busy += busy;
/vbox/src/VBox/RDP/client-1.8.3/
H A Dscard.h178 pthread_mutex_t busy; member in struct:_TThreadListElement
H A Dscard.c2556 pthread_mutex_lock(&listElement->busy);
2560 pthread_cond_wait(&listElement->nodata, &listElement->busy);
2565 pthread_mutex_unlock(&listElement->busy);
2581 pthread_mutex_lock(&cur->busy);
2585 pthread_mutex_unlock(&cur->busy);
2592 pthread_mutex_unlock(&cur->busy);
2603 pthread_mutex_init(&cur->busy, NULL);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/
H A DVBoxSnapshotsWgt.cpp508 bool busy = mSessionState != KSessionState_Unlocked; local
516 bool canTakeDeleteSnapshot = !busy
524 mRestoreSnapshotAction->setEnabled (!busy && mCurSnapshotItem && item && !item->isCurrentStateItem());
539 mCloneSnapshotAction->setEnabled(!busy && item);
681 bool busy = mSessionState != KSessionState_Unlocked;
683 if (busy)
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_main.c67 * Updates the survey statistics and returns the busy time since last
289 int busy; local
294 busy = ath_update_survey_stats(sc);
297 "busy=%d (try %d)\n", busy, sc->hw_busy_count + 1);
298 if (busy >= 99) {
301 } else if (busy >= 0)
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Di915_drm.h644 /** Handle of the buffer to check for busy */
647 /** Return busy status (1 if busy, 0 if idle) */
648 uint32_t busy; member in struct:drm_i915_gem_busy
/vbox/src/VBox/VMM/VMMR0/
H A DHMR0A.asm294 ; When restoring the TR, we must first clear the busy flag or we'll end up faulting.
301 and dword [rax + 4], ~RT_BIT(9) ; Clear the busy flag in TSS desc (bits 0-7=base, bit 9=busy bit).
309 and dword [rax + 4], ~RT_BIT(9) ; Clear the busy flag in TSS desc (bits 0-7=base, bit 9=busy bit).
/vbox/src/VBox/VMM/VMMRC/
H A DTRPMRCHandlersA.asm1166 ; without clearing the busy flag of the TssTrap8 and fixing whatever cause it.)

Completed in 1363 milliseconds