Searched refs:state_version (Results 1 – 5 of 5) sorted by relevance
579 let state_version = unsafe { vref_from_addr!(addr, state_version) }; in try_new() localVariable580 if state_version.load() != CRAS_SERVER_STATE_VERSION { in try_new()585 state_version.load(), in try_new()1221 state.state_version = CRAS_SERVER_STATE_VERSION; in cras_server_state()1243 state.state_version = CRAS_SERVER_STATE_VERSION - 1; in cras_server_state_old_version()1260 state.state_version = CRAS_SERVER_STATE_VERSION; in cras_server_sync_state_read()
588 uint32_t state_version; member
146 exp_state->state_version = CRAS_SERVER_STATE_VERSION; in cras_system_state_init()
2091 pub state_version: u32, field2143 unsafe { &(*(::std::ptr::null::<cras_server_state>())).state_version as *const _ as usize }, in bindgen_test_layout_cras_server_state()2149 stringify!(state_version) in bindgen_test_layout_cras_server_state()
1747 if (client->server_state->state_version != CRAS_SERVER_STATE_VERSION) { in client_attach_shm()