Home
last modified time | relevance | path

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

/linux/kernel/rcu/
H A Dtree.c1276 bool need_qs; in __note_gp_changes()
1307 need_qs = !!(rnp->qsmask & rdp->grpmask); in __note_gp_changes()
1308 rdp->cpu_no_qs.b.norm = need_qs; in __note_gp_changes()
1309 rdp->core_needs_qs = need_qs; in __note_gp_changes()
1275 bool need_qs; __note_gp_changes() local
/linux/include/linux/
H A Dsched.h789 u8 need_qs; member