Searched refs:thtype (Results 1 – 2 of 2) sorted by relevance
175 def dl_set(self, dlname, size, thtype): argument178 size, thtype))198 (size, thtype) = vp.get_value(pool)201 pool.dl_set(dlname, size, thtype)208 if pool["thtype"] != thtype:209 … err_msg = "Incorrect pool threshold type (got {}, expected {})".format(pool["thtype"], thtype)
195 local thtype=$1; shift198 devlink sb pool set "$DEVLINK_DEV" pool $pool size $size thtype $thtype211 size ${orig[0]} thtype ${orig[1]}