Home
last modified time | relevance | path

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

/drivers/scsi/cxlflash/
Dvlun.c516 u32 ngrps, ngrps_old; in grow_lxt() local
541 ngrps = LXT_NUM_GROUPS(rhte->lxt_cnt + delta); in grow_lxt()
543 if (ngrps != ngrps_old) { in grow_lxt()
545 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in grow_lxt()
631 u32 ngrps, ngrps_old; in shrink_lxt() local
639 ngrps = LXT_NUM_GROUPS(rhte->lxt_cnt - delta); in shrink_lxt()
641 if (ngrps != ngrps_old) { in shrink_lxt()
643 if (ngrps) { in shrink_lxt()
644 lxt = kzalloc((sizeof(*lxt) * LXT_GROUP_SIZE * ngrps), in shrink_lxt()
1051 u32 ngrps; in clone_lxt() local
[all …]
/drivers/pinctrl/
Dpinctrl-st.c943 unsigned selector, const char * const **grps, unsigned * const ngrps) in st_pmx_get_groups() argument
947 *ngrps = info->functions[selector].ngroups; in st_pmx_get_groups()