Home
last modified time | relevance | path

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

/linux/mm/
H A Dslub.c425 unsigned int nr_full; member
3192 barn->nr_full++; in barn_put_full_sheaf()
3202 if (!data_race(barn->nr_full) && !data_race(barn->nr_empty)) in barn_get_full_or_empty_sheaf()
3207 if (barn->nr_full) { in barn_get_full_or_empty_sheaf()
3211 barn->nr_full--; in barn_get_full_or_empty_sheaf()
3236 if (!data_race(barn->nr_full)) in barn_replace_empty_sheaf()
3244 if (likely(barn->nr_full)) { in barn_replace_empty_sheaf()
3249 barn->nr_full--; in barn_replace_empty_sheaf()
3270 if (data_race(barn->nr_full) >= MAX_FULL_SHEAVES) in barn_replace_full_sheaf()
3286 barn->nr_full++; in barn_replace_full_sheaf()
[all …]