Searched refs:aindex (Results 1 – 2 of 2) sorted by relevance
691 int i, aindex = 0; in hwmon_genattrs() local717 attrs[aindex++] = a; in hwmon_genattrs()720 return aindex; in hwmon_genattrs()726 int ret, i, aindex = 0, nattrs = 0; in __hwmon_create_attrs() local740 ret = hwmon_genattrs(drvdata, &attrs[aindex], chip->ops, in __hwmon_create_attrs()746 aindex += ret; in __hwmon_create_attrs()
796 int aindex = index / mem->area_nslabs; in swiotlb_release_slots() local797 struct io_tlb_area *area = &mem->areas[aindex]; in swiotlb_release_slots()806 BUG_ON(aindex >= mem->nareas); in swiotlb_release_slots()
Completed in 6 milliseconds