Searched refs:head (Results 1 – 8 of 8) sorted by relevance
| /include/linux/ |
| A D | list.h | 58 __list_add(new, head, head->next); in list_add() 71 __list_add(new, head->prev, head); in list_add_tail() 183 return head->next == head; in list_empty() 202 return (next == head) && (next == head->prev); in list_empty_careful() 211 return !list_empty(head) && (head->next == head->prev); in list_is_singular() 246 (head->next != entry && head != entry)) in list_cut_position() 277 __list_splice(list, head, head->next); in list_splice() 289 __list_splice(list, head->prev, head); in list_splice_tail() 303 __list_splice(list, head, head->next); in list_splice_init() 320 __list_splice(list, head->prev, head); in list_splice_tail_init() [all …]
|
| A D | list_sort.h | 8 void list_sort(void *priv, struct list_head *head,
|
| A D | compat.h | 326 void (*func)(struct callback_head *head);
|
| /include/ |
| A D | atf_common.h | 190 struct bl_params_node *head; member 194 for ((node) = (bl_params)->head; \
|
| A D | membuf.h | 37 char *head; /** current buffer head */ member
|
| A D | part_efi.h | 83 u8 head; /* starting head */ member
|
| /include/xen/interface/ |
| A D | event_channel.h | 276 event_word_t head[EVTCHN_FIFO_MAX_QUEUES]; member
|
| /include/u-boot/ |
| A D | zlib.h | 532 gz_headerp head));
|
Completed in 22 milliseconds