Home
last modified time | relevance | path

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

/linux/arch/riscv/mm/
H A Dcontext.c26 static atomic_long_t current_version;
44 * (i.e. the same CONTEXT in the current_version) but we can't in check_update_reserved_context()
98 unsigned long asid, ver = atomic_long_read(&current_version); in __new_context()
123 * current_version and flush all ASIDs. in __new_context()
129 /* We're out of ASIDs, so increment current_version */ in __new_context()
130 ver = atomic_long_add_return_relaxed(BIT(SATP_ASID_BITS), &current_version); in __new_context()
154 * current_version, then we update the active_context entry with a in set_mm_asid()
170 (cntx2version(cntx) == atomic_long_read(&current_version)) && in set_mm_asid()
177 /* Check that our ASID belongs to the current_version. */ in set_mm_asid()
179 if (cntx2version(cntx) != atomic_long_read(&current_version)) { in set_mm_asid()
27 static atomic_long_t current_version; global() variable
[all...]
/linux/drivers/s390/scsi/
H A Dzfcp_fsf.h235 u32 current_version; member
H A Dzfcp_fsf.c250 u32 version = sr_buf->payload.version_change.current_version; in zfcp_fsf_status_read_version_change()
/linux/drivers/net/ethernet/qlogic/qlcnic/
H A 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()