Changeset 09ab0a9a in mainline for kernel/generic/src/synch/rcu.c


Ignore:
Timestamp:
2018-09-13T12:05:53Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc74cb5
Parents:
b2aaaa0
git-author:
Jiri Svoboda <jiri@…> (2018-09-13 07:09:46)
git-committer:
Jiri Svoboda <jiri@…> (2018-09-13 12:05:53)
Message:

Fix vertical spacing with new Ccheck revision.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/synch/rcu.c

    rb2aaaa0 r09ab0a9a  
    2626 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    2727 */
    28 
    2928
    3029/** @addtogroup sync
     
    247246} rcu_data_t;
    248247
    249 
    250248static rcu_data_t rcu;
    251249
     
    294292static void upd_max_cbs_in_slice(size_t arriving_cbs_cnt);
    295293
    296 
    297 
    298294/** Initializes global RCU structures. */
    299295void rcu_init(void)
     
    394390        link_initialize(&thread->rcu.preempt_link);
    395391}
    396 
    397392
    398393/** Cleans up global RCU resources and stops dispatching callbacks.
     
    715710        return cur_cbs_empty() && next_cbs_empty() && arriving_cbs_empty();
    716711}
    717 
    718712
    719713/** Reclaimer thread dispatches locally queued callbacks once a GP ends. */
     
    918912        return expedite;
    919913}
    920 
    921914
    922915#ifdef RCU_PREEMPT_A
     
    12911284}
    12921285
    1293 
    12941286/** The detector thread detects and notifies reclaimers of grace period ends. */
    12951287static void detector(void *arg)
     
    13371329        return !interrupted;
    13381330}
    1339 
    13401331
    13411332static void end_cur_gp(void)
     
    16081599        }
    16091600}
    1610 
    16111601
    16121602#endif /* RCU_PREEMPT_PODZIMEK */
Note: See TracChangeset for help on using the changeset viewer.