list_for_each_entry_from is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDlist_for_each_entry_from

list_for_each_entry_from macro

Syntax

#define list_for_each_entry_from(p, h, field) \     for ( ; &(p)->field != (h); \     p = list_entry((p)->field.next, typeof(*p), field))

Arguments

p

h

field

References

LocationText
list.h:160
#define list_for_each_entry_from(p, h, field) \
adi_v5_jtag.c:472
list_for_each_entry_from(tmp, &dap->cmd_journal, lh) {