Home
last modified time | relevance | path

Searched refs:temp_inactive_list (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Draid5.h508 struct list_head temp_inactive_list[NR_STRIPE_HASH_LOCKS]; member
678 struct list_head temp_inactive_list[NR_STRIPE_HASH_LOCKS]; member
H A Draid5.c213 struct list_head *temp_inactive_list) in do_release_stripe()
272 list_add_tail(&sh->lru, temp_inactive_list); in do_release_stripe()
276 list_add_tail(&sh->lru, temp_inactive_list); in do_release_stripe()
298 struct list_head *temp_inactive_list) in __release_stripe()
301 do_release_stripe(conf, sh, temp_inactive_list); in __release_stripe()
307 * Be careful: Only one task can add/delete stripes from temp_inactive_list at
312 struct list_head *temp_inactive_list, in release_inactive_stripe_list()
325 struct list_head *list = &temp_inactive_list[size - 1]; in release_inactive_stripe_list()
355 struct list_head *temp_inactive_list) in release_stripe_list()
375 __release_stripe(conf, sh, &temp_inactive_list[has in release_stripe_list()
212 do_release_stripe(struct r5conf *conf, struct stripe_head *sh, struct list_head *temp_inactive_list) do_release_stripe() argument
297 __release_stripe(struct r5conf *conf, struct stripe_head *sh, struct list_head *temp_inactive_list) __release_stripe() argument
311 release_inactive_stripe_list(struct r5conf *conf, struct list_head *temp_inactive_list, int hash) release_inactive_stripe_list() argument
354 release_stripe_list(struct r5conf *conf, struct list_head *temp_inactive_list) release_stripe_list() argument
5287 activate_bit_delay(struct r5conf *conf, struct list_head *temp_inactive_list) activate_bit_delay() argument
5607 struct list_head temp_inactive_list[NR_STRIPE_HASH_LOCKS]; global() member
[all...]
/kernel/linux/linux-6.6/drivers/md/
H A Draid5.h510 struct list_head temp_inactive_list[NR_STRIPE_HASH_LOCKS]; member
683 struct list_head temp_inactive_list[NR_STRIPE_HASH_LOCKS]; member
H A Draid5.c221 struct list_head *temp_inactive_list)
281 list_add_tail(&sh->lru, temp_inactive_list);
285 list_add_tail(&sh->lru, temp_inactive_list);
307 struct list_head *temp_inactive_list)
311 do_release_stripe(conf, sh, temp_inactive_list);
317 * Be careful: Only one task can add/delete stripes from temp_inactive_list at
322 struct list_head *temp_inactive_list, in release_inactive_stripe_list()
335 struct list_head *list = &temp_inactive_list[size - 1]; in release_inactive_stripe_list()
364 struct list_head *temp_inactive_list)
385 __release_stripe(conf, sh, &temp_inactive_list[has in llist_for_each_entry_safe()
321 release_inactive_stripe_list(struct r5conf *conf, struct list_head *temp_inactive_list, int hash) release_inactive_stripe_list() argument
5712 struct list_head temp_inactive_list[NR_STRIPE_HASH_LOCKS]; global() member
[all...]

Completed in 14 milliseconds