| /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...] |
| zio.c | 2953 uint64_t size, boolean_t *slog) 2964 *slog = TRUE; 2970 *slog = FALSE; 3054 * - synchronous writes of user data to non-slog devices
|
| /src/sys/kern/ |
| kern_sysctl.c | 2391 sysctl_log_print(const struct sysctllog *slog) 2395 printf("root %p left %d size %d content", (const void *)slog->log_root, 2396 slog->log_left, slog->log_size); 2398 for (len = 0, i = slog->log_left; i < slog->log_size; i++) { 2402 printf(" version %d", slog->log_num[i]); 2406 printf(" type %d", slog->log_num[i]); 2409 len = slog->log_num[i]; 2410 printf(" len %d:", slog->log_num[i]) [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...] |
| /src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
| zio.h | 558 blkptr_t *old_bp, uint64_t size, boolean_t *slog);
|
| /src/external/bsd/zstd/dist/tests/ |
| playTests.sh | 891 $GREP -q -- "--zstd=wlog=[0-9]*,clog=[0-9]*,hlog=[0-9]*,slog=[0-9]*,mml=[0-9]*,tlen=[0-9]*,strat=[0-9]*" 897 println "Hello world!" | zstd --zstd=windowLog=21,slog - -o tmp.zst && die "wrong parameters not detected!" 902 roundTripTest -g512K " --zstd=strat=6,wlog=23,clog=23,hlog=22,slog=6"
|