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

/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_linux_list_sort.c62 list_for_each(le, head)
66 list_for_each(le, head)
H A Ddrm_ioctl.c165 list_for_each(list, &dev->maplist) {
H A Ddrm_linux_list.h111 #define list_for_each(entry, head) \ macro
H A Ddrm_crtc.c1241 list_for_each(lh, &file_priv->fbs)
1247 list_for_each(lh, &dev->mode_config.crtc_list)
1250 list_for_each(lh, &dev->mode_config.connector_list)
1253 list_for_each(lh, &dev->mode_config.encoder_list)
/freebsd-11-stable/sys/dev/drm/
H A Dradeon_mem.c92 list_for_each(p, heap) { function
105 list_for_each(p, heap)
171 list_for_each(p, heap) { function
179 list_for_each(p, heap) { function
H A Ddrm_linux_list.h85 #define list_for_each(entry, head) \ macro
H A Ddrm_mm.c295 list_for_each(list, free_stack) { function
H A Dmach64_dma.c519 list_for_each(ptr, &dev_priv->pending) {
1227 list_for_each(ptr, &dev_priv->pending) {
1595 list_for_each(ptr, &dev_priv->placeholders) {
1635 list_for_each(ptr, &dev_priv->pending) {
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_mem.c91 list_for_each(p, heap) { function
104 list_for_each(p, heap)
170 list_for_each(p, heap) { function
178 list_for_each(p, heap) { function
/freebsd-11-stable/contrib/atf/atf-c/detail/
H A Dlist_test.c262 ATF_TC(list_for_each); variable
263 ATF_TC_HEAD(list_for_each, tc)
267 ATF_TC_BODY(list_for_each, tc)
361 ATF_TP_ADD_TC(tp, list_for_each);
/freebsd-11-stable/sys/dev/hpt27xx/
H A Dlist.h118 #define list_for_each(pos, head) \ macro
/freebsd-11-stable/sys/dev/hptnr/
H A Dlist.h117 #define list_for_each(pos, head) \ macro
/freebsd-11-stable/sys/dev/hptrr/
H A Dlist.h120 #define list_for_each(pos, head) \ macro
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dlist.h211 #define list_for_each(VAR, HEAD) \ macro
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_kern_lib.c398 list_for_each(pos, &instance->bulk_waiter_list) {
H A Dvchiq_arm.c729 list_for_each(pos, &instance->bulk_waiter_list) {
/freebsd-11-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c370 * list_for_each - iterate over a list
374 #define list_for_each(pos, head) \ macro
383 * This variant differs from list_for_each() in that it's the
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h188 #define list_for_each(p, head) \ macro
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c2328 list_for_each(le, head)
2332 list_for_each(le, head)

Completed in 288 milliseconds