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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp260 IOUserClientProcessEntry *uce; local
269 while ((uce = TAILQ_FIRST(&found->userClientCallList))) {
270 TAILQ_REMOVE(&found->userClientCallList, uce, link);
271 kfree(uce, sizeof(IOUserClientProcessEntry));

Completed in 13 milliseconds