Home
last modified time | relevance | path

Searched refs:current_version (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/arch/riscv/mm/
Dcontext.c26 static atomic_long_t current_version; variable
98 unsigned long asid, ver = atomic_long_read(&current_version); in __new_context()
130 ver = atomic_long_add_return_relaxed(BIT(SATP_ASID_BITS), &current_version); in __new_context()
170 (cntx2version(cntx) == atomic_long_read(&current_version)) && in set_mm_asid()
179 if (cntx2version(cntx) != atomic_long_read(&current_version)) { in set_mm_asid()
256 atomic_long_set(&current_version, BIT(SATP_ASID_BITS)); in asids_init()
/linux-6.12.1/drivers/s390/scsi/
Dzfcp_fsf.h235 u32 current_version; member
Dzfcp_fsf.c250 u32 version = sr_buf->payload.version_change.current_version; in zfcp_fsf_status_read_version_change()
/linux-6.12.1/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_minidump.c1416 u32 prev_version, current_version; in qlcnic_83xx_get_minidump_template() local
1424 current_version = qlcnic_83xx_get_fw_version(adapter); in qlcnic_83xx_get_minidump_template()
1426 if (fw_dump->tmpl_hdr == NULL || current_version > prev_version) { in qlcnic_83xx_get_minidump_template()