https://github.com/torvalds/linux
Raw File
Tip revision: 33cc938e65a98f1d29d0a18403dbbee050dcad9a authored by Linus Torvalds on 03 December 2023, 09:52:56 UTC
Linux 6.7-rc4
Tip revision: 33cc938
group_cpus.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright (C) 2016 Thomas Gleixner.
 * Copyright (C) 2016-2017 Christoph Hellwig.
 */

#ifndef __LINUX_GROUP_CPUS_H
#define __LINUX_GROUP_CPUS_H
#include <linux/kernel.h>
#include <linux/cpu.h>

struct cpumask *group_cpus_evenly(unsigned int numgrps);

#endif
back to top