Searched defs:busy (Results 1 - 5 of 5) 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/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/RDP/client-1.8.3/
H A Dscard.h178 pthread_mutex_t busy; member in struct:_TThreadListElement
/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/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

Completed in 53 milliseconds