Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/
H A Dkstat.h679 } kstat_io_t; typedef
681 #define KSTAT_IO_PTR(kptr) ((kstat_io_t *)(kptr)->ks_data)
799 extern void kstat_waitq_enter(kstat_io_t *);
800 extern void kstat_waitq_exit(kstat_io_t *);
801 extern void kstat_runq_enter(kstat_io_t *);
802 extern void kstat_runq_exit(kstat_io_t *);
803 extern void kstat_waitq_to_runq(kstat_io_t *);
804 extern void kstat_runq_back_to_waitq(kstat_io_t *);
/f-stack/freebsd/contrib/openzfs/include/os/linux/spl/sys/
H A Dkstat.h177 } kstat_io_t; typedef
209 extern void kstat_waitq_enter(kstat_io_t *);
210 extern void kstat_waitq_exit(kstat_io_t *);
211 extern void kstat_runq_enter(kstat_io_t *);
212 extern void kstat_runq_exit(kstat_io_t *);
/f-stack/freebsd/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dkstat.h181 } kstat_io_t; typedef
213 extern void kstat_waitq_enter(kstat_io_t *);
214 extern void kstat_waitq_exit(kstat_io_t *);
215 extern void kstat_runq_enter(kstat_io_t *);
216 extern void kstat_runq_exit(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()
71 kstat_waitq_exit(kstat_io_t *kiop) in kstat_waitq_exit()
87 kstat_runq_enter(kstat_io_t *kiop) in kstat_runq_enter()
104 kstat_runq_exit(kstat_io_t *kiop) in kstat_runq_exit()
261 kstat_seq_show_io(struct seq_file *f, kstat_io_t *kip) in kstat_seq_show_io()
319 rc = kstat_seq_show_io(f, (kstat_io_t *)p); in kstat_seq_show()
361 rc = ksp->ks_data + n * sizeof (kstat_io_t); in kstat_seq_data_addr()
610 ksp->ks_data_size = ks_ndata * sizeof (kstat_io_t); in __kstat_create()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c142 kstat_io_t *kip = ksp->ks_data; in kstat_sysctl_io()
292 ksp->ks_data_size = ks_ndata * sizeof (kstat_io_t); in __kstat_create()
516 kstat_waitq_enter(kstat_io_t *kiop) in kstat_waitq_enter()
532 kstat_waitq_exit(kstat_io_t *kiop) in kstat_waitq_exit()
547 kstat_runq_enter(kstat_io_t *kiop) in kstat_runq_enter()
563 kstat_runq_exit(kstat_io_t *kiop) in kstat_runq_exit()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Dzfs_context.h364 extern void kstat_waitq_enter(kstat_io_t *);
365 extern void kstat_waitq_exit(kstat_io_t *);
366 extern void kstat_runq_enter(kstat_io_t *);
367 extern void kstat_runq_exit(kstat_io_t *);
368 extern void kstat_waitq_to_runq(kstat_io_t *);
369 extern void kstat_runq_back_to_waitq(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()
156 kstat_waitq_exit(kstat_io_t *kiop) in kstat_waitq_exit()
161 kstat_runq_enter(kstat_io_t *kiop) in kstat_runq_enter()
166 kstat_runq_exit(kstat_io_t *kiop) in kstat_runq_exit()
171 kstat_waitq_to_runq(kstat_io_t *kiop) in kstat_waitq_to_runq()
176 kstat_runq_back_to_waitq(kstat_io_t *kiop) in kstat_runq_back_to_waitq()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dvdev_queue.c607 kstat_io_t *ksio = shk->kstat->ks_data; in vdev_queue_pending_remove()