Searched refs:weight (Results 1 – 8 of 8) sorted by relevance
| /lib/ |
| D | irq_poll.c | 88 int work, weight; in irq_poll_softirq() local 107 weight = iop->weight; in irq_poll_softirq() 110 work = iop->poll(iop, weight); in irq_poll_softirq() 124 if (work >= weight) { in irq_poll_softirq() 179 void irq_poll_init(struct irq_poll *iop, int weight, irq_poll_fn *poll_fn) in irq_poll_init() argument 183 iop->weight = weight; in irq_poll_init()
|
| D | cpumask_kunit.c | 30 int weight; \ 33 weight = cpumask_weight(&mask_tmp); \ 36 KUNIT_EXPECT_EQ((test), weight, iter); \
|
| D | objagg.c | 741 unsigned int weight = node->objagg_obj->stats.user_count; in objagg_tmp_graph_node_weight() local 754 weight += node->objagg_obj->stats.user_count; in objagg_tmp_graph_node_weight() 756 return weight; in objagg_tmp_graph_node_weight() 763 unsigned int weight; in objagg_tmp_graph_node_max_weight() local 771 weight = objagg_tmp_graph_node_weight(graph, i); in objagg_tmp_graph_node_max_weight() 772 if (weight >= max_weight) { in objagg_tmp_graph_node_max_weight() 773 max_weight = weight; in objagg_tmp_graph_node_max_weight()
|
| D | sbitmap.c | 341 unsigned int i, weight = 0; in __sbitmap_weight() local 348 weight += bitmap_weight(&word->word, word_depth); in __sbitmap_weight() 350 weight += bitmap_weight(&word->cleared, word_depth); in __sbitmap_weight() 352 return weight; in __sbitmap_weight()
|
| D | Kconfig | 740 Run boot-time test of light-weight queuing.
|
| /lib/zstd/compress/ |
| D | fse_compress.c | 463 U32 const weight = sEnd - sStart; in FSE_normalizeM2() local 464 if (weight < 1) in FSE_normalizeM2() 466 norm[s] = (short)weight; in FSE_normalizeM2()
|
| D | zstd_compress_internal.h | 1285 U32 const weight = BWeight + FWeight; in ZSTD_fWeight() local 1287 return (double)weight / fp_multiplier; in ZSTD_fWeight()
|
| D | zstd_opt.c | 51 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight() local 53 return weight; in ZSTD_fracWeight()
|