Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A Ddm_target_flakey.c49 int up_int; member
153 tfc->up_int = atoi64(argv[2]); in dm_target_flakey_init()
157 if ((tfc->up_int + tfc->down_int) == 0) { in dm_target_flakey_init()
163 if (tfc->up_int + tfc->down_int < tfc->up_int) { in dm_target_flakey_init()
286 tfc->up_int, tfc->down_int, in dm_target_flakey_table()
319 if (elapsed % (tfc->up_int + tfc->down_int) >= tfc->up_int) {