Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 8 of 8) sorted by relevance

/lib/
Dirq_poll.c88 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()
Dcpumask_kunit.c30 int weight; \
33 weight = cpumask_weight(&mask_tmp); \
36 KUNIT_EXPECT_EQ((test), weight, iter); \
Dobjagg.c741 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()
Dsbitmap.c341 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()
DKconfig740 Run boot-time test of light-weight queuing.
/lib/zstd/compress/
Dfse_compress.c463 U32 const weight = sEnd - sStart; in FSE_normalizeM2() local
464 if (weight < 1) in FSE_normalizeM2()
466 norm[s] = (short)weight; in FSE_normalizeM2()
Dzstd_compress_internal.h1285 U32 const weight = BWeight + FWeight; in ZSTD_fWeight() local
1287 return (double)weight / fp_multiplier; in ZSTD_fWeight()
Dzstd_opt.c51 U32 const weight = BWeight + FWeight; in ZSTD_fracWeight() local
53 return weight; in ZSTD_fracWeight()