Searched refs:SEGCBLIST_OFFLOADED (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Drcu_segcblist.h80 * | SEGCBLIST_RCU_CORE | SEGCBLIST_LOCKING | SEGCBLIST_OFFLOADED |
94 * | SEGCBLIST_OFFLOADED | | | SEGCBLIST_OFFLOADED | |
99 * | acknowledged SEGCBLIST_OFFLOADED. | | acknowledged SEGCBLIST_OFFLOADED|
110 * | SEGCBLIST_OFFLOADED | |
127 * | SEGCBLIST_OFFLOADED | |
139 * | SEGCBLIST_OFFLOADED | |
173 * | SEGCBLIST_OFFLOADED got cleared. | SEGCBLIST_OFFLOADED go
204 #define SEGCBLIST_OFFLOADED macro
[all...]
/linux-master/kernel/rcu/
H A Drcu_segcblist.c269 rcu_segcblist_set_flags(rsclp, SEGCBLIST_LOCKING | SEGCBLIST_OFFLOADED);
271 rcu_segcblist_clear_flags(rsclp, SEGCBLIST_OFFLOADED);
H A Dtree_nocb.h646 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED) &&
656 } else if (!rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED) &&
918 u8 flags = SEGCBLIST_OFFLOADED | SEGCBLIST_KTHREAD_CB;
974 if (rcu_segcblist_test_flags(cblist, SEGCBLIST_OFFLOADED)) {
1142 * invokes rcu_segcblist_offload(), which clears SEGCBLIST_OFFLOADED.

Completed in 223 milliseconds