Searched refs:qlist (Results 1 – 2 of 2) sorted by relevance
104 struct qlist_head qlist; member328 qlist_move_cache(q, &sq->qlist, cache); in __per_cpu_remove_cache()367 qlist_move_cache(&sq->qlist, &to_free, cache); in kasan_quarantine_remove_cache()
521 const struct tpacpi_quirk *qlist, in tpacpi_check_quirks() argument525 if ((qlist->vendor == thinkpad_id.vendor || in tpacpi_check_quirks()526 qlist->vendor == TPACPI_MATCH_ANY) && in tpacpi_check_quirks()527 (qlist->bios == thinkpad_id.bios_model || in tpacpi_check_quirks()528 qlist->bios == TPACPI_MATCH_ANY) && in tpacpi_check_quirks()529 (qlist->ec == thinkpad_id.ec_model || in tpacpi_check_quirks()530 qlist->ec == TPACPI_MATCH_ANY)) in tpacpi_check_quirks()531 return qlist->quirks; in tpacpi_check_quirks()534 qlist++; in tpacpi_check_quirks()