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

  /src/sys/dev/
led.c 48 struct sysctllog *slog; member in struct:led_device
151 error = sysctl_createv(&led->slog, 0, NULL, &node,
156 error = sysctl_createv(&led->slog, 0, &node, NULL,
184 sysctl_teardown(&led->slog);
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zil.c 91 * Limit SLOG write size per commit executed with synchronous priority.
93 * limit potential SLOG device abuse by single active ZIL writer.
97 &zil_slog_limit, 0, "Maximal SLOG commit size with sync priority");
458 zil_alloc_lwb(zilog_t *zilog, blkptr_t *bp, boolean_t slog, uint64_t txg)
465 lwb->lwb_slog = slog;
549 boolean_t slog = FALSE; local
578 ZIL_MIN_BLKSZ, &slog);
588 lwb = zil_alloc_lwb(zilog, &blk, slog, txg);
948 * allocate SPA_OLD_MAXBLOCKSIZE as the slog space could be exhausted.
972 boolean_t slog; local
    [all...]
  /src/sys/net/lagg/
if_lagg.c 809 struct sysctllog **slog; local
814 slog = &sc->sc_sysctllog;
818 error = sysctl_createv(slog, 0, NULL, rnode,
825 error = sysctl_createv(slog, 0, rnode, &hashnode,
832 error = sysctl_createv(slog, 0, &hashnode, NULL,
839 error = sysctl_createv(slog, 0, &hashnode, NULL,
846 error = sysctl_createv(slog, 0, &hashnode, NULL,
853 error = sysctl_createv(slog, 0, &hashnode, NULL,
860 error = sysctl_createv(slog, 0, &hashnode, NULL,
867 sysctl_teardown(slog);
    [all...]

Completed in 26 milliseconds