Home
last modified time | relevance | path

Searched refs:hqueue (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c743 ASSERT(fsp->hqueue != NULL); in hsfs_getpage_ra()
960 (void) taskq_dispatch(fsp->hqueue->ra_task, in hsfs_getpage_ra()
1177 if (fsp->hqueue != NULL) in hsfs_getapage()
1292 if (fsp->hqueue == NULL) { in hsfs_getapage()
1333 if (fsp->hqueue == NULL) { in hsfs_getapage()
1442 if (fsp->hqueue != NULL && in hsfs_getapage()
1498 if (fsp->hqueue != NULL) { in hsfs_getpage()
1518 fsp->hqueue->max_ra_bytes) { in hsfs_getpage()
1840 struct hsfs_queue *hqueue = fsp->hqueue; in hsched_init() local
1853 hqueue->dev_maxtransfer = 16384; in hsched_init()
[all …]
H A Dhsfs_subr.c363 mutex_enter(&(fsp->hqueue->strategy_lock)); in hsfs_kstats_update()
364 mutex_enter(&(fsp->hqueue->hsfs_queue_lock)); in hsfs_kstats_update()
373 mutex_exit(&(fsp->hqueue->strategy_lock)); in hsfs_kstats_update()
374 mutex_exit(&(fsp->hqueue->hsfs_queue_lock)); in hsfs_kstats_update()
H A Dhsfs_vfsops.c219 extern void hsched_fini(struct hsfs_queue *hqueue);
423 hsched_fini(fsp->hqueue); in hsfs_unmount()
424 kmem_free(fsp->hqueue, sizeof (struct hsfs_queue)); in hsfs_unmount()
916 fsp->hqueue = kmem_alloc(sizeof (struct hsfs_queue), KM_SLEEP); in hs_mountfs()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h285 struct hsfs_queue *hqueue; /* I/O Scheduling parameters */ member