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

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c1196 uint32_t rem_count[255]; local
1222 memset(rem_count, '\0', sizeof(uint32_t) * 255);
1257 rem_count[rem_node_count]++;
1261 rem_count[indx]++;
1270 if (rem_count[i] < rem_min_count)
1271 rem_min_count = rem_count[i];
1272 if (rem_count[i] > rem_max_count)
1273 rem_max_count = rem_count[i];
1309 rem_node[i]->print_desc, rem_count[i]);
/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw.c527 int rem_count; local
565 rem_count=0;
568 rem_count++;
571 if (rem_count > 0) {
572 ocs_log_debug(hw->os, "removed %d items from io_wait_free list\n", rem_count);
575 rem_count=0;
578 rem_count++;
581 if (rem_count > 0) {
582 ocs_log_debug(hw->os, "removed %d items from io_inuse list\n", rem_count);
585 rem_count
[all...]

Completed in 178 milliseconds