HomeSort by: relevance | last modified time | path
    Searched defs:arc_read (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
arcmsr.c 122 static uint32_t arc_read(struct arc_softc *, bus_size_t);
168 #define arc_pop(_s) arc_read((_s), ARC_REG_REPLY_QUEUE)
337 intrstat = arc_read(sc, ARC_REG_INTRSTAT);
353 reg = arc_read(sc, ARC_REG_OUTB_DOORBELL);
1622 if (arc_read(sc, ARC_REG_OUTB_DOORBELL) != 0) {
1657 while ((reg = arc_read(sc, ARC_REG_OUTB_DOORBELL)) == 0)
1666 rwlen = arc_read(sc, ARC_REG_IOC_RBUF_LEN);
1932 arc_read(struct arc_softc *sc, bus_size_t r) function
1940 DNPRINTF(ARC_D_RW, "%s: arc_read 0x%lx 0x%08x\n",
1987 if ((arc_read(sc, r) & mask) == target
    [all...]
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
arc.c 79 * or 2) via one of the ARC lists. The arc_read() interface
2242 * in arc_read() when bringing a buffer out of the L2ARC. However, the
4436 * If this is reached via arc_read, the link is
4585 * the arc_read() will have kicked this off the list.
4845 arc_read(zio_t *pio, spa_t *spa, const blkptr_t *bp, arc_done_func_t *done, function
6337 * l2arc_feed_thread() arc_read()

Completed in 22 milliseconds