/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | vdev_queue.c | 487 zio_t *first, *last, *aio, *dio, *mandatory, *nio; in vdev_queue_aggregate() local 561 zio_t *nio = last; in vdev_queue_aggregate() local 562 while ((dio = AVL_NEXT(t, nio)) != NULL && in vdev_queue_aggregate() 563 IO_GAP(nio, dio) == 0 && in vdev_queue_aggregate() 565 nio = dio; in vdev_queue_aggregate() 566 if (!(nio->io_flags & ZIO_FLAG_OPTIONAL)) { in vdev_queue_aggregate() 597 nio = first; in vdev_queue_aggregate() 599 dio = nio; in vdev_queue_aggregate() 600 nio = AVL_NEXT(t, dio); in vdev_queue_aggregate() 686 zio_t *nio; in vdev_queue_io() local [all …]
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 2094 #define IS_ADJACENT(io, nio) \ argument 2095 (((io)->io_lblkno + (io)->nblocks == (nio)->io_lblkno) && \ 2096 (io)->bp->b_edev == (nio)->bp->b_edev) 2122 struct hio *fio, *nio, *tio, *prev, *last; in hsched_invoke_strategy() local 2197 nio = AVL_NEXT(&hqueue->read_tree, fio); in hsched_invoke_strategy() 2199 while (nio != NULL && IS_ADJACENT(tio, nio) && in hsched_invoke_strategy() 2203 tio->contig_chain = nio; in hsched_invoke_strategy() 2204 bsize += ldbtob(nio->nblocks); in hsched_invoke_strategy() 2206 tio = nio; in hsched_invoke_strategy() 2220 nio = AVL_NEXT(&hqueue->read_tree, nio); in hsched_invoke_strategy() [all …]
|
/titanic_44/usr/src/lib/fm/topo/modules/sun4v/hostbridge/ |
H A D | hb_mdesc.c | 83 int id, nnode, nio, nrcs; in hb_rc_init() local 95 nio = md_scan_dag(mdp, in hb_rc_init() 100 if (nio <= 0) { in hb_rc_init() 105 topo_mod_dprintf(mod, "Found %d %s nodes\n", nio, MD_STR_IODEVICE); in hb_rc_init() 107 for (i = 0, nrcs = 0; i < nio; i++) { in hb_rc_init() 133 for (i = 0, nrcs = 0; i < nio; i++) { in hb_rc_init()
|
/titanic_44/usr/src/cmd/sa/ |
H A D | sar.c | 769 iodevinfo_t *nio, *oio, *aio, *dio; in update_counters() local 783 nio = nxio; in update_counters() 789 = nio->kios.wlastupdate - oio->kios.wlastupdate; in update_counters() 791 = nio->kios.reads - oio->kios.reads; in update_counters() 793 = nio->kios.writes - oio->kios.writes; in update_counters() 795 = nio->kios.nread - oio->kios.nread; in update_counters() 797 = nio->kios.nwritten - oio->kios.nwritten; in update_counters() 799 = nio->kios.wlentime - oio->kios.wlentime; in update_counters() 801 = nio->kios.rlentime - oio->kios.rlentime; in update_counters() 803 = nio->kios.wtime - oio->kios.wtime; in update_counters() [all …]
|
/titanic_44/usr/src/uts/sun4v/os/ |
H A D | fillsysinfo.c | 1118 int nio; in plat_ioaliases_init() local 1128 nio = md_alloc_scan_dag(mdp, md_root_node(mdp), in plat_ioaliases_init() 1133 if (nio < 1) { in plat_ioaliases_init() 1137 if (nio > 1) { in plat_ioaliases_init() 1145 nio = md_alloc_scan_dag(mdp, alinode, "ioalias", "fwd", &ionodes); in plat_ioaliases_init() 1146 if (nio <= 0) { in plat_ioaliases_init() 1151 plat_num_ioaliases = nio; in plat_ioaliases_init() 1152 plat_ioaliases = pali = kmem_zalloc(nio * sizeof (plat_alias_t), in plat_ioaliases_init() 1159 for (i = 0; i < nio; i++) { in plat_ioaliases_init()
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | isa.c | 372 uint_t nio = 0, nmem = 0, nrng = 0, n; in isa_create_ranges_prop() local 382 DDI_PROP_DONTPASS, "io-space", &ioarray, &nio); in isa_create_ranges_prop() 395 n = (nio + nmem) / USED_CELL_SIZE; in isa_create_ranges_prop() 399 if (nio != 0) { in isa_create_ranges_prop() 400 nrng = isa_used_to_ranges(ISA_ADDR_IO, ioarray, nio, ranges); in isa_create_ranges_prop() 401 isa_remove_res_from_pci(ISA_ADDR_IO, ioarray, nio); in isa_create_ranges_prop()
|
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/ |
H A D | SystemSolver.java | 32 import java.nio.*; 33 import java.nio.channels.*;
|