cregit-Linux how code gets into the kernel

Release 4.14 tools/include/linux/rcu.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LIBLOCKDEP_RCU_H_

#define _LIBLOCKDEP_RCU_H_


int rcu_scheduler_active;


static inline int rcu_lockdep_current_cpu_online(void) { return 1; }

Contributors

PersonTokensPropCommitsCommitProp
Sasha Levin12100.00%1100.00%
Total12100.00%1100.00%


static inline int rcu_is_cpu_idle(void) { return 1; }

Contributors

PersonTokensPropCommitsCommitProp
Sasha Levin12100.00%1100.00%
Total12100.00%1100.00%


static inline bool rcu_is_watching(void) { return false; }

Contributors

PersonTokensPropCommitsCommitProp
Sasha Levin12100.00%1100.00%
Total12100.00%1100.00%

#define rcu_assign_pointer(p, v) ((p) = (v)) #define RCU_INIT_POINTER(p, v) p=(v) #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Sasha Levin4771.21%240.00%
Alexander (Sasha) Levin1827.27%240.00%
Greg Kroah-Hartman11.52%120.00%
Total66100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.