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

/linux-4.4.14/tools/perf/util/
H A 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];
27 static struct stats runtime_dtlb_cache_stats[NUM_CTX][MAX_NR_CPUS];
28 static struct stats runtime_cycles_in_tx_stats[NUM_CTX][MAX_NR_CPUS];
29 static struct stats runtime_transaction_stats[NUM_CTX][MAX_NR_CPUS];
30 static struct stats runtime_elision_stats[NUM_CTX][MAX_NR_CPUS];
/linux-4.4.14/drivers/scsi/aic94xx/
H A 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); asd_init_target_ddb()

Completed in 256 milliseconds