Home
last modified time | relevance | path

Searched refs:yield (Results 1 - 5 of 5) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmsdspi_linux.c335 void spi_waitbits(sdioh_info_t *sd, bool yield) in spi_waitbits() argument
338 ASSERT(!yield); in spi_waitbits()
340 sd_trace(("%s: yield %d canblock %d\n", in spi_waitbits()
341 __FUNCTION__, yield, BLOCKABLE())); in spi_waitbits()
347 if (yield && BLOCKABLE()) { in spi_waitbits()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dbcmspi.h42 extern void spi_waitbits(sdioh_info_t *sd, bool yield);
H A Dbcmsdstd.h257 extern int sdstd_waitbits(sdioh_info_t *sd, uint16 norm, uint16 err, bool yield, uint16 *bits);
/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dsched.h1868 void yield(void);
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dcore.c2430 * yield - it could be a while. in wait_task_inactive()
6666 * sys_sched_yield - yield the current processor to other threads.
6739 * yield - yield the current processor to other threads.
6744 * eligible task to run, if removing the yield() call from your code breaks
6750 * yield();
6752 * where one assumes that yield() will let 'the other' process run that will
6754 * happen. Never use yield() as a progress guarantee!!
6756 * If you want to use yield() to wait for something, use wait_event().
6757 * If you want to use yield() t
6760 void __sched yield(void) yield() function
6765 EXPORT_SYMBOL(yield); global() variable
[all...]

Completed in 16 milliseconds