Searched defs:resched (Results 1 - 8 of 8) sorted by relevance

/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmac80211_if.h77 bool resched; /* dpc needs to be and is rescheduled */ member in struct:brcms_info
/drivers/gpu/drm/radeon/
H A Dradeon_device.c989 int resched; local
996 resched = ttm_bo_lock_delayed_workqueue(&rdev->mman.bdev);
1005 ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched);
H A Dradeon_pm.c805 int resched; local
809 resched = ttm_bo_lock_delayed_workqueue(&rdev->mman.bdev);
856 ttm_bo_unlock_delayed_workqueue(&rdev->mman.bdev, resched);
/drivers/net/usb/
H A Dusbnet.c973 int resched = 1;
987 resched = 0;
990 if (resched)
972 int resched = 1; local
/drivers/gpu/drm/ttm/
H A Dttm_bo.c715 void ttm_bo_unlock_delayed_workqueue(struct ttm_bo_device *bdev, int resched) argument
717 if (resched)
/drivers/isdn/i4l/
H A Disdn_tty.c123 int resched = 0; local
155 resched = 1;
161 if (!resched)
/drivers/net/wireless/bcmdhd/
H A Ddhd_sdio.c5481 uint rxlimit = dhd_rxbound; /* Rx frames to read before resched */
5482 uint txlimit = dhd_txbound; /* Tx frames to send before resched */
5485 bool resched = FALSE; /* Flag indicating resched wanted */ local
5670 resched = TRUE;
5731 resched = TRUE;
5734 /* On failed register access, all bets are off: no resched or interrupts */
5748 /* Awaiting I_CHIPACTIVE; don't resched */
5752 resched = TRUE;
5755 bus->dpc_sched = resched;
5771 bool resched; local
[all...]
/drivers/net/wireless/brcm80211/brcmfmac/
H A Ddhd_sdio.c485 uint rxbound; /* Rx frames to read before resched */
486 uint txbound; /* Tx frames to send before resched */
2359 uint rxlimit = bus->rxbound; /* Rx frames to read before resched */
2360 uint txlimit = bus->txbound; /* Tx frames to send before resched */
2363 bool resched = false; /* Flag indicating resched wanted */ local
2569 no resched or interrupts */
2578 resched = true;
2582 resched = true;
2585 bus->dpc_sched = resched;
[all...]

Completed in 239 milliseconds