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

  /src/sys/dev/dm/
dm_target_flakey.c 49 int up_int; member in struct:target_flakey_config
153 tfc->up_int = atoi64(argv[2]);
157 if ((tfc->up_int + tfc->down_int) == 0) {
163 if (tfc->up_int + tfc->down_int < tfc->up_int) {
286 tfc->up_int, tfc->down_int,
319 if (elapsed % (tfc->up_int + tfc->down_int) >= tfc->up_int) {

Completed in 12 milliseconds