Home
last modified time | relevance | path

Searched refs:srcu_work (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/rcu/
H A Dsrcutiny.c43 INIT_WORK(&ssp->srcu_work, srcu_drive_gp); in init_srcu_struct_fields()
44 INIT_LIST_HEAD(&ssp->srcu_work.entry); in init_srcu_struct_fields()
90 flush_work(&ssp->srcu_work); in cleanup_srcu_struct()
129 ssp = container_of(wp, struct srcu_struct, srcu_work); in srcu_drive_gp()
179 schedule_work(&ssp->srcu_work); in srcu_drive_gp()
193 schedule_work(&ssp->srcu_work); in srcu_tiny_irq_work()
210 else if (list_empty(&ssp->srcu_work.entry)) in srcu_gp_start_if_needed()
211 list_add(&ssp->srcu_work.entry, &srcu_boot_list); in srcu_gp_start_if_needed()
329 struct srcu_struct, srcu_work.entry); in srcu_init()
330 list_del_init(&ssp->srcu_work.entry); in srcu_init()
[all …]
/linux/include/linux/
H A Dsrcutiny.h27 struct work_struct srcu_work; /* For driving grace periods. */ member
41 .srcu_work = __WORK_INITIALIZER(name.srcu_work, srcu_drive_gp), \