• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mm/

Lines Matching refs:next

30 	struct sram_piece *next;
77 per_cpu(free_l1_ssram_head, cpu).next =
79 if (!per_cpu(free_l1_ssram_head, cpu).next) {
84 per_cpu(free_l1_ssram_head, cpu).next->paddr = (void *)get_l1_scratch_start_cpu(cpu) + reserve;
85 per_cpu(free_l1_ssram_head, cpu).next->size = L1_SCRATCH_LENGTH - reserve;
86 per_cpu(free_l1_ssram_head, cpu).next->pid = 0;
87 per_cpu(free_l1_ssram_head, cpu).next->next = NULL;
89 per_cpu(used_l1_ssram_head, cpu).next = NULL;
105 per_cpu(free_l1_data_A_sram_head, cpu).next =
107 if (!per_cpu(free_l1_data_A_sram_head, cpu).next) {
112 per_cpu(free_l1_data_A_sram_head, cpu).next->paddr =
114 per_cpu(free_l1_data_A_sram_head, cpu).next->size =
116 per_cpu(free_l1_data_A_sram_head, cpu).next->pid = 0;
117 per_cpu(free_l1_data_A_sram_head, cpu).next->next = NULL;
119 per_cpu(used_l1_data_A_sram_head, cpu).next = NULL;
123 per_cpu(free_l1_data_A_sram_head, cpu).next->size >> 10);
128 per_cpu(free_l1_data_B_sram_head, cpu).next =
130 if (!per_cpu(free_l1_data_B_sram_head, cpu).next) {
135 per_cpu(free_l1_data_B_sram_head, cpu).next->paddr =
137 per_cpu(free_l1_data_B_sram_head, cpu).next->size =
139 per_cpu(free_l1_data_B_sram_head, cpu).next->pid = 0;
140 per_cpu(free_l1_data_B_sram_head, cpu).next->next = NULL;
142 per_cpu(used_l1_data_B_sram_head, cpu).next = NULL;
146 per_cpu(free_l1_data_B_sram_head, cpu).next->size >> 10);
162 per_cpu(free_l1_inst_sram_head, cpu).next =
164 if (!per_cpu(free_l1_inst_sram_head, cpu).next) {
169 per_cpu(free_l1_inst_sram_head, cpu).next->paddr =
171 per_cpu(free_l1_inst_sram_head, cpu).next->size =
173 per_cpu(free_l1_inst_sram_head, cpu).next->pid = 0;
174 per_cpu(free_l1_inst_sram_head, cpu).next->next = NULL;
176 per_cpu(used_l1_inst_sram_head, cpu).next = NULL;
180 per_cpu(free_l1_inst_sram_head, cpu).next->size >> 10);
191 free_l2_sram_head.next =
193 if (!free_l2_sram_head.next) {
198 free_l2_sram_head.next->paddr =
200 free_l2_sram_head.next->size =
202 free_l2_sram_head.next->pid = 0;
203 free_l2_sram_head.next->next = NULL;
205 used_l2_sram_head.next = NULL;
209 free_l2_sram_head.next->size >> 10);
243 pslot = pfree_head->next;
249 pslot = pslot->next;
256 plast->next = pslot->next;
273 pslot = pused_head->next;
279 pslot = pslot->next;
282 pavail->next = pslot;
283 plast->next = pavail;
298 pmax = pslot = pfree_head->next;
304 pslot = pslot->next;
326 pslot = pused_head->next;
332 pslot = pslot->next;
338 plast->next = pslot->next;
343 pslot = pfree_head->next;
348 pslot = pslot->next;
355 pavail->next = plast->next;
356 plast->next = pavail;
362 plast->next = pslot->next;
708 for (tmp = &mm->context.sram_list; *tmp; tmp = &(*tmp)->next)
715 *tmp = lsl->next;
754 lsl->next = mm->context.sram_list;
779 pslot = pused_head->next;
786 pslot = pslot->next;
789 pslot = pfree_head->next;
796 pslot = pslot->next;