sys/dev/kcov.c
112
struct kcov_remote *kcov_remote_register_locked(int, void *);
sys/dev/kcov.c
114
void kcov_remote_detach(struct kcov_dev *, struct kcov_remote *);
sys/dev/kcov.c
115
void kr_free(struct kcov_remote *);
sys/dev/kcov.c
116
void kr_barrier(struct kcov_remote *);
sys/dev/kcov.c
117
struct kcov_remote *kr_lookup(int, void *);
sys/dev/kcov.c
124
TAILQ_HEAD(, kcov_remote) kr_list = TAILQ_HEAD_INITIALIZER(kr_list);
sys/dev/kcov.c
282
pool_init(&kr_pool, sizeof(struct kcov_remote), 0, IPL_MPFLOOR, PR_WAITOK,
sys/dev/kcov.c
553
struct kcov_remote *kr;
sys/dev/kcov.c
644
struct kcov_remote *kr;
sys/dev/kcov.c
67
struct kcov_remote *kd_kr; /* [M] */
sys/dev/kcov.c
686
struct kcov_remote *kr;
sys/dev/kcov.c
734
struct kcov_remote *kr;
sys/dev/kcov.c
743
struct kcov_remote *
sys/dev/kcov.c
746
struct kcov_remote *kr, *tmp;
sys/dev/kcov.c
783
struct kcov_remote *kr = NULL;
sys/dev/kcov.c
806
kcov_remote_detach(struct kcov_dev *kd, struct kcov_remote *kr)
sys/dev/kcov.c
822
kr_free(struct kcov_remote *kr)
sys/dev/kcov.c
838
kr_barrier(struct kcov_remote *kr)
sys/dev/kcov.c
846
struct kcov_remote *
sys/dev/kcov.c
849
struct kcov_remote *kr;
sys/dev/kcov.c
86
TAILQ_ENTRY(kcov_remote) kr_entry; /* [M] */