Searched refs:krwp (Results 1 – 1 of 1) sorted by relevance
1557 struct kfree_rcu_cpu_work *krwp; in kfree_rcu_work() local1561 krwp = container_of(to_rcu_work(work), in kfree_rcu_work()1563 krcp = krwp->krcp; in kfree_rcu_work()1568 list_replace_init(&krwp->bulk_head_free[i], &bulk_head[i]); in kfree_rcu_work()1571 head = krwp->head_free; in kfree_rcu_work()1572 krwp->head_free = NULL; in kfree_rcu_work()1573 head_gp_snap = krwp->head_free_gp_snap; in kfree_rcu_work()1626 need_wait_for_krwp_work(struct kfree_rcu_cpu_work *krwp) in need_wait_for_krwp_work() argument1631 if (!list_empty(&krwp->bulk_head_free[i])) in need_wait_for_krwp_work()1634 return !!krwp->head_free; in need_wait_for_krwp_work()[all …]