Searched refs:fio_done (Results 1 – 1 of 1) sorted by relevance
833 ksema_t *fio_done; in hsfs_getpage_ra() local915 fio_done = kmem_alloc(bufcnt * sizeof (ksema_t), KM_SLEEP); in hsfs_getpage_ra()1022 sema_init(&fio_done[count], 0, NULL, in hsfs_getpage_ra()1025 hsio->sema = &fio_done[count]; in hsfs_getpage_ra()1048 info->sema = fio_done; in hsfs_getpage_ra()1129 ksema_t *fio_done; in hsfs_getapage() local1280 fio_done = kmem_alloc(bufcnt * sizeof (ksema_t), in hsfs_getapage()1409 sema_init(&fio_done[count], 0, NULL, in hsfs_getapage()1412 hsio->sema = &fio_done[count]; in hsfs_getapage()1454 while (sema_tryp(&fio_done[count]) == 0) { in hsfs_getapage()[all …]