Home
last modified time | relevance | path

Searched refs:NR_CPUS (Results 1 – 25 of 30) sorted by relevance

12

/external/kernel-headers/original/linux/
Dcpumask.h88 typedef struct { DECLARE_BITMAP(bits, NR_CPUS); } cpumask_t;
103 #define cpus_setall(dst) __cpus_setall(&(dst), NR_CPUS)
109 #define cpus_clear(dst) __cpus_clear(&(dst), NR_CPUS)
124 #define cpus_and(dst, src1, src2) __cpus_and(&(dst), &(src1), &(src2), NR_CPUS)
131 #define cpus_or(dst, src1, src2) __cpus_or(&(dst), &(src1), &(src2), NR_CPUS)
138 #define cpus_xor(dst, src1, src2) __cpus_xor(&(dst), &(src1), &(src2), NR_CPUS)
146 __cpus_andnot(&(dst), &(src1), &(src2), NR_CPUS)
153 #define cpus_complement(dst, src) __cpus_complement(&(dst), &(src), NR_CPUS)
160 #define cpus_equal(src1, src2) __cpus_equal(&(src1), &(src2), NR_CPUS)
167 #define cpus_intersects(src1, src2) __cpus_intersects(&(src1), &(src2), NR_CPUS)
[all …]
Dblockgroup_lock.h18 #if NR_CPUS >= 32
20 #elif NR_CPUS >= 16
22 #elif NR_CPUS >= 8
24 #elif NR_CPUS >= 4
26 #elif NR_CPUS >= 2
Dpercpu_counter.h23 #if NR_CPUS >= 16
24 #define FBC_BATCH (NR_CPUS*2)
26 #define FBC_BATCH (NR_CPUS*4)
Dthreads.h17 #define NR_CPUS CONFIG_NR_CPUS macro
19 #define NR_CPUS 1 macro
Dpercpu.h21 void *ptrs[NR_CPUS];
Dmmzone.h158 struct per_cpu_pageset *pageset[NR_CPUS];
160 struct per_cpu_pageset pageset[NR_CPUS];
Drelay.h66 struct rchan_buf *buf[NR_CPUS]; /* per-cpu channel buffers */
Dmodule.h320 struct module_ref ref[NR_CPUS];
/external/oprofile/libop/
Dop_config_24.h74 #ifndef NR_CPUS
76 #define NR_CPUS 32 macro
/external/kernel-headers/original/asm-mips/
Dsmp.h29 extern int __cpu_number_map[NR_CPUS];
33 extern int __cpu_logical_map[NR_CPUS];
Dfixmap.h51 FIX_CMAP_END = FIX_CMAP_BEGIN + (FIX_N_COLOURS * NR_CPUS),
58 FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1,
Dmmu.h4 typedef unsigned long mm_context_t[NR_CPUS];
/external/oprofile/daemon/liblegacy/
Dopd_image.h33 struct opd_24_sfile ** sfiles[NR_CPUS];
Dopd_sample_files.c170 for (j = 0; j < NR_CPUS; ++j) { in opd_close_image_samples_files()
Dopd_image.c155 memset(image->sfiles, '\0', NR_CPUS * sizeof(struct opd_24_sfile **)); in opd_new_image()
/external/iptables/extensions/
Dlibxt_cpu.man3 Match cpu handling this packet. cpus are numbered from 0 to NR_CPUS-1
/external/kernel-headers/original/asm-generic/
Dpercpu.h8 extern unsigned long __per_cpu_offset[NR_CPUS];
/external/oprofile/module/
Doprofile.h145 extern struct _oprof_data oprof_data[NR_CPUS];
Doprofile.c45 static u32 oprof_ready[NR_CPUS] __cacheline_aligned_in_smp;
46 struct _oprof_data oprof_data[NR_CPUS] __cacheline_aligned;
/external/kernel-headers/original/asm-x86/
Dfixmap_32.h80 FIX_KMAP_END = FIX_KMAP_BEGIN+(KM_TYPE_NR*NR_CPUS)-1,
Dmpspec_32.h11 extern int quad_local_to_mp_bus_id [NR_CPUS/4][4];
Dvoyager.h486 extern struct voyager_qic_cpi *voyager_quad_cpi_addr[NR_CPUS];
/external/oprofile/module/x86/
Dop_apic.c79 static uint saved_lvtpc[NR_CPUS];
Dop_nmi.c18 static struct op_msrs cpu_msrs[NR_CPUS];
/external/kernel-headers/original/linux/netfilter/
Dx_tables.h288 char *entries[NR_CPUS];

12