Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/block/
H A Dblk-cgroup.h99 struct blkcg_gq __rcu *blkg_hint; member
255 blkg = rcu_dereference_check(blkcg->blkg_hint, in blkg_lookup()
H A Dblk-cgroup.c488 blkg != rcu_dereference(blkcg->blkg_hint)) in blkg_lookup_create()
489 rcu_assign_pointer(blkcg->blkg_hint, blkg); in blkg_lookup_create()
565 if (rcu_access_pointer(blkcg->blkg_hint) == blkg) in blkg_destroy()
566 rcu_assign_pointer(blkcg->blkg_hint, NULL); in blkg_destroy()
/kernel/linux/linux-5.10/include/linux/
H A Dblk-cgroup.h53 struct blkcg_gq __rcu *blkg_hint; member
336 blkg = rcu_dereference(blkcg->blkg_hint); in __blkg_lookup()
/kernel/linux/linux-5.10/block/
H A Dblk-cgroup.c218 rcu_assign_pointer(blkcg->blkg_hint, blkg); in blkg_lookup_slowpath()
407 if (rcu_access_pointer(blkcg->blkg_hint) == blkg) in blkg_destroy()
408 rcu_assign_pointer(blkcg->blkg_hint, NULL); in blkg_destroy()

Completed in 9 milliseconds