Searched refs:nr_masks (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/arm/mach-s3c/
H A Dwakeup-mask.h28 * @nr_masks: The number of entries pointed to buy @masks.
37 int nr_masks);
/linux-master/arch/s390/kernel/
H A Dtopology.c532 int i, nr_masks; local
534 nr_masks = info->mag[TOPOLOGY_NR_MAG - offset];
536 nr_masks *= info->mag[TOPOLOGY_NR_MAG - offset - 1 - i];
537 nr_masks = max(nr_masks, 1);
538 for (i = 0; i < nr_masks; i++) {

Completed in 89 milliseconds