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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Ddma.c34 static struct list_head ready_commands[MSM_DMOV_CHANNEL_COUNT]; variable in typeref:struct:list_head
65 if (list_empty(&ready_commands[id]) &&
82 list_add_tail(&cmd->list, &ready_commands[id]);
218 if ((ch_status & DMOV_STATUS_CMD_PTR_RDY) && !list_empty(&ready_commands[id])) {
219 cmd = list_entry(ready_commands[id].next, typeof(*cmd), list);
228 if (list_empty(&active_commands[id]) && list_empty(&ready_commands[id]))
249 INIT_LIST_HEAD(&ready_commands[i]);

Completed in 41 milliseconds