Lines Matching defs:aqm
323 return ap_test_config(ap_qci_info->aqm, domain);
860 test_bit_inv(queue, ap_perms.aqm);
900 test_bit_inv(queue, ap_perms.aqm))
912 * @aqm: a bitmap specifying a set of APQIs comprising the APQNs to check
920 unsigned long *aqm)
928 if (test_bit_inv(queue, aqm) &&
929 test_bit_inv(queue, ap_perms.aqm))
956 test_bit_inv(queue, ap_perms.aqm);
1279 !test_bit_inv(domain, ap_perms.aqm))
1314 ap_qci_info->aqm[0], ap_qci_info->aqm[1],
1315 ap_qci_info->aqm[2], ap_qci_info->aqm[3],
1316 ap_qci_info->aqm[4], ap_qci_info->aqm[5],
1317 ap_qci_info->aqm[6], ap_qci_info->aqm[7]);
1464 rc = ap_drv->in_use(newapm, ap_perms.aqm);
1535 ap_perms.aqm[0], ap_perms.aqm[1],
1536 ap_perms.aqm[2], ap_perms.aqm[3]);
1576 if (bitmap_andnot(reserved, newaqm, ap_perms.aqm, AP_DOMAINS)) {
1583 memcpy(ap_perms.aqm, newaqm, AQMASKSIZE);
1597 rc = ap_parse_bitmap_str(buf, ap_perms.aqm, AP_DOMAINS, newaqm);
1601 changes = memcmp(ap_perms.aqm, newaqm, APMASKSIZE);
1728 !test_bit_inv(dom, ap_perms.aqm))
2253 * new domain in the aqm mask is showing up. Existing domains or
2263 bitmap_andnot(m, (unsigned long *)ap_qci_info->aqm,
2264 (unsigned long *)ap_qci_info_old->aqm, AP_DOMAINS);
2461 memset(&ap_perms.aqm, 0xFF, sizeof(ap_perms.aqm));
2470 /* aqm kernel parameter string */
2472 memset(&ap_perms.aqm, 0, sizeof(ap_perms.aqm));
2473 ap_parse_mask_str(aqm_str, ap_perms.aqm, AP_DOMAINS,
2516 !test_bit_inv(ap_domain_index, ap_perms.aqm))) {