Searched refs:enabled (Results 1 – 12 of 12) sorted by relevance
218 BOOL enabled = OSDisableInterrupts(); in getLength() local230 OSRestoreInterrupts(enabled); in getLength()269 BOOL enabled = OSDisableInterrupts(); in pushImpl() local277 OSRestoreInterrupts(enabled); in pushImpl()326 BOOL enabled = OSDisableInterrupts(); in pop() local340 OSRestoreInterrupts(enabled); in pop()347 BOOL enabled = OSDisableInterrupts(); in front() local370 OSRestoreInterrupts(enabled); in front()380 BOOL enabled = OSDisableInterrupts(); in isReady() local398 OSRestoreInterrupts(enabled); in isReady()
56 BOOL enabled; in OSReport() local63 enabled = OSDisableInterrupts(); in OSReport()88 OSRestoreInterrupts(enabled); in OSReport()
130 BOOL enabled; in OSReport() local144 enabled = OSDisableInterrupts(); in OSReport()168 (void)OSRestoreInterrupts(enabled); in OSReport()
162 BOOL enabled; in waitFrame() local164 enabled = OSDisableInterrupts(); in waitFrame()167 OSRestoreInterrupts(enabled); in waitFrame()
64 BOOL enabled; in main() local108 enabled = OSDisableInterrupts(); in main()110 OSRestoreInterrupts(enabled); in main()
298 int enabled; in main() local352 enabled = OSDisableInterrupts(); in main()357 OSRestoreInterrupts(enabled); in main()387 enabled = OSDisableInterrupts(); in main()389 OSRestoreInterrupts(enabled); in main()
1707 BOOL enabled; in MEMSetAllocModeForExpHeap() local1712 enabled = OSDisableInterrupts(); in MEMSetAllocModeForExpHeap()1718 (void)OSRestoreInterrupts( enabled ); in MEMSetAllocModeForExpHeap()1790 BOOL enabled; in MEMSetGroupIDForExpHeap() local1795 enabled = OSDisableInterrupts(); in MEMSetGroupIDForExpHeap()1802 (void)OSRestoreInterrupts( enabled ); in MEMSetGroupIDForExpHeap()
566 BOOL enabled = OSDisableInterrupts(); in MEMGetAllocatableSizeForFrmHeapEx() local577 (void)OSRestoreInterrupts( enabled ); in MEMGetAllocatableSizeForFrmHeapEx()
674 BOOL enabled ; in draw_sampling_rate() local680 enabled = OSDisableInterrupts() ; in draw_sampling_rate()683 (void)OSRestoreInterrupts( enabled ) ; in draw_sampling_rate()729 BOOL enabled ; in draw_callback_status() local733 enabled = OSDisableInterrupts() ; in draw_callback_status()741 (void)OSRestoreInterrupts( enabled ) ; in draw_callback_status()
639 BOOL enabled; in draw_sampling_rate() local645 enabled = OSDisableInterrupts(); in draw_sampling_rate()648 (void)OSRestoreInterrupts( enabled ); in draw_sampling_rate()662 BOOL enabled ; in draw_callback_status() local666 enabled = OSDisableInterrupts() ; in draw_callback_status()674 ( void )OSRestoreInterrupts( enabled ) ; in draw_callback_status()
617 BOOL enabled; in CheckPrefetch() local619 enabled = OSDisableInterrupts(); in CheckPrefetch()626 OSRestoreInterrupts(enabled); in CheckPrefetch()
354 whether the Interlace/Non-interlace setting UI should be enabled.