Home
last modified time | relevance | path

Searched refs:last_io_time (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/scsi/lpfc/
Dlpfc_scsi.c5382 lta = per_cpu_ptr(vmp->last_io_time, raw_smp_processor_id()); in lpfc_vmid_update_entry()
5501 if (!vmp->last_io_time) in lpfc_vmid_get_appid()
5502 vmp->last_io_time = __alloc_percpu(sizeof(u64), in lpfc_vmid_get_appid()
5505 if (!vmp->last_io_time) { in lpfc_vmid_get_appid()
5528 free_percpu(vmp->last_io_time); in lpfc_vmid_get_appid()
Dlpfc.h340 u64 __percpu *last_io_time; member
Dlpfc_hbadisc.c267 lta = per_cpu_ptr(vmp->last_io_time, cpu); in lpfc_check_inactive_vmid_one()
299 free_percpu(ht->last_io_time); in lpfc_check_inactive_vmid_one()
300 ht->last_io_time = NULL; in lpfc_check_inactive_vmid_one()