Searched refs:weight (Results 1 – 5 of 5) sorted by relevance
88 int work, weight; in irq_poll_softirq() local107 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() argument183 iop->weight = weight; in irq_poll_init()
738 unsigned int weight = node->objagg_obj->stats.user_count; in objagg_tmp_graph_node_weight() local751 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() local768 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()
314 unsigned int i, weight = 0; in __sbitmap_weight() local320 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()
389 BYTE weight; member418 const U32 weight = sortedSymbols[s].weight; in HUF_fillDTableX4Level2() local419 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() local454 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()
596 U32 const weight = sEnd - sStart; in FSE_normalizeM2() local597 if (weight < 1) in FSE_normalizeM2()599 norm[s] = (short)weight; in FSE_normalizeM2()