Searched refs:mflags (Results 1 – 2 of 2) sorted by relevance
32 #define SD_FLAG(_name, mflags) [__##_name] = { .meta_flags = mflags, .name = #_name }, argument168 #define SD_FLAG(name, mflags) (name * !!((mflags) & SDF_NEEDS_GROUPS)) | argument
1561 gfp_t mflags; in __rb_allocate_pages() local1580 mflags = GFP_KERNEL | __GFP_RETRY_MAYFAIL; in __rb_allocate_pages()1597 mflags, cpu_to_node(cpu_buffer->cpu)); in __rb_allocate_pages()1605 page = alloc_pages_node(cpu_to_node(cpu_buffer->cpu), mflags, 0); in __rb_allocate_pages()