Searched refs:mt_slots (Results 1 – 3 of 3) sorted by relevance
2165 int mt_slots; in input_estimate_events_per_packet() local2170 mt_slots = dev->mt->num_slots; in input_estimate_events_per_packet()2172 mt_slots = dev->absinfo[ABS_MT_TRACKING_ID].maximum - in input_estimate_events_per_packet()2174 mt_slots = clamp(mt_slots, 2, 32); in input_estimate_events_per_packet()2176 mt_slots = 2; in input_estimate_events_per_packet()2178 mt_slots = 0; in input_estimate_events_per_packet()2181 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */ in input_estimate_events_per_packet()2185 events += input_is_mt_axis(i) ? mt_slots : 1; in input_estimate_events_per_packet()
110 static const unsigned char mt_slots[] = { variable1494 for (i = 0; i < mt_slots[mt]; i++) { in mas_leaf_max_gap()1974 if (end < mt_slots[mt] - 1) in mas_leaf_set_meta()3049 unsigned char max_s = mt_slots[mt]; in mas_destroy_rebalance()3055 if (tmp < mt_slots[mt]) in mas_destroy_rebalance()3264 split = mt_slots[mast->bn->type] - 2; in mas_push_data()4225 if (new_end >= mt_slots[wr_mas->type]) in mas_wr_store_type()5239 if ((offset < mt_slots[type]) && in mt_free_walk()5313 if (offset >= mt_slots[type]) in mt_destroy_walk()7395 for (i = 0; i < mt_slots[type]; i++) { in mas_validate_child_slot()[all …]
35946 for (i = 0; i < mt_slots[type]; i++) { in compare_node()36072 if (mas_data_end(&mas) + 1 < mt_slots[type]) { in build_full_tree()