Searched refs:first (Results 1 – 5 of 5) sorted by relevance
258 struct list_head *first = list->next; in __list_splice() local261 first->prev = prev; in __list_splice()262 prev->next = first; in __list_splice()588 struct hlist_node *first; member611 return !h->first; in hlist_empty()640 struct hlist_node *first = h->first; in hlist_add_head() local641 n->next = first; in hlist_add_head()642 if (first) in hlist_add_head()643 first->pprev = &n->next; in hlist_add_head()644 h->first = n; in hlist_add_head()[all …]
26 int *first; /* the first code of this bit length */ member
45 struct bootmenu_entry *first; /* first menu entry */ member
385 int bootstage_init(bool first);453 static inline int bootstage_init(bool first) in bootstage_init() argument
201 * OFFSET values only; they must be relocated first before they can
Completed in 8 milliseconds