Searched refs:list_for_each_safe (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/drm/ |
H A D | drm_linux_list.h | 82 #define list_for_each_safe(entry, temp, head) \ macro
|
H A D | drm_gem.c | 128 list_for_each_safe(entry, temp, &head->next[key]) { in idr_list_remove() 144 list_for_each_safe(entry, temp, &head->next[key]) { in idr_list_free()
|
H A D | drm_mm.c | 327 list_for_each_safe(list, temp, mlstack) { in drm_mm_clean_ml()
|
/titanic_50/usr/src/uts/common/sys/ib/clients/of/sol_ofs/ |
H A D | sol_ofs_common.h | 183 #define list_for_each_safe(_pos, n, _head) \ macro
|
/titanic_50/usr/src/uts/common/io/ib/clients/of/sol_ofs/ |
H A D | sol_kverbs.c | 474 list_for_each_safe(entry, tmp, &ofs_client->device_list) { in ib_register_client() 554 list_for_each_safe(entry, tmp, &ofs_client->device_list) { in ib_unregister_client()
|