Home
last modified time | relevance | path

Searched refs:first (Results 1 – 5 of 5) sorted by relevance

/include/linux/
A Dlist.h258 struct list_head *first = list->next; in __list_splice() local
261 first->prev = prev; in __list_splice()
262 prev->next = first; in __list_splice()
588 struct hlist_node *first; member
611 return !h->first; in hlist_empty()
640 struct hlist_node *first = h->first; in hlist_add_head() local
641 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 …]
/include/jffs2/
A Dmini_inflate.h26 int *first; /* the first code of this bit length */ member
/include/
A Dmenu.h45 struct bootmenu_entry *first; /* first menu entry */ member
A Dbootstage.h385 int bootstage_init(bool first);
453 static inline int bootstage_init(bool first) in bootstage_init() argument
A Dppc_asm.tmpl201 * OFFSET values only; they must be relocated first before they can

Completed in 8 milliseconds