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
3137 barn->nr_full++; in barn_put_full_sheaf()
3147 if (!data_race(barn->nr_full) && !data_race(barn->nr_empty)) in barn_get_full_or_empty_sheaf()
3152 if (barn->nr_full) { in barn_get_full_or_empty_sheaf()
3156 barn->nr_full--; in barn_get_full_or_empty_sheaf()
3181 if (!data_race(barn->nr_full)) in barn_replace_empty_sheaf()
3189 if (likely(barn->nr_full)) { in barn_replace_empty_sheaf()
3194 barn->nr_full--; in barn_replace_empty_sheaf()
3215 if (data_race(barn->nr_full) >= MAX_FULL_SHEAVES) in barn_replace_full_sheaf()
3231 barn->nr_full++; in barn_replace_full_sheaf()
[all …]