Home
last modified time | relevance | path

Searched refs:estimate (Results 1 - 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/init/
H A Dcalibrate.c122 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 Dcalibrate.c122 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 Ddiv64.S32 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 Ddiv64.S32 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 Dpolicy.c256 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 Dpolicy.c256 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 Dnft_set_hash.c719 .estimate = nft_rhash_estimate,
741 .estimate = nft_hash_estimate,
760 .estimate = nft_hash_fast_estimate,
H A Dnft_set_bitmap.c303 .estimate = nft_bitmap_estimate,
H A Dnft_set_rbtree.c760 .estimate = nft_rbtree_estimate,
H A Dnft_set_pipapo.c2286 .estimate = nft_pipapo_estimate,
2310 .estimate = nft_pipapo_avx2_estimate,
H A Dnf_tables_api.c3764 if (!ops->estimate(desc, flags, &est)) in nft_select_set_ops()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_hash.c735 .estimate = nft_rhash_estimate,
757 .estimate = nft_hash_estimate,
776 .estimate = nft_hash_fast_estimate,
H A Dnft_set_bitmap.c304 .estimate = nft_bitmap_estimate,
H A Dnft_set_rbtree.c761 .estimate = nft_rbtree_estimate,
H A Dnft_set_pipapo.c2293 .estimate = nft_pipapo_estimate,
2317 .estimate = nft_pipapo_avx2_estimate,
H A Dnf_tables_api.c4212 if (!ops->estimate(desc, flags, &est)) in nft_select_set_ops()
/kernel/linux/linux-5.10/include/net/netfilter/
H A Dnf_tables.h390 bool (*estimate)(const struct nft_set_desc *desc, member
/kernel/linux/linux-6.6/include/net/netfilter/
H A Dnf_tables.h469 bool (*estimate)(const struct nft_set_desc *desc, member
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H A Dilsp.S340 # Now calculate an estimate of the quotient words (msw first, then lsw).
H A Dfplsp.S6769 # d) It is important to estimate how large can |R| be #
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dsetox.S112 | d) It is important to estimate how large can |R| be after
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dsetox.S112 | d) It is important to estimate how large can |R| be after
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H A Dilsp.S340 # Now calculate an estimate of the quotient words (msw first, then lsw).
H A Dfplsp.S6769 # d) It is important to estimate how large can |R| be #

Completed in 73 milliseconds