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

/xsrc/external/mit/xorg-server/dist/include/
H A Dlist.h364 * This macro is not safe for node deletion. Use nt_list_for_each_entry_safe
401 #define nt_list_for_each_entry_safe(_entry, _tmp, _list, _member) \ macro
/xsrc/external/mit/xorg-server/dist/test/
H A Dlist.c366 nt_list_for_each_entry_safe(item, tmp, foo, next) {
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddevices.c550 nt_list_for_each_entry_safe(dev, tmp, inputInfo.devices, next) {
555 nt_list_for_each_entry_safe(dev, tmp, inputInfo.devices, next) {
560 nt_list_for_each_entry_safe(dev, tmp, inputInfo.devices, next) {
564 nt_list_for_each_entry_safe(dev, tmp, inputInfo.devices, next) {
H A Dinpututils.c969 nt_list_for_each_entry_safe(element, tmp, *opt, list.next) {

Completed in 10 milliseconds