HomeSort by relevance Sort by last modified time
    Searched refs:bSchedulerPend (Results 1 - 2 of 2) sorted by null

  /hardware/ti/wlan/wl1271/Txn/
TxnQueue.c 119 TI_BOOL bSchedulerPend; /* If set, a call to the scheduler was postponed because it was busy */
541 * it handles reentry by setting a bSchedulerPend flag, and running the scheduler again
559 /* If the scheduler is currently busy, set bSchedulerPend flag and exit */
563 pTxnQ->bSchedulerPend = TI_TRUE;
596 if (!pTxnQ->bSchedulerPend)
602 pTxnQ->bSchedulerPend = TI_FALSE;
  /system/wlan/ti/wilink_6_1/Txn/
TxnQueue.c 119 TI_BOOL bSchedulerPend; /* If set, a call to the scheduler was postponed because it was busy */
518 * it handles reentry by setting a bSchedulerPend flag, and running the scheduler again
536 /* If the scheduler is currently busy, set bSchedulerPend flag and exit */
540 pTxnQ->bSchedulerPend = TI_TRUE;
573 if (!pTxnQ->bSchedulerPend)
579 pTxnQ->bSchedulerPend = TI_FALSE;

Completed in 18 milliseconds