Home
last modified time | relevance | path

Searched refs:alloc_cnt (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Drelocate.c478 size_t nelts, size, alloc_cnt; in ld_add_rel_cache() local
484 alloc_cnt = aplist_nitems(rcp->rc_list); in ld_add_rel_cache()
486 ((rcbp = rcp->rc_list->apl_data[alloc_cnt - 1]) != NULL) && in ld_add_rel_cache()
510 if ((alloc_cnt == 0) && (ofl->ofl_relocincnt > REL_CACHEBUF_ALLOC)) { in ld_add_rel_cache()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c9776 uint32_t max_cnt, alloc_cnt; in fcp_handle_port_attach() local
10099 alloc_cnt = FCP_MAX_DEVICES; in fcp_handle_port_attach()
10120 if (max_cnt > alloc_cnt) { in fcp_handle_port_attach()
10121 alloc_cnt = max_cnt; in fcp_handle_port_attach()
10157 kmem_free(tmp_list, sizeof (fc_portmap_t) * alloc_cnt); in fcp_handle_port_attach()
10233 kmem_free(tmp_list, sizeof (fc_portmap_t) * alloc_cnt); in fcp_handle_port_attach()
12160 uint32_t alloc_cnt; in fcp_handle_port_resume() local
12233 tmp_list = fcp_construct_map(pptr, &alloc_cnt); in fcp_handle_port_resume()
12235 if (!alloc_cnt) { in fcp_handle_port_resume()
12240 max_cnt = alloc_cnt; in fcp_handle_port_resume()
[all …]