Searched refs:krwp (Results 1 – 1 of 1) sorted by relevance
3441 struct kfree_rcu_cpu_work *krwp; in kfree_rcu_work() local3445 krwp = container_of(to_rcu_work(work), in kfree_rcu_work()3447 krcp = krwp->krcp; in kfree_rcu_work()3452 list_replace_init(&krwp->bulk_head_free[i], &bulk_head[i]); in kfree_rcu_work()3455 head = krwp->head_free; in kfree_rcu_work()3456 krwp->head_free = NULL; in kfree_rcu_work()3457 head_gp_snap = krwp->head_free_gp_snap; in kfree_rcu_work()3491 need_wait_for_krwp_work(struct kfree_rcu_cpu_work *krwp) in need_wait_for_krwp_work() argument3496 if (!list_empty(&krwp->bulk_head_free[i])) in need_wait_for_krwp_work()3499 return !!krwp->head_free; in need_wait_for_krwp_work()[all …]