Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c400 unsigned int nr_full; member
3123 barn->nr_full++; in barn_put_full_sheaf()
3133 if (!data_race(barn->nr_full) && !data_race(barn->nr_empty)) in barn_get_full_or_empty_sheaf()
3138 if (barn->nr_full) { in barn_get_full_or_empty_sheaf()
3142 barn->nr_full--; in barn_get_full_or_empty_sheaf()
3167 if (!data_race(barn->nr_full)) in barn_replace_empty_sheaf()
3175 if (likely(barn->nr_full)) { in barn_replace_empty_sheaf()
3180 barn->nr_full--; in barn_replace_empty_sheaf()
3201 if (data_race(barn->nr_full) >= MAX_FULL_SHEAVES) in barn_replace_full_sheaf()
3217 barn->nr_full++; in barn_replace_full_sheaf()
[all …]