Searched refs:ndevices (Results 1 - 3 of 3) sorted by relevance

/linux-master/lib/
H A Dtest_hmm.c1506 int ndevices = 0; local
1514 dmirror_devices[ndevices++].zone_device_type =
1516 dmirror_devices[ndevices++].zone_device_type =
1519 dmirror_devices[ndevices++].zone_device_type =
1521 dmirror_devices[ndevices++].zone_device_type =
1524 for (id = 0; id < ndevices; id++) {
/linux-master/drivers/scsi/
H A Dhpsa.h217 int ndevices; /* number of used elements in .dev[] array. */ member in struct:ctlr_info
H A Dhpsa.c1213 for (i = 0; i < h->ndevices; i++) {
1289 int n = h->ndevices;
1349 h->ndevices++;
1455 for (i = entry; i < h->ndevices-1; i++)
1457 h->ndevices--;
1481 for (i = 0; i < h->ndevices; i++) {
1483 for (j = i; j < h->ndevices-1; j++)
1485 h->ndevices--;
1702 struct hpsa_scsi_dev_t *dev[], int ndevices,
1727 for (j = 0; j < ndevices;
1701 hpsa_figure_phys_disk_ptrs(struct ctlr_info *h, struct hpsa_scsi_dev_t *dev[], int ndevices, struct hpsa_scsi_dev_t *logical_drive) argument
1776 hpsa_update_log_drive_phys_drive_ptrs(struct ctlr_info *h, struct hpsa_scsi_dev_t *dev[], int ndevices) argument
[all...]

Completed in 335 milliseconds