cregit-Linux how code gets into the kernel

Release 4.9 tools/testing/radix-tree/linux/gfp.h

#ifndef _GFP_H

#define _GFP_H


#define __GFP_BITS_SHIFT 26

#define __GFP_BITS_MASK ((gfp_t)((1 << __GFP_BITS_SHIFT) - 1))

#define __GFP_WAIT 1

#define __GFP_ACCOUNT 0

#define __GFP_NOWARN 0

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
matthew wilcoxmatthew wilcox2796.43%150.00%
valdis kletnieksvaldis kletnieks13.57%150.00%
Total28100.00%2100.00%