Home
last modified time | relevance | path

Searched refs:retWaitStatus (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/scheduler/src/
H A Dscheduler_core.c432 int retWaitStatus = 0; in scheduler_thread() local
450 retWaitStatus = qdf_wait_queue_interruptible( in scheduler_thread()
457 if (retWaitStatus == -ERESTARTSYS) in scheduler_thread()