cregit-Linux how code gets into the kernel

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

#ifndef _GFP_H

#define _GFP_H


#define __GFP_BITS_SHIFT 22

#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 wilcox28100.00%1100.00%
Total28100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}