Searched refs:TT_CLIENT_ROAM (Results 1 – 2 of 2) sorted by relevance
239 tt_global_entry->common.flags |= TT_CLIENT_ROAM; in tt_local_add()338 TT_CLIENT_ROAM ? 'R' : '.'), in tt_local_seq_print_text()383 (roaming ? TT_CLIENT_ROAM : NO_FLAGS), message); in tt_local_remove()615 TT_CLIENT_ROAM ? 'R' : '.'), in tt_global_seq_print_text()673 tt_global_entry->common.flags |= TT_CLIENT_ROAM; in tt_global_del()748 if (!(tt_global_entry->common.flags & TT_CLIENT_ROAM)) in tt_global_roam_purge()877 if (tt_common_entry->flags & TT_CLIENT_ROAM) in tt_global_crc()1017 if (tt_common_entry->flags & TT_CLIENT_ROAM) in tt_global_valid_entry()1422 (tt_change + i)->flags & TT_CLIENT_ROAM); in _tt_update_changes()
86 TT_CLIENT_ROAM = 1 << 1, enumerator