Searched refs:setcount (Results 1 – 3 of 3) sorted by relevance
588 unsigned pagecount, pageidx, setcount = 0, i; in find_phys_blocks() local635 list[setcount].idx = pageidx; in find_phys_blocks()636 list[setcount].count = maxpages; in find_phys_blocks()639 setcount++; in find_phys_blocks()648 return setcount; in find_phys_blocks()
751 struct smt_p_setcount setcount ; /* Set Count mandatory */ member768 struct smt_p_setcount setcount ; /* Set Count mandatory */ member
98 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount);1044 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_config()1083 smt_fill_setcount(smc,&sif->setcount) ; /* set count */ in smt_send_sif_operation()1518 static void smt_fill_setcount(struct s_smc *smc, struct smt_p_setcount *setcount) in smt_fill_setcount() argument1521 SMTSETPARA(setcount,SMT_P_SETCOUNT) ; in smt_fill_setcount()1522 setcount->count = smc->mib.fddiSMTSetCount.count ; in smt_fill_setcount()1523 memcpy((char *)setcount->timestamp, in smt_fill_setcount()