#include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/cpu.h>
static int get_first_sibling(unsigned int cpu) { unsigned int ret; ret = cpumask_first(topology_sibling_cpumask(cpu)); if (ret < nr_cpu_ids) return ret; return cpu; }Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| christoph hellwig | christoph hellwig | 36 | 100.00% | 1 | 100.00% |
| Total | 36 | 100.00% | 1 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| christoph hellwig | christoph hellwig | 140 | 100.00% | 2 | 100.00% |
| Total | 140 | 100.00% | 2 | 100.00% |
| Person | Tokens | Prop | Commits | CommitProp | |
| christoph hellwig | christoph hellwig | 189 | 100.00% | 2 | 100.00% |
| Total | 189 | 100.00% | 2 | 100.00% |