Searched refs:cpumask (Results 101 - 125 of 785) sorted by path

1234567891011>>

/linux-master/arch/mips/kernel/
H A Dcevt-ds1287.c116 cd->cpumask = cpumask_of(0);
H A Dcevt-gt641xx.c139 cd->cpumask = cpumask_of(0);
H A Dcevt-r4k.c324 cd->cpumask = cpumask_of(cpu);
H A Dcevt-sb1250.c117 cd->cpumask = cpumask_of(cpu);
H A Dcevt-txx9.c196 cd->cpumask = cpumask_of(0);
H A Dmips-mt-fpaff.c8 #include <linux/cpumask.h>
H A Dperf_event_mipsxx.c15 #include <linux/cpumask.h>
H A Dprocess.c720 static struct cpumask backtrace_csd_busy;
739 * cleared its bit in the busy cpumask then it didn't handle
787 struct cpumask process_cpus;
856 * generated the cpumask, but that doesn't matter. If the task in this
H A Dsmp-bmips.c21 #include <linux/cpumask.h>
308 static void bmips5000_send_ipi_mask(const struct cpumask *mask,
360 static void bmips43xx_send_ipi_mask(const struct cpumask *mask,
H A Dsmp-mt.c11 #include <linux/cpumask.h>
H A Dsmp.c21 #include <linux/cpumask.h>
173 void mips_smp_send_ipi_mask(const struct cpumask *mask, unsigned int action)
241 int mips_smp_ipi_allocate(const struct cpumask *mask)
302 int mips_smp_ipi_free(const struct cpumask *mask)
732 void tick_broadcast(const struct cpumask *mask)
H A Dsync-r4k.c14 #include <linux/cpumask.h>
H A Dtime.c40 struct cpumask *cpus = freq->policy->cpus;
H A Dtopology.c3 #include <linux/cpumask.h>
/linux-master/arch/mips/lantiq/
H A Dirq.c244 const struct cpumask *cpumask, bool force)
246 struct cpumask tmask;
248 if (!cpumask_and(&tmask, cpumask, cpu_online_mask))
243 ltq_icu_irq_set_affinity(struct irq_data *d, const struct cpumask *cpumask, bool force) argument
/linux-master/arch/mips/loongson2ef/common/cs5536/
H A Dcs5536_mfgpt.c113 cd->cpumask = cpumask_of(cpu);
/linux-master/arch/mips/loongson64/
H A Dhpet.c237 cd->cpumask = cpumask_of(cpu);
H A Dsmp.c377 loongson3_send_ipi_mask(const struct cpumask *mask, unsigned int action)
/linux-master/arch/mips/math-emu/
H A Dme-debugfs.c2 #include <linux/cpumask.h>
/linux-master/arch/mips/pci/
H A Dpci-xtalk-bridge.c303 static int bridge_set_affinity(struct irq_data *d, const struct cpumask *mask,
/linux-master/arch/mips/sgi-ip27/
H A Dip27-init.c15 #include <linux/cpumask.h>
H A Dip27-irq.c72 static void setup_hub_mask(struct hub_irq_data *hd, const struct cpumask *mask)
92 static int set_affinity_hub_irq(struct irq_data *d, const struct cpumask *mask,
H A Dip27-smp.c121 static void ip27_send_ipi_mask(const struct cpumask *mask, unsigned int action)
H A Dip27-timer.c95 cd->cpumask = cpumask_of(cpu);
/linux-master/arch/mips/sgi-ip30/
H A Dip30-irq.c173 const struct cpumask *mask, bool force)

Completed in 466 milliseconds

1234567891011>>