Lines Matching full:task
38 * This includes also the driver task itself (workqueue in Linux), which invokes the
40 * The OS specific implementation under this module (e.g. task-switching or
263 * It sets the client's Pending flag and requests the driver's task scheduling.
288 * If configured to switch context, request driver task scheduling.
289 * Else (context switch not required) call the driver task directly.
306 * \brief The driver task
308 * This function is the driver's main task that always runs in the driver's
310 * Only one instantiation of this task may run at a time!
348 CL_TRACE_END_L1("tiwlan_drv.ko", "CONTEXT", "TASK", "");
357 * The Enable function also schedules the driver-task if the specified client is pending.
381 /* If client is pending, schedule driver task */
388 * If configured to switch context, request driver task scheduling.
389 * Else (context switch not required) call the driver task directly.