Home
last modified time | relevance | path

Searched refs:list_for_each_entry_continue_reverse (Results 1 – 3 of 3) sorted by relevance

/include/sound/
Dsoc-dpcm.h114 list_for_each_entry_continue_reverse(dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/include/net/
Dfq_impl.h148 list_for_each_entry_continue_reverse(i, &fq->backlogs, in fq_recalc_backlog()
/include/linux/
Dlist.h653 #define list_for_each_entry_continue_reverse(pos, head, member) \ macro