Home
last modified time | relevance | path

Searched refs:NUM_CTX (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dstat-shadow.c15 #define NUM_CTX CTX_BIT_MAX macro
18 static struct stats runtime_cycles_stats[NUM_CTX][MAX_NR_CPUS];
19 static struct stats runtime_stalled_cycles_front_stats[NUM_CTX][MAX_NR_CPUS];
20 static struct stats runtime_stalled_cycles_back_stats[NUM_CTX][MAX_NR_CPUS];
21 static struct stats runtime_branches_stats[NUM_CTX][MAX_NR_CPUS];
22 static struct stats runtime_cacherefs_stats[NUM_CTX][MAX_NR_CPUS];
23 static struct stats runtime_l1_dcache_stats[NUM_CTX][MAX_NR_CPUS];
24 static struct stats runtime_l1_icache_stats[NUM_CTX][MAX_NR_CPUS];
25 static struct stats runtime_ll_cache_stats[NUM_CTX][MAX_NR_CPUS];
26 static struct stats runtime_itlb_cache_stats[NUM_CTX][MAX_NR_CPUS];
[all …]
/linux-4.4.14/drivers/scsi/aic94xx/
Daic94xx_dev.c66 #define NUM_CTX offsetof(struct asd_ddb_ssp_smp_target_port, num_contexts) macro
198 asd_ddbsite_write_byte(asd_ha, ddb, NUM_CTX, 1); in asd_init_target_ddb()