Searched defs:fio_done (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c833 ksema_t *fio_done; local
915 fio_done = kmem_alloc(bufcnt * sizeof (ksema_t), KM_SLEEP);
1022 sema_init(&fio_done[count], 0, NULL,
1025 hsio->sema = &fio_done[count];
1048 info->sema = fio_done;
1129 ksema_t *fio_done; local
1280 fio_done = kmem_alloc(bufcnt * sizeof (ksema_t),
1409 sema_init(&fio_done[count], 0, NULL,
1412 hsio->sema = &fio_done[count];
1454 while (sema_tryp(&fio_done[coun
[all...]

Completed in 66 milliseconds