Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c837 ASSERT(fsp->hqueue != NULL); in hsfs_getpage_ra()
1054 (void) taskq_dispatch(fsp->hqueue->ra_task, in hsfs_getpage_ra()
1279 if (fsp->hqueue != NULL) in hsfs_getapage()
1394 if (fsp->hqueue == NULL) { in hsfs_getapage()
1435 if (fsp->hqueue == NULL) { in hsfs_getapage()
1544 if (fsp->hqueue != NULL && in hsfs_getapage()
1609 if (fsp->hqueue != NULL) { in hsfs_getpage()
1629 fsp->hqueue->max_ra_bytes) { in hsfs_getpage()
1994 struct hsfs_queue *hqueue = fsp->hqueue; in hsched_init() local
2007 hqueue->dev_maxtransfer = 16384; in hsched_init()
[all …]
H A Dhsfs_subr.c365 mutex_enter(&(fsp->hqueue->strategy_lock)); in hsfs_kstats_update()
366 mutex_enter(&(fsp->hqueue->hsfs_queue_lock)); in hsfs_kstats_update()
375 mutex_exit(&(fsp->hqueue->strategy_lock)); in hsfs_kstats_update()
376 mutex_exit(&(fsp->hqueue->hsfs_queue_lock)); in hsfs_kstats_update()
H A Dhsfs_vfsops.c218 extern void hsched_fini(struct hsfs_queue *hqueue);
422 hsched_fini(fsp->hqueue); in hsfs_unmount()
423 kmem_free(fsp->hqueue, sizeof (struct hsfs_queue)); in hsfs_unmount()
915 fsp->hqueue = kmem_alloc(sizeof (struct hsfs_queue), KM_SLEEP); in hs_mountfs()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h287 struct hsfs_queue *hqueue; /* I/O Scheduling parameters */ member