Lines Matching defs:head
233 ### `list_for_each_prev(ptr, head)` argument
244 ### `list_for_each_safe(ptr, n, head)` argument
266 ### `list_for_each_prev_safe(ptr, n, head)` argument
268 #### 描述
274 #### 参数
291 **head** argument
309 ### `list_for_each_entry_safe(pos, n, head, member)` argument
325 **head** argument
345 **head** argument
366 **head** argument
384 ### `list_for_each_entry_from(pos, head, member)` argument
395 ### `list_for_each_entry_safe_continue(pos, n, head, member)` argument
411 **head** argument
429 ### `list_for_each_entry_safe_from(pos, n, head, member)` argument
431 #### 描述
435 #### 参数