Home | History | Annotate | Download | only in include

Lines Matching refs:PORT_SCHEDULE_LOCK

1598 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_lock() or GKI_disable() */
1599 #ifndef PORT_SCHEDULE_LOCK
1600 #define PORT_SCHEDULE_LOCK GKI_disable()
1604 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_unlock() or GKI_enable() */