Searched refs:qlist (Results 1 – 5 of 5) sorted by relevance
| /linux/mm/kasan/ |
| H A D | quarantine.c | 106 struct qlist_head qlist; member 322 qlist_move_cache(q, &sq->qlist, cache); in __per_cpu_remove_cache() 361 qlist_move_cache(&sq->qlist, &to_free, cache); in kasan_quarantine_remove_cache()
|
| /linux/drivers/ptp/ |
| H A D | ptp_clock.c | 227 qlist); in ptp_clock_release() 228 list_del(&tsevq->qlist); in ptp_clock_release() 364 list_add_tail(&queue->qlist, &ptp->tsevqs); in ptp_clock_register() 490 list_del(&queue->qlist); in ptp_clock_register() 561 list_for_each_entry(tsevq, &ptp->tsevqs, qlist) { in ptp_clock_event()
|
| H A D | ptp_sysfs.c | 89 qlist); in extts_fifo_show()
|
| /linux/drivers/nvme/host/ |
| H A D | pci.c | 184 struct quirk_entry *qlist; in quirks_param_set() local 204 qlist = kcalloc(count, sizeof(*qlist), GFP_KERNEL); in quirks_param_set() 205 if (!qlist) { in quirks_param_set() 213 if (nvme_parse_quirk_entry(field, &qlist[i])) { in quirks_param_set() 225 nvme_pci_quirk_list = qlist; in quirks_param_set() 229 kfree(qlist); in quirks_param_set()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 550 const struct tpacpi_quirk *qlist, in tpacpi_check_quirks() argument 554 if ((qlist->vendor == thinkpad_id.vendor || in tpacpi_check_quirks() 555 qlist->vendor == TPACPI_MATCH_ANY) && in tpacpi_check_quirks() 556 (qlist->bios == thinkpad_id.bios_model || in tpacpi_check_quirks() 557 qlist->bios == TPACPI_MATCH_ANY) && in tpacpi_check_quirks() 558 (qlist->ec == thinkpad_id.ec_model || in tpacpi_check_quirks() 559 qlist->ec == TPACPI_MATCH_ANY)) in tpacpi_check_quirks() 560 return qlist->quirks; in tpacpi_check_quirks() 563 qlist++; in tpacpi_check_quirks()
|