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

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dfs_core.h184 list_for_each_entry_continue(pos, root, base.list) \
225 list_for_each_entry_continue(pos, &(prio)->objs, list) \
/freebsd-11-stable/sys/contrib/vchiq/interface/compat/
H A Dlist.h240 #define list_for_each_entry_continue(VAR, HEAD, FIELD) \ macro
/freebsd-11-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c444 * list_prepare_entry - prepare a pos entry for use in list_for_each_entry_continue()
449 * Prepares a pos entry for use as a start point in list_for_each_entry_continue().
455 * list_for_each_entry_continue - continue iteration over list of given type
463 #define list_for_each_entry_continue(pos, head, member) \ macro
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h207 #define list_for_each_entry_continue(p, h, field) \ macro

Completed in 82 milliseconds