Searched refs:srcu_work (Results 1 – 2 of 2) sorted by relevance
48 INIT_WORK(&sp->srcu_work, srcu_drive_gp); in init_srcu_struct_fields()93 WARN_ON(work_pending(&sp->srcu_work)); in _cleanup_srcu_struct()95 flush_work(&sp->srcu_work); in _cleanup_srcu_struct()129 sp = container_of(wp, struct srcu_struct, srcu_work); in srcu_drive_gp()163 schedule_work(&sp->srcu_work); in srcu_drive_gp()183 schedule_work(&sp->srcu_work); in call_srcu()
38 struct work_struct srcu_work; /* For driving grace periods. */ member50 .srcu_work = __WORK_INITIALIZER(name.srcu_work, srcu_drive_gp), \