Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/mm/
H A Dslub.c2177 unsigned long actual_tid = __this_cpu_read(s->cpu_slab->tid); in note_cmpxchg_failure() local
2182 if (tid_to_cpu(tid) != tid_to_cpu(actual_tid)) in note_cmpxchg_failure()
2184 tid_to_cpu(tid), tid_to_cpu(actual_tid)); in note_cmpxchg_failure()
2187 if (tid_to_event(tid) != tid_to_event(actual_tid)) in note_cmpxchg_failure()
2189 tid_to_event(tid), tid_to_event(actual_tid)); in note_cmpxchg_failure()
2192 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()