Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/mm/
H A Dslub.c2126 unsigned long actual_tid = __this_cpu_read(s->cpu_slab->tid); in note_cmpxchg_failure() local
2131 if (tid_to_cpu(tid) != tid_to_cpu(actual_tid)) in note_cmpxchg_failure()
2133 tid_to_cpu(tid), tid_to_cpu(actual_tid)); in note_cmpxchg_failure()
2136 if (tid_to_event(tid) != tid_to_event(actual_tid)) in note_cmpxchg_failure()
2138 tid_to_event(tid), tid_to_event(actual_tid)); in note_cmpxchg_failure()
2141 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()
/kernel/linux/linux-6.6/mm/
H A Dslub.c2454 unsigned long actual_tid = __this_cpu_read(s->cpu_slab->tid); in note_cmpxchg_failure() local
2459 if (tid_to_cpu(tid) != tid_to_cpu(actual_tid)) in note_cmpxchg_failure()
2461 tid_to_cpu(tid), tid_to_cpu(actual_tid)); in note_cmpxchg_failure()
2464 if (tid_to_event(tid) != tid_to_event(actual_tid)) in note_cmpxchg_failure()
2466 tid_to_event(tid), tid_to_event(actual_tid)); in note_cmpxchg_failure()
2469 actual_tid, tid, next_tid(tid)); in note_cmpxchg_failure()

Completed in 16 milliseconds