Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
A Dhwmon.c803 int i, aindex = 0; in hwmon_genattrs() local
829 attrs[aindex++] = a; in hwmon_genattrs()
832 return aindex; in hwmon_genattrs()
838 int ret, i, aindex = 0, nattrs = 0; in __hwmon_create_attrs() local
852 ret = hwmon_genattrs(drvdata, &attrs[aindex], chip->ops, in __hwmon_create_attrs()
858 aindex += ret; in __hwmon_create_attrs()
/linux/kernel/dma/
A Dswiotlb.c1448 int index, nslots, aindex; in swiotlb_release_slots() local
1455 aindex = index / mem->area_nslabs; in swiotlb_release_slots()
1456 area = &mem->areas[aindex]; in swiotlb_release_slots()
1464 BUG_ON(aindex >= mem->nareas); in swiotlb_release_slots()

Completed in 11 milliseconds