Searched refs:mt (Results 1 - 25 of 148) sorted by relevance

123456

/linux-master/lib/
H A Dtest_maple_tree.c19 #define mt_dump(mt, fmt) do {} while (0)
20 #define mt_validate(mt) do {} while (0)
63 static int __init mtree_insert_index(struct maple_tree *mt, argument
66 return mtree_insert(mt, index, xa_mk_value(index & LONG_MAX), gfp);
69 static void __init mtree_erase_index(struct maple_tree *mt, unsigned long index) argument
71 MT_BUG_ON(mt, mtree_erase(mt, index) != xa_mk_value(index & LONG_MAX));
72 MT_BUG_ON(mt, mtree_load(mt, index) != NULL);
75 static int __init mtree_test_insert(struct maple_tree *mt, unsigne argument
81 mtree_test_store_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr) argument
87 mtree_test_store(struct maple_tree *mt, unsigned long start, void *ptr) argument
93 mtree_test_insert_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr) argument
99 mtree_test_load(struct maple_tree *mt, unsigned long index) argument
104 mtree_test_erase(struct maple_tree *mt, unsigned long index) argument
110 check_mtree_alloc_range(struct maple_tree *mt, unsigned long start, unsigned long end, unsigned long size, unsigned long expected, int eret, void *ptr) argument
127 check_mtree_alloc_rrange(struct maple_tree *mt, unsigned long start, unsigned long end, unsigned long size, unsigned long expected, int eret, void *ptr) argument
145 check_load(struct maple_tree *mt, unsigned long index, void *ptr) argument
155 check_store_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr, int expected) argument
171 check_insert_range(struct maple_tree *mt, unsigned long start, unsigned long end, void *ptr, int expected) argument
187 check_insert(struct maple_tree *mt, unsigned long index, void *ptr) argument
196 check_dup_insert(struct maple_tree *mt, unsigned long index, void *ptr) argument
206 check_index_load(struct maple_tree *mt, unsigned long index) argument
227 check_rev_seq(struct maple_tree *mt, unsigned long max, bool verbose) argument
260 check_seq(struct maple_tree *mt, unsigned long max, bool verbose) argument
289 check_lb_not_empty(struct maple_tree *mt) argument
308 check_lower_bound_split(struct maple_tree *mt) argument
314 check_upper_bound_split(struct maple_tree *mt) argument
339 check_mid_split(struct maple_tree *mt) argument
348 check_rev_find(struct maple_tree *mt) argument
387 check_find(struct maple_tree *mt) argument
604 check_find_2(struct maple_tree *mt) argument
649 check_alloc_rev_range(struct maple_tree *mt) argument
823 check_alloc_range(struct maple_tree *mt) argument
989 check_ranges(struct maple_tree *mt) argument
1322 check_next_entry(struct maple_tree *mt) argument
1346 check_prev_entry(struct maple_tree *mt) argument
1390 check_root_expand(struct maple_tree *mt) argument
1480 check_gap_combining(struct maple_tree *mt) argument
1677 check_node_overwrite(struct maple_tree *mt) argument
1690 bench_slot_store(struct maple_tree *mt) argument
1706 bench_node_store(struct maple_tree *mt) argument
1725 bench_awalk(struct maple_tree *mt) argument
1742 bench_walk(struct maple_tree *mt) argument
1759 bench_load(struct maple_tree *mt) argument
1772 bench_mt_for_each(struct maple_tree *mt) argument
1796 bench_mas_for_each(struct maple_tree *mt) argument
1826 bench_mas_prev(struct maple_tree *mt) argument
1858 struct maple_tree mt, newmt; local
1900 check_iteration(struct maple_tree *mt) argument
1967 check_mas_store_gfp(struct maple_tree *mt) argument
2002 struct maple_tree mt, newmt; local
2048 next_prev_test(struct maple_tree *mt) argument
2230 check_spanning_relatives(struct maple_tree *mt) argument
2243 check_fuzzer(struct maple_tree *mt) argument
2640 check_dup_gaps(struct maple_tree *mt, unsigned long nr_entries, bool zero_start, unsigned long gap) argument
2684 check_dup(struct maple_tree *mt) argument
2772 check_bnode_min_spanning(struct maple_tree *mt) argument
2791 check_empty_area_window(struct maple_tree *mt) argument
2876 check_empty_area_fill(struct maple_tree *mt) argument
3064 check_state_handling(struct maple_tree *mt) argument
3602 alloc_cyclic_testing(struct maple_tree *mt) argument
[all...]
H A Dmaple_tree.c215 static inline unsigned int mt_attr(struct maple_tree *mt) argument
217 return mt->ma_flags & ~MT_FLAGS_HEIGHT_MASK;
381 static __always_inline bool mt_is_alloc(struct maple_tree *mt) argument
383 return (mt->ma_flags & MT_FLAGS_ALLOC_RANGE);
754 * @mt: The maple node type
758 static inline void __rcu **ma_slots(struct maple_node *mn, enum maple_type mt) argument
760 switch (mt) {
773 static inline bool mt_write_locked(const struct maple_tree *mt) argument
775 return mt_external_lock(mt) ? mt_write_lock_is_held(mt)
779 mt_locked(const struct maple_tree *mt) argument
785 mt_slot(const struct maple_tree *mt, void __rcu **slots, unsigned char offset) argument
791 mt_slot_locked(struct maple_tree *mt, void __rcu **slots, unsigned char offset) argument
835 mt_root_locked(struct maple_tree *mt) argument
851 ma_meta(struct maple_node *mn, enum maple_type mt) argument
869 ma_set_meta(struct maple_node *mn, enum maple_type mt, unsigned char offset, unsigned char end) argument
886 mt_clear_meta(struct maple_tree *mt, struct maple_node *mn, enum maple_type type) argument
922 ma_meta_end(struct maple_node *mn, enum maple_type mt) argument
945 ma_set_meta_gap(struct maple_node *mn, enum maple_type mt, unsigned char offset) argument
1471 enum maple_type mt; local
1554 ma_max_gap(struct maple_node *node, unsigned long *gaps, enum maple_type mt, unsigned char *off) argument
1582 enum maple_type mt; local
1752 enum maple_type mt; variable in typeref:enum:maple_type
1926 enum maple_type mt; local
1974 mas_leaf_set_meta(struct maple_node *node, enum maple_type mt, unsigned char end) argument
1993 enum maple_type mt = mte_node_type(mas->node); local
2043 mas_bulk_rebalance(struct ma_state *mas, unsigned char end, enum maple_type mt) argument
3017 enum maple_type mt = mte_node_type(mas->node); local
4373 enum maple_type mt; local
4546 enum maple_type mt; local
5049 enum maple_type mt; local
5165 mte_dead_leaves(struct maple_enode *enode, struct maple_tree *mt, void __rcu **slots) argument
5260 mte_destroy_descend(struct maple_enode **enode, struct maple_tree *mt, struct maple_enode *prev, unsigned char offset) argument
5290 mt_destroy_walk(struct maple_enode *enode, struct maple_tree *mt, bool free) argument
5352 mte_destroy_walk(struct maple_enode *enode, struct maple_tree *mt) argument
5799 mt_next(struct maple_tree *mt, unsigned long index, unsigned long max) argument
5929 mt_prev(struct maple_tree *mt, unsigned long index, unsigned long min) argument
6317 mtree_load(struct maple_tree *mt, unsigned long index) argument
6359 mtree_store_range(struct maple_tree *mt, unsigned long index, unsigned long last, void *entry, gfp_t gfp) argument
6396 mtree_store(struct maple_tree *mt, unsigned long index, void *entry, gfp_t gfp) argument
6414 mtree_insert_range(struct maple_tree *mt, unsigned long first, unsigned long last, void *entry, gfp_t gfp) argument
6449 mtree_insert(struct maple_tree *mt, unsigned long index, void *entry, gfp_t gfp) argument
6456 mtree_alloc_range(struct maple_tree *mt, unsigned long *startp, void *entry, unsigned long size, unsigned long min, unsigned long max, gfp_t gfp) argument
6517 mtree_alloc_cyclic(struct maple_tree *mt, unsigned long *startp, void *entry, unsigned long range_lo, unsigned long range_hi, unsigned long *next, gfp_t gfp) argument
6537 mtree_alloc_rrange(struct maple_tree *mt, unsigned long *startp, void *entry, unsigned long size, unsigned long min, unsigned long max, gfp_t gfp) argument
6585 mtree_erase(struct maple_tree *mt, unsigned long index) argument
6814 __mt_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) argument
6851 mtree_dup(struct maple_tree *mt, struct maple_tree *new, gfp_t gfp) argument
6878 __mt_destroy(struct maple_tree *mt) argument
6896 mtree_destroy(struct maple_tree *mt) argument
6920 mt_find(struct maple_tree *mt, unsigned long *index, unsigned long max) argument
6980 mt_find_after(struct maple_tree *mt, unsigned long *index, unsigned long max) argument
7129 mt_dump_range64(const struct maple_tree *mt, void *entry, unsigned long min, unsigned long max, unsigned int depth, enum mt_dump_format format) argument
7182 mt_dump_arange64(const struct maple_tree *mt, void *entry, unsigned long min, unsigned long max, unsigned int depth, enum mt_dump_format format) argument
7239 mt_dump_node(const struct maple_tree *mt, void *entry, unsigned long min, unsigned long max, unsigned int depth, enum mt_dump_format format) argument
7274 mt_dump(const struct maple_tree *mt, enum mt_dump_format format) argument
7295 enum maple_type mt = mte_node_type(mas->node); local
7529 mt_validate_nulls(struct maple_tree *mt) argument
7571 mt_validate(struct maple_tree *mt) argument
[all...]
/linux-master/drivers/input/
H A Dinput-mt.c8 #include <linux/input/mt.h>
28 * @flags: mt tasks to handle in core
42 struct input_mt *mt = dev->mt; local
47 if (mt)
48 return mt->num_slots != num_slots ? -EINVAL : 0;
50 mt = kzalloc(struct_size(mt, slots, num_slots), GFP_KERNEL);
51 if (!mt)
54 mt
138 struct input_mt *mt = dev->mt; local
198 struct input_mt *mt = dev->mt; local
259 __input_mt_drop_unused(struct input_dev *dev, struct input_mt *mt) argument
282 struct input_mt *mt = dev->mt; local
305 struct input_mt *mt = dev->mt; local
332 struct input_mt *mt = dev->mt; local
403 input_mt_set_matrix(struct input_mt *mt, const struct input_mt_pos *pos, int num_pos, int mu) argument
426 input_mt_set_slots(struct input_mt *mt, int *slots, int num_pos) argument
484 struct input_mt *mt = dev->mt; local
517 struct input_mt *mt = dev->mt; local
[all...]
H A DMakefile9 input-core-y := input.o input-compat.o input-mt.o input-poller.o ff-core.o
/linux-master/drivers/net/ethernet/microchip/vcap/
H A Dvcap_tc.c68 struct flow_match_ipv4_addrs mt; local
70 flow_rule_match_ipv4_addrs(st->frule, &mt);
71 if (mt.mask->src) {
74 be32_to_cpu(mt.key->src),
75 be32_to_cpu(mt.mask->src));
79 if (mt.mask->dst) {
82 be32_to_cpu(mt.key->dst),
83 be32_to_cpu(mt.mask->dst));
104 struct flow_match_ipv6_addrs mt; local
108 flow_rule_match_ipv6_addrs(st->frule, &mt);
137 struct flow_match_ports mt; local
175 struct flow_match_vlan mt; local
217 struct flow_match_vlan mt; local
252 struct flow_match_tcp mt; local
328 struct flow_match_arp mt; local
391 struct flow_match_ip mt; local
[all...]
/linux-master/include/trace/events/
H A Dmmap.h47 TP_PROTO(struct maple_tree *mt, unsigned long start,
50 TP_ARGS(mt, start, end),
53 __field(struct maple_tree *, mt)
59 __entry->mt = mt;
65 __entry->mt,
72 TP_PROTO(struct maple_tree *mt, struct vm_area_struct *vma),
74 TP_ARGS(mt, vma),
77 __field(struct maple_tree *, mt)
84 __entry->mt
[all...]
H A Dpage_ref.h25 __field(int, mt)
35 __entry->mt = get_pageblock_migratetype(page);
39 TP_printk("pfn=0x%lx flags=%s count=%d mapcount=%d mapping=%p mt=%d val=%d",
43 __entry->mapcount, __entry->mapping, __entry->mt,
73 __field(int, mt)
84 __entry->mt = get_pageblock_migratetype(page);
89 TP_printk("pfn=0x%lx flags=%s count=%d mapcount=%d mapping=%p mt=%d val=%d ret=%d",
93 __entry->mapcount, __entry->mapping, __entry->mt,
/linux-master/drivers/thermal/mediatek/
H A Dauxadc_thermal.c307 struct mtk_thermal *mt; member in struct:mtk_thermal_bank
350 int (*raw_to_mcelsius)(struct mtk_thermal *mt, int sensno, s32 raw);
705 * @mt: The thermal controller
712 static int raw_to_mcelsius_v1(struct mtk_thermal *mt, int sensno, s32 raw) argument
719 tmp /= mt->conf->cali_val + mt->o_slope;
720 tmp /= 10000 + mt->adc_ge;
721 tmp *= raw - mt->vts[sensno] - 3350;
724 return mt->degc_cali * 500 - tmp;
727 static int raw_to_mcelsius_v2(struct mtk_thermal *mt, in argument
757 raw_to_mcelsius_v3(struct mtk_thermal *mt, int sensno, s32 raw) argument
782 struct mtk_thermal *mt = bank->mt; local
803 struct mtk_thermal *mt = bank->mt; local
818 struct mtk_thermal *mt = bank->mt; local
850 struct mtk_thermal *mt = thermal_zone_device_priv(tz); local
873 mtk_thermal_init_bank(struct mtk_thermal *mt, int num, u32 apmixed_phys_base, u32 auxadc_phys_base, int ctrl_id) argument
992 mtk_thermal_extract_efuse_v1(struct mtk_thermal *mt, u32 *buf) argument
1037 mtk_thermal_extract_efuse_v2(struct mtk_thermal *mt, u32 *buf) argument
1054 mtk_thermal_extract_efuse_v3(struct mtk_thermal *mt, u32 *buf) argument
1073 mtk_thermal_get_calibration_data(struct device *dev, struct mtk_thermal *mt) argument
1168 mtk_thermal_turn_on_buffer(struct mtk_thermal *mt, void __iomem *apmixed_base) argument
1183 mtk_thermal_release_periodic_ts(struct mtk_thermal *mt, void __iomem *auxadc_base) argument
1198 struct mtk_thermal *mt; local
[all...]
/linux-master/include/linux/
H A Dmaple_tree.h186 #define mt_lock_is_held(mt) \
187 (!(mt)->ma_external_lock || lock_is_held((mt)->ma_external_lock))
189 #define mt_write_lock_is_held(mt) \
190 (!(mt)->ma_external_lock || \
191 lock_is_held_type((mt)->ma_external_lock, 0))
193 #define mt_set_external_lock(mt, lock) \
194 (mt)->ma_external_lock = &(lock)->dep_map
196 #define mt_on_stack(mt) (mt)
349 mtree_empty(const struct maple_tree *mt) argument
757 mt_external_lock(const struct maple_tree *mt) argument
772 mt_init_flags(struct maple_tree *mt, unsigned int flags) argument
788 mt_init(struct maple_tree *mt) argument
793 mt_in_rcu(struct maple_tree *mt) argument
805 mt_clear_in_rcu(struct maple_tree *mt) argument
824 mt_set_in_rcu(struct maple_tree *mt) argument
839 mt_height(const struct maple_tree *mt) argument
[all...]
/linux-master/drivers/base/regmap/
H A Dregcache-maple.c19 struct maple_tree *mt = map->cache; local
20 MA_STATE(mas, mt, reg, reg);
41 struct maple_tree *mt = map->cache; local
42 MA_STATE(mas, mt, reg, reg);
110 struct maple_tree *mt = map->cache; local
111 MA_STATE(mas, mt, min, max);
241 struct maple_tree *mt = map->cache; local
243 MA_STATE(mas, mt, min, max);
295 struct maple_tree *mt = map->cache; local
296 MA_STATE(mas, mt,
318 struct maple_tree *mt = map->cache; local
346 struct maple_tree *mt; local
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_g450.c238 struct my_timming *mt, const struct output_desc *outd)
253 hvis = ((mt->HDisplay << 1) + 3) & ~3;
266 mt->mnp = mnp;
267 mt->pixclock = g450_mnp2f(minfo, mnp);
271 pixclock = 1000000000U / mt->pixclock;
276 do_div(piic, mt->pixclock);
323 mt->interlaced = 1;
325 mt->HDisplay = hvis & ~7;
326 mt->HSyncStart = mt
237 computeRegs(struct matrox_fb_info *minfo, struct mavenregs *r, struct my_timming *mt, const struct output_desc *outd) argument
521 matroxfb_g450_compute(void* md, struct my_timming* mt) argument
578 g450_dvi_compute(void* md, struct my_timming* mt) argument
[all...]
H A Dmatroxfb_maven.c756 struct my_timming* mt,
772 if (maven_find_exact_clocks(mt->HTotal, mt->VTotal, m) == 0)
775 lmargin = mt->HTotal - mt->HSyncEnd;
776 slen = mt->HSyncEnd - mt->HSyncStart;
777 hcrt = mt->HTotal - slen - mt->delay;
778 umargin = mt
755 maven_compute_timming(struct maven_data* md, struct my_timming* mt, struct mavenregs* m) argument
1148 maven_out_compute(void* md, struct my_timming* mt) argument
[all...]
H A Dmatroxfb_crtc2.c65 struct my_timming* mt,
105 if (mt->interlaced) {
107 mt->VDisplay >>= 1;
108 mt->VSyncStart >>= 1;
109 mt->VSyncEnd >>= 1;
110 mt->VTotal >>= 1;
112 if ((mt->HTotal & 7) == 2) {
114 mt->HTotal &= ~7;
117 mga_outl(0x3C14, ((mt->HDisplay - 8) << 16) | (mt
64 matroxfb_dh_restore(struct matroxfb_dh_fb_info* m2info, struct my_timming* mt, int mode, unsigned int pos) argument
344 struct my_timming mt; local
[all...]
H A Dmatroxfb_misc.c107 void matroxfb_var2my(struct fb_var_screeninfo* var, struct my_timming* mt) { argument
113 mt->pixclock = 1000000000 / pixclock;
114 if (mt->pixclock < 1) mt->pixclock = 1;
115 mt->mnp = -1;
116 mt->dblscan = var->vmode & FB_VMODE_DOUBLE;
117 mt->interlaced = var->vmode & FB_VMODE_INTERLACED;
118 mt->HDisplay = var->xres;
119 mt->HSyncStart = mt
[all...]
/linux-master/include/linux/input/
H A Dmt.h19 #define INPUT_MT_SEMI_MT 0x0010 /* semi-mt device, finger count handled manually */
70 static inline bool input_mt_is_used(const struct input_mt *mt, argument
73 return slot->frame == mt->frame;
80 static inline int input_mt_new_trkid(struct input_mt *mt) argument
82 return mt->trkid++ & TRKID_MAX;
/linux-master/mm/
H A Dpage_reporting.c116 int mt = get_pageblock_migratetype(page); local
119 __putback_isolated_page(page, order, mt);
147 unsigned int order, unsigned int mt,
151 struct list_head *list = &area->free_list[mt];
263 unsigned int order, mt, leftover, offset = PAGE_REPORTING_CAPACITY; local
278 /* Process each free list starting from lowest order/mt */
280 for (mt = 0; mt < MIGRATE_TYPES; mt++) {
282 if (is_migrate_isolate(mt))
146 page_reporting_cycle(struct page_reporting_dev_info *prdev, struct zone *zone, unsigned int order, unsigned int mt, struct scatterlist *sgl, unsigned int *offset) argument
[all...]
/linux-master/tools/testing/radix-tree/
H A Dmaple.c29 #define RCU_MT_BUG_ON(test, y) {if (y) { test->stop = true; } MT_BUG_ON(test->mt, y); }
32 struct maple_tree *mt; member in struct:rcu_test_struct2
49 struct maple_tree *mt; member in struct:rcu_test_struct3
91 static noinline void __init check_new_node(struct maple_tree *mt) argument
99 MA_STATE(mas, mt, 0, 0);
104 mtree_lock(mt);
109 MT_BUG_ON(mt, mas_alloc_req(&mas) != 3);
111 MT_BUG_ON(mt, mas.node != MA_ERROR(-ENOMEM));
112 MT_BUG_ON(mt, !mas_nomem(&mas, GFP_KERNEL));
114 MT_BUG_ON(mt, mas_allocate
469 check_erase(struct maple_tree *mt, unsigned long index, void *ptr) argument
479 check_erase_testset(struct maple_tree *mt) argument
986 check_erase2_testset(struct maple_tree *mt, const unsigned long *set, unsigned long size) argument
1131 check_erase2_sets(struct maple_tree *mt) argument
34593 rcu_stress_rev(struct maple_tree *mt, struct rcu_test_struct2 *test, int count, struct rcu_reader_struct *test_reader) argument
34652 rcu_stress_fwd(struct maple_tree *mt, struct rcu_test_struct2 *test, int count, struct rcu_reader_struct *test_reader) argument
34720 rcu_stress(struct maple_tree *mt, bool forward) argument
34797 struct maple_tree *mt; /* the maple tree */ member in struct:rcu_test_struct
34939 run_check_rcu(struct maple_tree *mt, struct rcu_test_struct *vals) argument
34991 run_check_rcu_slot_store(struct maple_tree *mt) argument
35036 run_check_rcu_slowread(struct maple_tree *mt, struct rcu_test_struct *vals) argument
35077 check_rcu_simulated(struct maple_tree *mt) argument
35238 check_rcu_threaded(struct maple_tree *mt) argument
35387 check_dfs_preorder(struct maple_tree *mt) argument
35455 check_prealloc(struct maple_tree *mt) argument
35588 check_spanning_write(struct maple_tree *mt) argument
35756 check_null_expand(struct maple_tree *mt) argument
35817 check_nomem(struct maple_tree *mt) argument
35852 check_locky(struct maple_tree *mt) argument
36021 build_full_tree(struct maple_tree *mt, unsigned int flags, int height) argument
36074 check_mtree_dup(struct maple_tree *mt) argument
[all...]
/linux-master/drivers/input/mouse/
H A Dalps.c17 #include <linux/input/mt.h>
383 * Process bitmap data from semi-mt protocols. Returns the number of
389 * These points are returned in fields->mt when the return value
496 fields->mt[0] = fields->st;
497 fields->mt[1] = corner[priv->second_touch];
517 input_mt_assign_slots(dev, slot, f->mt, n, 0);
519 alps_set_slot(dev, slot[i], f->mt[i].x, f->mt[i].y);
530 /* Use st data when we don't have mt data */
532 f->mt[
969 alps_get_finger_coordinate_v7(struct input_mt_pos *mt, unsigned char *pkt, unsigned char pkt_id) argument
1014 alps_get_mt_count(struct input_mt_pos *mt) argument
[all...]
/linux-master/arch/arm/include/asm/
H A Dmpu.h70 #define PMSAv8_MAIR(attr, mt) ((attr) << ((mt) * 8))
/linux-master/arch/arm/mm/
H A Dmm.h64 #define VM_ARM_MTYPE(mt) ((mt) << 20)
/linux-master/net/netfilter/
H A Dnft_set_pipapo.c351 * @mt: Mapping table containing bit set specifiers
364 const union nft_pipapo_map_bucket *mt, bool match_only)
389 bitmap_set(dst, mt[i].to, mt[i].n);
462 b = pipapo_refill(res_map, f->bsize, f->rules, fill_map, f->mt,
472 *ext = &f->mt[b].e->ext;
572 b = pipapo_refill(res_map, f->bsize, f->rules, fill_map, f->mt,
578 if (__nft_set_elem_expired(&f->mt[b].e->ext, tstamp))
581 !nft_set_elem_active(&f->mt[b].e->ext, genmask)))
584 ret = f->mt[
362 pipapo_refill(unsigned long *map, unsigned int len, unsigned int rules, unsigned long *dst, const union nft_pipapo_map_bucket *mt, bool match_only) argument
1557 pipapo_unmap(union nft_pipapo_map_bucket *mt, unsigned int rules, unsigned int start, unsigned int n, unsigned int to_offset, bool is_last) argument
[all...]
H A Dnft_set_pipapo_avx2.c141 * @mt: Mapping table containing bit set specifiers
154 union nft_pipapo_map_bucket *mt, bool last)
167 nft_pipapo_avx2_fill(dst, mt[i].to, mt[i].n); \
170 ret = mt[i].to; \
243 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last);
320 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last);
415 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last);
506 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, last);
642 b = nft_pipapo_avx2_refill(i_ul, &map[i_ul], fill, f->mt, las
152 nft_pipapo_avx2_refill(int offset, unsigned long *map, unsigned long *dst, union nft_pipapo_map_bucket *mt, bool last) argument
[all...]
/linux-master/drivers/slimbus/
H A Dslimbus.h115 * @mt: Header field. Message type.
116 * @mc: Header field. LSB is message code for type mt.
129 u8 mt; member in struct:slim_msg_txn
436 static inline bool slim_tid_txn(u8 mt, u8 mc) argument
438 return (mt == SLIM_MSG_MT_CORE &&
445 static inline bool slim_ec_txn(u8 mt, u8 mc) argument
447 return (mt == SLIM_MSG_MT_CORE &&
H A Dmessaging.c121 (txn->mt == SLIM_MSG_MT_CORE &&
136 need_tid = slim_tid_txn(txn->mt, txn->mc);
164 txn->mt, txn->mc, txn->la, ret);
267 if (slim_tid_txn(txn->mt, txn->mc))
/linux-master/arch/mips/kernel/
H A DMakefile58 obj-$(CONFIG_MIPS_MT) += mips-mt.o
59 obj-$(CONFIG_MIPS_MT_FPAFF) += mips-mt-fpaff.o
60 obj-$(CONFIG_MIPS_MT_SMP) += smp-mt.o
66 obj-$(CONFIG_MIPS_VPE_LOADER_MT) += vpe-mt.o
68 obj-$(CONFIG_MIPS_VPE_APSP_API_MT) += rtlx-mt.o

Completed in 348 milliseconds

123456