Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 5 of 5) 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()
Dobjagg.c738 unsigned int weight = node->objagg_obj->stats.user_count; in objagg_tmp_graph_node_weight() local
751 weight += node->objagg_obj->stats.user_count; in objagg_tmp_graph_node_weight()
753 return weight; in objagg_tmp_graph_node_weight()
760 unsigned int weight; in objagg_tmp_graph_node_max_weight() local
768 weight = objagg_tmp_graph_node_weight(graph, i); in objagg_tmp_graph_node_max_weight()
769 if (weight >= max_weight) { in objagg_tmp_graph_node_max_weight()
770 max_weight = weight; in objagg_tmp_graph_node_max_weight()
Dsbitmap.c314 unsigned int i, weight = 0; in __sbitmap_weight() local
320 weight += bitmap_weight(&word->word, word->depth); in __sbitmap_weight()
322 weight += bitmap_weight(&word->cleared, word->depth); in __sbitmap_weight()
324 return weight; in __sbitmap_weight()
/lib/zstd/
Dhuf_decompress.c389 BYTE weight; member
418 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX4Level2() local
419 const U32 nbBits = nbBitsBaseline - weight; in HUF_fillDTableX4Level2()
421 const U32 start = rankVal[weight]; in HUF_fillDTableX4Level2()
432 rankVal[weight] += length; in HUF_fillDTableX4Level2()
453 const U32 weight = sortedList[s].weight; in HUF_fillDTableX4() local
454 const U32 nbBits = nbBitsBaseline - weight; in HUF_fillDTableX4()
455 const U32 start = rankVal[weight]; in HUF_fillDTableX4()
478 rankVal[weight] += length; in HUF_fillDTableX4()
556 sortedSymbol[r].weight = (BYTE)w; in HUF_readDTableX4_wksp()
Dfse_compress.c596 U32 const weight = sEnd - sStart; in FSE_normalizeM2() local
597 if (weight < 1) in FSE_normalizeM2()
599 norm[s] = (short)weight; in FSE_normalizeM2()