Home | History | Annotate | Download | only in include

Lines Matching refs:PORT_SCHEDULE_LOCK

1676 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_lock() or GKI_disable() */
1677 #ifndef PORT_SCHEDULE_LOCK
1678 #define PORT_SCHEDULE_LOCK GKI_disable()
1682 /* PORT_SCHEDULE_LOCK shall be defined as GKI_sched_unlock() or GKI_enable() */