Searched refs:qlist (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/s390/crypto/ |
| H A D | vfio_ap_ops.c | 36 static int vfio_ap_mdev_reset_qlist(struct list_head *qlist); 1000 struct list_head *qlist) in collect_queues_to_reset() argument 1008 list_add_tail(&q->reset_qnode, qlist); in collect_queues_to_reset() 1015 struct list_head qlist; in reset_queues_for_apid() local 1017 INIT_LIST_HEAD(&qlist); in reset_queues_for_apid() 1018 collect_queues_to_reset(matrix_mdev, apid, &qlist); in reset_queues_for_apid() 1019 vfio_ap_mdev_reset_qlist(&qlist); in reset_queues_for_apid() 1025 struct list_head qlist; in reset_queues_for_apids() local 1031 INIT_LIST_HEAD(&qlist); in reset_queues_for_apids() 1034 collect_queues_to_reset(matrix_mdev, apid, &qlist); in reset_queues_for_apids() [all …]
|
| /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 | 215 qlist); in ptp_clock_release() 216 list_del(&tsevq->qlist); in ptp_clock_release() 352 list_add_tail(&queue->qlist, &ptp->tsevqs); in ptp_clock_register() 478 list_del(&queue->qlist); in ptp_clock_register() 549 list_for_each_entry(tsevq, &ptp->tsevqs, qlist) { in ptp_clock_event()
|
| H A D | ptp_chardev.c | 150 list_add_tail(&queue->qlist, &ptp->tsevqs); in ptp_open() 175 list_del(&queue->qlist); in ptp_release()
|
| 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() 224 nvme_pci_quirk_list = qlist; in quirks_param_set() 228 kfree(qlist); in quirks_param_set()
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 545 const struct tpacpi_quirk *qlist, in tpacpi_check_quirks() argument 549 if ((qlist->vendor == thinkpad_id.vendor || in tpacpi_check_quirks() 550 qlist->vendor == TPACPI_MATCH_ANY) && in tpacpi_check_quirks() 551 (qlist->bios == thinkpad_id.bios_model || in tpacpi_check_quirks() 552 qlist->bios == TPACPI_MATCH_ANY) && in tpacpi_check_quirks() 553 (qlist->ec == thinkpad_id.ec_model || in tpacpi_check_quirks() 554 qlist->ec == TPACPI_MATCH_ANY)) in tpacpi_check_quirks() 555 return qlist->quirks; in tpacpi_check_quirks() 558 qlist++; in tpacpi_check_quirks()
|