cregit-Linux how code gets into the kernel

Release 4.10 tools/testing/radix-tree/linux/types.h

#ifndef _TYPES_H

#define _TYPES_H

#include "../../include/linux/types.h"


#define __rcu

#define __read_mostly


static inline void INIT_LIST_HEAD(struct list_head *list) { list->next = list; list->prev = list; }

Contributors

PersonTokensPropCommitsCommitProp
matthew wilcoxmatthew wilcox24100.00%1100.00%
Total24100.00%1100.00%

typedef struct { unsigned int x; } spinlock_t; #define uninitialized_var(x) x = x #include <linux/gfp.h> #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
matthew wilcoxmatthew wilcox61100.00%2100.00%
Total61100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.