Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dslub.c1925 #define TID_STEP roundup_pow_of_two(CONFIG_NR_CPUS) macro
1931 #define TID_STEP 1 macro
1936 return tid + TID_STEP; in next_tid()
1941 return tid % TID_STEP; in tid_to_cpu()
1946 return tid / TID_STEP; in tid_to_event()