Searched refs:empty_count (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/input/mouse/
H A Dcyapa_gen5.c450 int empty_count; local
462 empty_count = 0;
469 * we must set the empty_count check value bigger than 5 to
476 if (empty_count > 5)
486 empty_count++;
510 empty_count = 0;
513 empty_count++;
/linux-master/drivers/comedi/drivers/
H A Dmite.c209 unsigned int empty_count = (fcr_bits >> 16) & 0xff; local
212 return empty_count + full_count;
/linux-master/lib/
H A Dmaple_tree.c2961 char empty_count = mas_mt_height(mas); local
2979 mas_node_count(mas, empty_count * 2 - 1);
3003 return mas_spanning_rebalance(mas, &mast, empty_count);

Completed in 111 milliseconds