Lines Matching refs:pkeys_total
57 int *pkeys_total = (int *) data;
66 *pkeys_total = be32_to_cpu(prop[0]);
73 int pkeys_total = 0;
81 ret = of_scan_flat_dt(dt_scan_storage_keys, &pkeys_total);
93 pkeys_total = 32;
102 pkeys_total = min_t(int, pkeys_total,
105 return pkeys_total;
110 int pkeys_total, i;
136 pkeys_total = scan_pkey_feature();
137 if (!pkeys_total)
159 num_pkey = min(8, pkeys_total);
161 num_pkey = pkeys_total;