Home | History | Annotate | Download | only in include

Lines Matching refs:PORT_SCHEDULE_LOCK

1684 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_lock() or GKI_disable() */
1685 #ifndef PORT_SCHEDULE_LOCK
1686 #define PORT_SCHEDULE_LOCK GKI_disable()
1690 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_unlock() or GKI_enable() */