Searched refs:list_size (Results 1 – 7 of 7) sorted by relevance
37 int list_size; /* number of elements in of_flash_list */ member59 for (i = 0; i < info->list_size; i++) { in of_flash_remove()282 info->list_size++; in of_flash_probe()290 if (info->list_size == 1) { in of_flash_probe()292 } else if (info->list_size > 1) { in of_flash_probe()296 info->cmtd = mtd_concat_create(mtd_list, info->list_size, in of_flash_probe()
359 (cid_list->list_size - in acpi_get_object_info()465 info->compatible_id_list.list_size = cid_list->list_size; in acpi_get_object_info()
406 cid_list->list_size = cid_list_size; in acpi_ut_execute_CID()
697 static unsigned int list_size(struct list_head *head) in list_size() function920 pos->max_command <= list_size(&pos->srb_going_list)) { in waiting_process_next()963 if (dcb->max_command <= list_size(&dcb->srb_going_list) || in send_srb()3410 tempcnt = (u8)list_size(&dcb->srb_going_list); in srb_done()3585 list_size(&dcb->srb_waiting_list), dcb->target_id, in doing_srb_done()3866 if (list_size(&dcb->srb_going_list) > 1) { in adapter_remove_and_free_device()3870 list_size(&dcb->srb_going_list)); in adapter_remove_and_free_device()3889 list_size(&acb->dcb_list)); in adapter_remove_and_free_all_devices()4656 SPRINTF("Nr of DCBs: %i\n", list_size(&acb->dcb_list)); in dc395x_show_info()4712 list_size(&dcb->srb_waiting_list)); in dc395x_show_info()[all …]
37 list_size(&dev->free_buff_list), \38 list_size(&dev->rec_buff_list)); }59 static uint list_size(struct list_head *list) in list_size() function
427 static long list_size; variable2918 list_size = 0; in flush_unmaps()2937 if (list_size == HIGH_WATER_MARK) in add_unmap()2952 list_size++; in add_unmap()
6012 bus_size_t list_size; in ahd_sglist_size() local6014 list_size = sizeof(struct ahd_dma_seg) * AHD_NSEG; in ahd_sglist_size()6016 list_size = sizeof(struct ahd_dma64_seg) * AHD_NSEG; in ahd_sglist_size()6017 return (list_size); in ahd_sglist_size()