Home
last modified time | relevance | path

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

/linux-6.15/mm/
H A Dslub.c2995 #define TID_STEP roundup_pow_of_two(CONFIG_NR_CPUS) macro
3001 #define TID_STEP 1 macro
3006 return tid + TID_STEP; in next_tid()
3012 return tid % TID_STEP; in tid_to_cpu()
3017 return tid / TID_STEP; in tid_to_event()