#ifndef SLAB_H #define SLAB_H #include <linux/types.h> #define SLAB_HWCACHE_ALIGN 1 #define SLAB_PANIC 2 #define SLAB_RECLAIM_ACCOUNT 0x00020000UL /* Objects are reclaimable */
static inline int gfpflags_allow_blocking(gfp_t mask) { return 1; }Contributors
Person | Tokens | Prop | Commits | CommitProp | |
matthew wilcox | matthew wilcox | 13 | 100.00% | 1 | 100.00% |
Total | 13 | 100.00% | 1 | 100.00% |
Person | Tokens | Prop | Commits | CommitProp | |
matthew wilcox | matthew wilcox | 113 | 100.00% | 1 | 100.00% |
Total | 113 | 100.00% | 1 | 100.00% |