HomeSort by: relevance | last modified time | path
    Searched refs:kern_history_ent (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/sys/
kernhist.h 48 struct kern_history_ent { struct
65 struct kern_history_ent *e; /* the allocated entries */
162 (NAME).e = (struct kern_history_ent *) \
163 kmem_zalloc(sizeof(struct kern_history_ent) * (N), KM_SLEEP); \
172 .n = sizeof(BUF) / sizeof(struct kern_history_ent), \
174 .e = (struct kern_history_ent *) (BUF), \
204 struct kern_history_ent * const _e_ = &(NAME).e[_i_]; \
248 kernhist_entry_print(const struct kern_history_ent *e, void (*pr)(const char *, ...) __printflike(1, 2))
  /src/sys/kern/
kern_history.c 420 struct kern_history_ent *in_evt;
  /src/sys/uvm/pmap/
pmap.c 267 static struct kern_history_ent pmapexechistbuf[10000];
268 static struct kern_history_ent pmaphistbuf[10000];
269 static struct kern_history_ent pmapxtabhistbuf[5000];
  /src/sys/uvm/
uvm_pdaemon.c 94 static struct kern_history_ent pdhistbuf[UVMHIST_PDHIST_SIZE];
uvm_map.c 108 static struct kern_history_ent maphistbuf[UVMHIST_MAPHIST_SIZE];
  /src/usr.bin/vmstat/
vmstat.c 2271 struct kern_history_ent *histents, *e;
2278 histsize = sizeof(struct kern_history_ent) * histp->n;
  /src/sys/dev/usb/
usb.c 88 static struct kern_history_ent usbhistbuf[USBHIST_SIZE];
  /src/sys/arch/aarch64/aarch64/
pmap.c 81 struct kern_history_ent pmaphistbuf[UVMHIST_PMAPHIST_SIZE];

Completed in 40 milliseconds