Searched refs:smaller (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 414 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument 416 while (smaller->next_local) { in link_cache_lists() 417 if (smaller->next_local == bigger) in link_cache_lists() 419 smaller = smaller->next_local; in link_cache_lists() 422 smaller->next_local = bigger; in link_cache_lists() 428 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists() 429 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists() 431 smaller in link_cache_lists() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | cacheinfo.c | 422 static void link_cache_lists(struct cache *smaller, struct cache *bigger) in link_cache_lists() argument 424 while (smaller->next_local) { in link_cache_lists() 425 if (smaller->next_local == bigger) in link_cache_lists() 427 smaller = smaller->next_local; in link_cache_lists() 430 smaller->next_local = bigger; in link_cache_lists() 436 WARN_ONCE((smaller->level == 1 && bigger->level > 2) || in link_cache_lists() 437 (smaller->level > 1 && bigger->level != smaller->level + 1), in link_cache_lists() 439 smaller in link_cache_lists() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.h | 170 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger() local 172 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | wq.h | 170 int smaller = 0x8000 & (cc1 - cc2); in mlx5_wq_cyc_cc_bigger() local 172 return !equal && !smaller; in mlx5_wq_cyc_cc_bigger()
|
/kernel/linux/linux-5.10/lib/zlib_deflate/ |
H A D | deftree.c | 307 #define smaller(tree, n, m, depth) \ macro 314 * when the heap property is re-established (each father smaller than its 328 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) { in pqdownheap() 331 /* Exit if v is smaller than both sons */ in pqdownheap() 332 if (smaller(tree, v, s->heap[j], s->depth)) break; in pqdownheap()
|
/kernel/linux/linux-6.6/lib/zlib_deflate/ |
H A D | deftree.c | 307 #define smaller(tree, n, m, depth) \ macro 314 * when the heap property is re-established (each father smaller than its 328 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) { in pqdownheap() 331 /* Exit if v is smaller than both sons */ in pqdownheap() 332 if (smaller(tree, v, s->heap[j], s->depth)) break; in pqdownheap()
|
/kernel/linux/linux-5.10/arch/arm/lib/ |
H A D | div64.S | 139 @ divisor at this point since divisor can not be smaller than 3 here.
|
/kernel/linux/linux-6.6/arch/arm/lib/ |
H A D | div64.S | 139 @ divisor at this point since divisor can not be smaller than 3 here.
|
/kernel/linux/linux-5.10/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 43 @ [**] While each Thumb instruction is twice smaller, they are not as
|
H A D | poly1305-armv4.pl | 612 @ 5 * (2^52 + 2*2^32 + 2^12), which in turn is smaller than
|
/kernel/linux/linux-6.6/arch/arm/crypto/ |
H A D | sha1-armv4-large.S | 43 @ [**] While each Thumb instruction is twice smaller, they are not as
|
H A D | poly1305-armv4.pl | 612 @ 5 * (2^52 + 2*2^32 + 2^12), which in turn is smaller than
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 14866 # seeing if the new result is smaller or equal to the current result. 15319 # seeing if the new result is smaller or equal to the current result.
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | fpsp.S | 14866 # seeing if the new result is smaller or equal to the current result. 15319 # seeing if the new result is smaller or equal to the current result.
|
Completed in 59 milliseconds