Lines Matching refs:pkeys_total
52 int *pkeys_total = (int *) data;
61 *pkeys_total = be32_to_cpu(prop[0]);
68 int pkeys_total = 0;
76 ret = of_scan_flat_dt(dt_scan_storage_keys, &pkeys_total);
88 pkeys_total = 32;
96 pkeys_total = min_t(int, pkeys_total,
98 return pkeys_total;
103 int pkeys_total, i;
128 pkeys_total = scan_pkey_feature();
129 if (!pkeys_total)
151 num_pkey = min(8, pkeys_total);
153 num_pkey = pkeys_total;