Searched refs:endplist (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/arm64/coresight/
H A Dcoresight-cmd.c62 if (LIST_EMPTY(&event->endplist)) {
65 LIST_INSERT_HEAD(&event->endplist, endp,
71 LIST_INSERT_HEAD(&event->endplist, out_endp, endplink);
103 LIST_INIT(&event->endplist);
117 LIST_FOREACH(endp, &event->endplist, endplink) {
131 LIST_FOREACH(endp, &event->endplist, endplink) {
143 LIST_FOREACH(endp, &event->endplist, endplink) {
154 LIST_FOREACH(endp, &event->endplist, endplink)
H A Dcoresight.h110 LIST_HEAD(, endpoint) endplist; member in struct:coresight_event

Completed in 53 milliseconds