Lines Matching defs:flag
440 /* Retrieve the slab flag */
500 /* Update slab flag */
895 * memblock_setclr_flag - set or clear flag for a memory region
898 * @set: set or clear the flag
899 * @flag: the flag to update
901 * This function isolates region [@base, @base + @size), and sets/clears flag
906 phys_addr_t size, int set, int flag)
919 r->flags |= flag;
921 r->flags &= ~flag;
929 * memblock_mark_hotplug - Mark hotpluggable memory with flag MEMBLOCK_HOTPLUG.
941 * memblock_clear_hotplug - Clear flag MEMBLOCK_HOTPLUG for a specified region.
953 * memblock_mark_mirror - Mark mirrored memory with flag MEMBLOCK_MIRROR.
970 * memblock_mark_nomap - Mark a memory region with flag MEMBLOCK_NOMAP.
990 * memblock_clear_nomap - Clear flag MEMBLOCK_NOMAP for a specified region.