Home
last modified time | relevance | path

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

/lib/
Dplist.c44 static void plist_check_list(struct list_head *top) in plist_check_list() argument
46 struct list_head *prev = top, *next = top->next; in plist_check_list()
48 plist_check_prev_next(top, prev, next); in plist_check_list()
49 while (next != top) { in plist_check_list()
52 plist_check_prev_next(top, prev, next); in plist_check_list()
DKconfig.kasan74 casting and comparison, as it embeds tags into the top byte of each
Dxarray.c519 static void xas_free_nodes(struct xa_state *xas, struct xa_node *top) in xas_free_nodes() argument
522 struct xa_node *node = top; in xas_free_nodes()
544 if (node == top) in xas_free_nodes()
/lib/raid6/
Dint.uc77 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */
/lib/zlib_deflate/
Ddeftree.c350 #define pqremove(s, tree, top) \ argument
352 top = s->heap[SMALLEST]; \