Home
last modified time | relevance | path

Searched refs:list_last_entry (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/vchiq/interface/compat/
H A Dlist.h204 #define list_last_entry(PTR, TYPE, FIELD) \ macro
/freebsd/lib/libpmc/pmu-events/
H A Dlist.h154 #define list_last_entry(ptr, type, member) \ macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dlist.h170 #define list_last_entry(ptr, type, member) \ macro
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_fs_counters.c300 last = list_last_entry(&fc_stats->counters, struct mlx5_fc, list); in mlx5_fc_stats_work()