Searched refs:qlist (Results 1 – 2 of 2) sorted by relevance
105 struct qlist_head qlist; member340 qlist_move_cache(q, &sq->qlist, cache); in __per_cpu_remove_cache()383 qlist_move_cache(&sq->qlist, &to_free, cache); in kasan_quarantine_remove_cache()
528 const struct tpacpi_quirk *qlist, in tpacpi_check_quirks() argument532 if ((qlist->vendor == thinkpad_id.vendor || in tpacpi_check_quirks()533 qlist->vendor == TPACPI_MATCH_ANY) && in tpacpi_check_quirks()534 (qlist->bios == thinkpad_id.bios_model || in tpacpi_check_quirks()535 qlist->bios == TPACPI_MATCH_ANY) && in tpacpi_check_quirks()536 (qlist->ec == thinkpad_id.ec_model || in tpacpi_check_quirks()537 qlist->ec == TPACPI_MATCH_ANY)) in tpacpi_check_quirks()538 return qlist->quirks; in tpacpi_check_quirks()541 qlist++; in tpacpi_check_quirks()