Searched refs:top (Results 1 – 7 of 7) sorted by relevance
/lib/ |
D | plist.c | 44 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()
|
D | Kconfig.kasan | 111 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.
|
D | xarray.c | 523 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()
|
D | test_maple_tree.c | 386 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/ |
D | zstd_cwksp.h | 367 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/ |
D | int.uc | 77 vv = (vv << 1) - (vv >> 7); /* Overflow on the top bit is OK */
|
/lib/zlib_deflate/ |
D | deftree.c | 296 #define pqremove(s, tree, top) \ argument 298 top = s->heap[SMALLEST]; \
|