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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/reiserfs/
H A Dbitmap.c314 int nr_allocated = 0; local
354 nr_allocated =
357 if (nr_allocated)
365 nr_allocated =
367 if (nr_allocated)
371 nr_allocated =
376 return nr_allocated;
993 int nr_allocated; local
996 nr_allocated = scan_bitmap(hint->th, &start, finish, min,
1000 if (nr_allocated
1033 int nr_allocated = 0; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Datari_NCR5380.c217 * important: the tag bit must be cleared before 'nr_allocated' is decreased.
226 int nr_allocated; member in struct:__anon6441
245 ta->nr_allocated = 0;
272 if (TagAlloc[cmd->device->id][cmd->device->lun].nr_allocated >=
305 ta->nr_allocated++;
309 cmd->device->lun, ta->nr_allocated);
332 ta->nr_allocated--;
351 ta->nr_allocated = 0;
2024 ta->nr_allocated);
2025 if (ta->queue_size > ta->nr_allocated)
[all...]
H A Dsun3_NCR5380.c213 * important: the tag bit must be cleared before 'nr_allocated' is decreased.
227 int nr_allocated; member in struct:__anon6963
246 ta->nr_allocated = 0;
273 if (TagAlloc[cmd->device->id][cmd->device->lun].nr_allocated >=
307 ta->nr_allocated++;
311 ta->nr_allocated );
336 ta->nr_allocated--;
355 ta->nr_allocated = 0;
2035 ta->nr_allocated);
2036 if (ta->queue_size > ta->nr_allocated)
[all...]

Completed in 166 milliseconds