Searched refs:rem_count (Results 1 – 2 of 2) sorted by relevance
1196 uint32_t rem_count[255]; in lidbalance_check() local1222 memset(rem_count, '\0', sizeof(uint32_t) * 255); in lidbalance_check()1257 rem_count[rem_node_count]++; in lidbalance_check()1261 rem_count[indx]++; in lidbalance_check()1270 if (rem_count[i] < rem_min_count) in lidbalance_check()1271 rem_min_count = rem_count[i]; in lidbalance_check()1272 if (rem_count[i] > rem_max_count) in lidbalance_check()1273 rem_max_count = rem_count[i]; in lidbalance_check()1309 rem_node[i]->print_desc, rem_count[i]); in lidbalance_check()
540 int rem_count; in ocs_hw_init() local578 rem_count=0; in ocs_hw_init()581 rem_count++; in ocs_hw_init()584 if (rem_count > 0) { in ocs_hw_init()585 ocs_log_debug(hw->os, "removed %d items from io_wait_free list\n", rem_count); in ocs_hw_init()588 rem_count=0; in ocs_hw_init()591 rem_count++; in ocs_hw_init()594 if (rem_count > 0) { in ocs_hw_init()595 ocs_log_debug(hw->os, "removed %d items from io_inuse list\n", rem_count); in ocs_hw_init()598 rem_count=0; in ocs_hw_init()[all …]