Linux での list_for_each_entry および ...entry_safe ループの動作を説明できる人はいますか。のようです
list_for_each_entry(type *cursor, struct list_head *list, member)
list_for_each_entry_safe(type *cursor, type *next, struct list_head *list,member)
これらすべてのパラメーターの役割と、それらがリストを走査するためにどのように使用されるか。
前もって感謝します