/kernel/linux/linux-5.10/init/ |
H A D | calibrate.c | 122 unsigned long estimate; in calibrate_delay_direct() local 125 /* compute the estimate */ in calibrate_delay_direct() 126 estimate = (good_timer_sum/good_timer_count); in calibrate_delay_direct() 127 maxdiff = estimate >> 3; in calibrate_delay_direct() 131 return estimate; in calibrate_delay_direct() 136 if ((measured_times[max] - estimate) < in calibrate_delay_direct() 137 (estimate - measured_times[min])) { in calibrate_delay_direct() 139 "min bogoMips estimate %d = %lu\n", in calibrate_delay_direct() 145 "max bogoMips estimate %d = %lu\n", in calibrate_delay_direct() 165 "estimate fo in calibrate_delay_direct() [all...] |
/kernel/linux/linux-6.6/init/ |
H A D | calibrate.c | 122 unsigned long estimate; in calibrate_delay_direct() local 125 /* compute the estimate */ in calibrate_delay_direct() 126 estimate = (good_timer_sum/good_timer_count); in calibrate_delay_direct() 127 maxdiff = estimate >> 3; in calibrate_delay_direct() 131 return estimate; in calibrate_delay_direct() 136 if ((measured_times[max] - estimate) < in calibrate_delay_direct() 137 (estimate - measured_times[min])) { in calibrate_delay_direct() 139 "min bogoMips estimate %d = %lu\n", in calibrate_delay_direct() 145 "max bogoMips estimate %d = %lu\n", in calibrate_delay_direct() 165 "estimate fo in calibrate_delay_direct() [all...] |
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | div64.S | 32 addc r9,r4,r10 # rounding up (so the estimate cannot 40 2: mullw r10,r11,r4 # to get an estimate of the quotient, 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor, 43 add r8,r8,r11 # and add the estimate to the accumulated
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | div64.S | 32 addc r9,r4,r10 # rounding up (so the estimate cannot 40 2: mullw r10,r11,r4 # to get an estimate of the quotient, 41 mulhwu r9,r11,r4 # multiply the estimate by the divisor, 43 add r8,r8,r11 # and add the estimate to the accumulated
|
/kernel/linux/linux-5.10/net/netlink/ |
H A D | policy.c | 256 int estimate = netlink_policy_dump_attr_size_estimate(pt); in __netlink_policy_dump_write_attr() local 389 WARN_ON(attr->nla_len > estimate); in __netlink_policy_dump_write_attr()
|
/kernel/linux/linux-6.6/net/netlink/ |
H A D | policy.c | 256 int estimate = netlink_policy_dump_attr_size_estimate(pt); in __netlink_policy_dump_write_attr() local 389 WARN_ON(attr->nla_len > estimate); in __netlink_policy_dump_write_attr()
|
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nft_set_hash.c | 719 .estimate = nft_rhash_estimate, 741 .estimate = nft_hash_estimate, 760 .estimate = nft_hash_fast_estimate,
|
H A D | nft_set_bitmap.c | 303 .estimate = nft_bitmap_estimate,
|
H A D | nft_set_rbtree.c | 760 .estimate = nft_rbtree_estimate,
|
H A D | nft_set_pipapo.c | 2286 .estimate = nft_pipapo_estimate, 2310 .estimate = nft_pipapo_avx2_estimate,
|
H A D | nf_tables_api.c | 3764 if (!ops->estimate(desc, flags, &est)) in nft_select_set_ops()
|
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nft_set_hash.c | 735 .estimate = nft_rhash_estimate, 757 .estimate = nft_hash_estimate, 776 .estimate = nft_hash_fast_estimate,
|
H A D | nft_set_bitmap.c | 304 .estimate = nft_bitmap_estimate,
|
H A D | nft_set_rbtree.c | 761 .estimate = nft_rbtree_estimate,
|
H A D | nft_set_pipapo.c | 2293 .estimate = nft_pipapo_estimate, 2317 .estimate = nft_pipapo_avx2_estimate,
|
H A D | nf_tables_api.c | 4212 if (!ops->estimate(desc, flags, &est)) in nft_select_set_ops()
|
/kernel/linux/linux-5.10/include/net/netfilter/ |
H A D | nf_tables.h | 390 bool (*estimate)(const struct nft_set_desc *desc, member
|
/kernel/linux/linux-6.6/include/net/netfilter/ |
H A D | nf_tables.h | 469 bool (*estimate)(const struct nft_set_desc *desc, member
|
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 340 # Now calculate an estimate of the quotient words (msw first, then lsw).
|
H A D | fplsp.S | 6769 # d) It is important to estimate how large can |R| be #
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | setox.S | 112 | d) It is important to estimate how large can |R| be after
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | setox.S | 112 | d) It is important to estimate how large can |R| be after
|
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 340 # Now calculate an estimate of the quotient words (msw first, then lsw).
|
H A D | fplsp.S | 6769 # d) It is important to estimate how large can |R| be #
|