Searched refs:kern_history_ent (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/sys/
H A Dkernhist.h47 struct kern_history_ent { struct
64 struct kern_history_ent *e; /* the allocated entries */
117 (NAME).e = (struct kern_history_ent *) \
118 kmem_zalloc(sizeof(struct kern_history_ent) * (N), KM_SLEEP); \
126 (NAME).n = sizeof(BUF) / sizeof(struct kern_history_ent); \
128 (NAME).e = (struct kern_history_ent *) (BUF); \
129 memset((NAME).e, 0, sizeof(struct kern_history_ent) * (NAME).n); \
153 struct kern_history_ent * const _e_ = &(NAME).e[_i_]; \
180 static inline void kernhist_entry_print(const struct kern_history_ent *);
183 kernhist_entry_print(const struct kern_history_ent *
[all...]
/netbsd-6-1-5-RELEASE/sys/common/pmap/tlb/
H A Dpmap.c233 static struct kern_history_ent pmapexechistbuf[10000];
234 static struct kern_history_ent pmaphistbuf[10000];
/netbsd-6-1-5-RELEASE/usr.bin/vmstat/
H A Dvmstat.c1816 struct kern_history_ent *histents, *e;
1822 histsize = sizeof(struct kern_history_ent) * histp->n;
/netbsd-6-1-5-RELEASE/sys/uvm/
H A Duvm_map.c896 static struct kern_history_ent maphistbuf[100];
897 static struct kern_history_ent pdhistbuf[100];
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dsl811hs.c594 struct kern_history_ent slhci_he[SLHCI_NHIST];

Completed in 109 milliseconds