Searched refs:max_changes (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ofed/opensm/opensm/
H A Dosm_torus.c309 unsigned max_changes; member in struct:torus
1047 t->max_changes = DEFAULT_MAX_CHANGES;
1108 } else if (strcmp("max_changes", keyword) == 0) {
1109 kw_success = parse_unsigned(&t->max_changes, parse_sep);
7542 unsigned max_changes = nt->max_changes; local
7586 if (cnt > max_changes) {

Completed in 102 milliseconds