Searched refs:ktr_idx (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/kern/
H A Dkern_ktr.c97 volatile int ktr_idx = 0; variable
169 ktr_idx = 0;
213 memcpy(ktr_buf, ktr_buf_init + ktr_idx,
214 (KTR_BOOT_ENTRIES - ktr_idx) * sizeof(*ktr_buf));
215 if (ktr_idx != 0)
216 memcpy(ktr_buf + KTR_BOOT_ENTRIES - ktr_idx, ktr_buf_init,
217 ktr_idx * sizeof(*ktr_buf));
254 ktr_idx = 0;
377 saveindex = ktr_idx;
379 } while (atomic_cmpset_rel_int(&ktr_idx, saveinde
[all...]
/freebsd-10.1-release/sys/sparc64/include/
H A Dktr.h50 SET(ktr_idx, r2, r1) ; \
55 set ktr_idx, r1 ; \
/freebsd-10.1-release/sys/sys/
H A Dktr.h118 extern volatile int ktr_idx;

Completed in 63 milliseconds