Home
last modified time | relevance | path

Searched refs:kstat_waitq_enter (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h209 extern void kstat_waitq_enter(kstat_io_t *);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h213 extern void kstat_waitq_enter(kstat_io_t *);
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h799 extern void kstat_waitq_enter(kstat_io_t *);
/f-stack/freebsd/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c54 kstat_waitq_enter(kstat_io_t *kiop) in kstat_waitq_enter() function
68 EXPORT_SYMBOL(kstat_waitq_enter);
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c516 kstat_waitq_enter(kstat_io_t *kiop) in kstat_waitq_enter() function
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h364 extern void kstat_waitq_enter(kstat_io_t *);
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dkernel.c151 kstat_waitq_enter(kstat_io_t *kiop) in kstat_waitq_enter() function
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c528 kstat_waitq_enter(shk->kstat->ks_data); in vdev_queue_io_add()