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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-msm/
H A Ddma.c35 static struct list_head active_commands[MSM_DMOV_CHANNEL_COUNT]; variable in typeref:struct:list_head
70 list_add_tail(&cmd->list, &active_commands[id]);
78 if (list_empty(&active_commands[id]))
159 if (list_empty(&active_commands[id])) {
165 cmd = list_entry(active_commands[id].next, typeof(*cmd), list);
221 list_add_tail(&cmd->list, &active_commands[id]);
228 if (list_empty(&active_commands[id]) && list_empty(&ready_commands[id]))
250 INIT_LIST_HEAD(&active_commands[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-msm/
H A Ddma.c35 static struct list_head active_commands[MSM_DMOV_CHANNEL_COUNT]; variable in typeref:struct:list_head
70 list_add_tail(&cmd->list, &active_commands[id]);
78 if (list_empty(&active_commands[id]))
159 if (list_empty(&active_commands[id])) {
165 cmd = list_entry(active_commands[id].next, typeof(*cmd), list);
221 list_add_tail(&cmd->list, &active_commands[id]);
228 if (list_empty(&active_commands[id]) && list_empty(&ready_commands[id]))
250 INIT_LIST_HEAD(&active_commands[i]);

Completed in 110 milliseconds