Lines Matching refs:ind
27 if ( counter.ind >= OP_MAX_COUNTER ) in xenoprof_arch_counter()
30 counter_config[counter.ind].count = counter.count; in xenoprof_arch_counter()
31 counter_config[counter.ind].enabled = counter.enabled; in xenoprof_arch_counter()
32 counter_config[counter.ind].event = counter.event; in xenoprof_arch_counter()
33 counter_config[counter.ind].kernel = counter.kernel; in xenoprof_arch_counter()
34 counter_config[counter.ind].user = counter.user; in xenoprof_arch_counter()
35 counter_config[counter.ind].unit_mask = counter.unit_mask; in xenoprof_arch_counter()
64 if ( counter.ind >= OP_MAX_COUNTER ) in compat_oprof_arch_counter()
67 counter_config[counter.ind].count = counter.count; in compat_oprof_arch_counter()
68 counter_config[counter.ind].enabled = counter.enabled; in compat_oprof_arch_counter()
69 counter_config[counter.ind].event = counter.event; in compat_oprof_arch_counter()
70 counter_config[counter.ind].kernel = counter.kernel; in compat_oprof_arch_counter()
71 counter_config[counter.ind].user = counter.user; in compat_oprof_arch_counter()
72 counter_config[counter.ind].unit_mask = counter.unit_mask; in compat_oprof_arch_counter()