Lines Matching defs:num_nids
132 * num_nids is the number of real pins
133 * In the above example, num_nids is 3
135 int num_nids;
1372 * platforms (with maximum of 'num_nids + dev_num - 1')
1381 * per_pin of m!=0 prefers to get pcm=(num_nids + (m - 1)).
1388 i = spec->num_nids + (per_pin->dev_id - 1);
1393 /* have a second try; check the area over num_nids */
1394 for (i = spec->num_nids; i < spec->pcm_used; i++) {
1915 per_pin->pin_nid_idx = spec->num_nids;
1924 spec->num_nids++;
2286 pcm_num = spec->num_nids;
2288 pcm_num = spec->num_nids + spec->dev_num - 1;