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

/drivers/mtd/maps/
H A Dphysmap_of.c37 int list_size; /* number of elements in of_flash_list */ member in struct:of_flash
59 for (i = 0; i < info->list_size; i++) {
264 info->list_size++;
271 if (info->list_size == 1) {
273 } else if (info->list_size > 1) {
277 info->cmtd = mtd_concat_create(mtd_list, info->list_size,
/drivers/acpi/acpica/
H A Dnsxfname.c350 (cid_list->list_size -
450 info->compatible_id_list.list_size = cid_list->list_size;
H A Dutids.c336 cid_list->list_size = cid_list_size;
/drivers/media/video/hdpvr/
H A Dhdpvr-video.c34 list_size(&dev->free_buff_list), \
35 list_size(&dev->rec_buff_list)); }
41 static uint list_size(struct list_head *list) function
/drivers/scsi/
H A Ddc395x.c697 static unsigned int list_size(struct list_head *head) function
920 pos->max_command <= list_size(&pos->srb_going_list)) {
963 if (dcb->max_command <= list_size(&dcb->srb_going_list) ||
3410 tempcnt = (u8)list_size(&dcb->srb_going_list);
3585 list_size(&dcb->srb_waiting_list), dcb->target_id,
3866 if (list_size(&dcb->srb_going_list) > 1) {
3870 list_size(&dcb->srb_going_list));
3889 list_size(&acb->dcb_list));
4661 SPRINTF("Nr of DCBs: %i\n", list_size(&acb->dcb_list));
4717 list_size(
[all...]
/drivers/iommu/
H A Dintel-iommu.c423 static long list_size; variable
2869 list_size = 0;
2888 if (list_size == HIGH_WATER_MARK)
2903 list_size++;
/drivers/scsi/aic7xxx/
H A Daic79xx_core.c6012 bus_size_t list_size; local
6014 list_size = sizeof(struct ahd_dma_seg) * AHD_NSEG;
6016 list_size = sizeof(struct ahd_dma64_seg) * AHD_NSEG;
6017 return (list_size);

Completed in 721 milliseconds