Home
last modified time | relevance | path

Searched refs:top (Results 1 – 7 of 7) 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.kasan111 comparison, as it embeds a tag into the top byte of each pointer.
130 comparison, as it embeds a tag into the top byte of each pointer.
Dxarray.c523 static void xas_free_nodes(struct xa_state *xas, struct xa_node *top) in xas_free_nodes() argument
526 struct xa_node *node = top; in xas_free_nodes()
548 if (node == top) in xas_free_nodes()
Dtest_maple_tree.c386 unsigned long top; in check_find() local
396 top = 4398046511104UL; in check_find()
398 top = ULONG_MAX; in check_find()
485 if (val == top) in check_find()
527 else if (val == top) in check_find()
/lib/zstd/compress/
Dzstd_cwksp.h367 void* top; in ZSTD_cwksp_reserve_table() local
374 top = ws->allocStart; in ZSTD_cwksp_reserve_table()
380 assert(end <= top); in ZSTD_cwksp_reserve_table()
381 if (end > top) { in ZSTD_cwksp_reserve_table()
/lib/raid6/
Dint.uc77 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */
/lib/zlib_deflate/
Ddeftree.c296 #define pqremove(s, tree, top) \ argument
298 top = s->heap[SMALLEST]; \