Searched refs:num_events (Results 51 - 60 of 60) sorted by relevance

123

/linux-master/arch/arm64/kvm/
H A Dpmu-emul.c914 * The arm_pmu->num_events considers the cycle counter as well.
917 return arm_pmu->num_events - 1;
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_priv.h1439 uint32_t num_events, void __user *data,
/linux-master/drivers/firmware/arm_scmi/
H A Dpowercap.c957 .num_events = ARRAY_SIZE(powercap_events),
H A Dperf.c1258 .num_events = ARRAY_SIZE(perf_events),
/linux-master/sound/soc/
H A Dsoc-topology.c564 int num_events, u16 event_type)
570 for (i = 0; i < num_events; i++) {
562 snd_soc_tplg_widget_bind_event(struct snd_soc_dapm_widget *w, const struct snd_soc_tplg_widget_events *events, int num_events, u16 event_type) argument
/linux-master/net/bluetooth/
H A Dmgmt.c383 u16 num_commands, num_events; local
391 num_events = ARRAY_SIZE(mgmt_events);
394 num_events = ARRAY_SIZE(mgmt_untrusted_events);
397 rp_size = sizeof(*rp) + ((num_commands + num_events) * sizeof(u16));
404 rp->num_events = cpu_to_le16(num_events);
412 for (i = 0; i < num_events; i++, opcode++)
420 for (i = 0; i < num_events; i++, opcode++)
/linux-master/tools/perf/util/
H A Darm-spe.c79 unsigned long num_events; member in struct:arm_spe
H A Dintel-pt.c149 unsigned long num_events; member in struct:intel_pt
1669 pt->num_events++ < pt->synth_opts.initial_skip;
1680 pt->num_events + 4 < pt->synth_opts.initial_skip;
/linux-master/drivers/bus/mhi/host/
H A Dinit.c679 num = config->num_events;
/linux-master/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c3863 int num_events; local
3872 num_events = 0;
3888 num_events++;
3907 if (num_events) {
3913 return num_events;

Completed in 233 milliseconds

123