evcount           188 arch/i386/i386/ipifuncs.c 	extern struct evcount ipi_count;
evcount            68 arch/i386/i386/lapic.c struct evcount clk_count;
evcount            69 arch/i386/i386/lapic.c struct evcount ipi_count;
evcount            91 arch/i386/include/psl.h 	struct evcount	ih_count;
evcount           186 dev/pci/pccbbvar.h 	struct evcount pil_count;
evcount            42 dev/tc/tcdsvar.h 	struct evcount sc_count;		/* intr. count */
evcount            35 kern/subr_evcount.c static TAILQ_HEAD(,evcount) evcount_list;
evcount            40 kern/subr_evcount.c struct evcount evcount_intr;
evcount            54 kern/subr_evcount.c evcount_attach(struct evcount *ec, const char *name, void *data,
evcount            55 kern/subr_evcount.c     struct evcount *parent)
evcount            73 kern/subr_evcount.c evcount_detach(struct evcount *ec)
evcount            85 kern/subr_evcount.c 	struct evcount *ec;
evcount            35 sys/evcount.h  struct evcount {
evcount            39 sys/evcount.h  	struct evcount		*ec_parent;	/* parent */
evcount            42 sys/evcount.h  	TAILQ_ENTRY(evcount)	next;
evcount            45 sys/evcount.h  void evcount_attach(struct evcount *, const char *, void *, struct evcount *);
evcount            46 sys/evcount.h  void evcount_detach(struct evcount *);
evcount            52 sys/evcount.h  extern struct evcount evcount_intr;