Home
last modified time | relevance | path

Searched refs:check_count (Results 1 – 3 of 3) sorted by relevance

/src/contrib/ofed/opensm/opensm/
H A Dosm_switch.c269 uint32_t check_count; in osm_switch_recommend_path() local
398 check_count = in osm_switch_recommend_path()
440 if (check_count < least_paths_other_sys) { in osm_switch_recommend_path()
441 least_paths_other_sys = check_count; in osm_switch_recommend_path()
456 && check_count < least_paths_other_nodes) { in osm_switch_recommend_path()
457 least_paths_other_nodes = check_count; in osm_switch_recommend_path()
472 port_paths[port_paths_count].path_count = check_count; in osm_switch_recommend_path()
481 port_paths_total_paths += check_count; in osm_switch_recommend_path()
488 if (check_count < least_paths) { in osm_switch_recommend_path()
491 least_paths = check_count; in osm_switch_recommend_path()
[all …]
/src/crypto/openssl/ssl/quic/
H A Dquic_srtm.c509 static void check_count(SRTM_ITEM *item, void *arg) in check_count() function
548 lh_SRTM_ITEM_doall_arg(srtm->items_rev, check_count, &args); in ossl_quic_srtm_check()
562 lh_SRTM_ITEM_doall_arg(srtm->items_fwd, check_count, &args); in ossl_quic_srtm_check()
/src/sys/dev/ocs_fc/
H A Docs_scsi.c509 uint32_t check_count; /* count of blocks to check */ in ocs_scsi_dif_check_unknown() local
518 check_count = last_check_block - first_check_block; in ocs_scsi_dif_check_unknown()
521 blocksize, first_check_block, last_check_block, check_count); in ocs_scsi_dif_check_unknown()