Lines Matching refs:aqm
331 return ap_test_config(ap_qci_info->aqm, domain);
832 test_bit_inv(queue, ap_perms.aqm);
873 test_bit_inv(queue, ap_perms.aqm))
885 * @aqm: a bitmap specifying a set of APQIs comprising the APQNs to check
893 unsigned long *aqm)
901 if (test_bit_inv(queue, aqm) &&
902 test_bit_inv(queue, ap_perms.aqm))
929 test_bit_inv(queue, ap_perms.aqm);
1195 !test_bit_inv(domain, ap_perms.aqm))
1230 ap_qci_info->aqm[0], ap_qci_info->aqm[1],
1231 ap_qci_info->aqm[2], ap_qci_info->aqm[3],
1232 ap_qci_info->aqm[4], ap_qci_info->aqm[5],
1233 ap_qci_info->aqm[6], ap_qci_info->aqm[7]);
1380 rc = ap_drv->in_use(newapm, ap_perms.aqm);
1451 ap_perms.aqm[0], ap_perms.aqm[1],
1452 ap_perms.aqm[2], ap_perms.aqm[3]);
1492 if (bitmap_andnot(reserved, newaqm, ap_perms.aqm, AP_DOMAINS)) {
1499 memcpy(ap_perms.aqm, newaqm, AQMASKSIZE);
1513 rc = ap_parse_bitmap_str(buf, ap_perms.aqm, AP_DOMAINS, newaqm);
1517 changes = memcmp(ap_perms.aqm, newaqm, APMASKSIZE);
1644 !test_bit_inv(dom, ap_perms.aqm))
2212 memset(&ap_perms.aqm, 0xFF, sizeof(ap_perms.aqm));
2221 /* aqm kernel parameter string */
2223 memset(&ap_perms.aqm, 0, sizeof(ap_perms.aqm));
2224 ap_parse_mask_str(aqm_str, ap_perms.aqm, AP_DOMAINS,
2259 !test_bit_inv(ap_domain_index, ap_perms.aqm))) {