Searched refs:tab (Results 1 - 25 of 85) sorted by relevance

1234

/linux-master/scripts/genksyms/
H A DMakefile5 genksyms-objs := genksyms.o parse.tab.o lex.lex.o
20 $(obj)/pars%.tab.c $(obj)/pars%.tab.h: $(src)/pars%.y FORCE
26 HOSTCFLAGS_parse.tab.o := -I $(srctree)/$(src)
30 $(obj)/lex.lex.o: $(obj)/parse.tab.h
/linux-master/lib/
H A Dcrc32.c58 crc32_body(u32 crc, unsigned char const *buf, size_t len, const u32 (*tab)[256]) argument
78 const u32 *t0=tab[0], *t1=tab[1], *t2=tab[2], *t3=tab[3];
80 const u32 *t4 = tab[4], *t5 = tab[5], *t6 = tab[6], *t7 = tab[7];
143 * @tab
146 crc32_le_generic(u32 crc, unsigned char const *p, size_t len, const u32 (*tab)[256], u32 polynomial) argument
293 crc32_be_generic(u32 crc, unsigned char const *p, size_t len, const u32 (*tab)[256], u32 polynomial) argument
[all...]
H A Dgen_crc32table.c38 uint32_t (*tab)[256])
43 tab[0][0] = 0;
48 tab[0][i + j] = crc ^ tab[0][j];
51 crc = tab[0][i];
53 crc = tab[0][crc & 0xff] ^ (crc >> 8);
54 tab[j][i] = crc;
37 crc32init_le_generic(const uint32_t polynomial, uint32_t (*tab)[256]) argument
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c835 static void gfar_set_mask(u32 mask, struct filer_table *tab) argument
837 tab->fe[tab->index].ctrl = RQFCR_AND | RQFCR_PID_MASK | RQFCR_CMP_EXACT;
838 tab->fe[tab->index].prop = mask;
839 tab->index++;
843 static void gfar_set_parse_bits(u32 value, u32 mask, struct filer_table *tab) argument
845 gfar_set_mask(mask, tab);
846 tab->fe[tab
852 gfar_set_general_attribute(u32 value, u32 mask, u32 flag, struct filer_table *tab) argument
875 gfar_set_attribute(u32 value, u32 mask, u32 flag, struct filer_table *tab) argument
933 gfar_set_basic_ip(struct ethtool_tcpip4_spec *value, struct ethtool_tcpip4_spec *mask, struct filer_table *tab) argument
953 gfar_set_user_ip(struct ethtool_usrip4_spec *value, struct ethtool_usrip4_spec *mask, struct filer_table *tab) argument
972 gfar_set_ether(struct ethhdr *value, struct ethhdr *mask, struct filer_table *tab) argument
1072 gfar_convert_to_filer(struct ethtool_rx_flow_spec *rule, struct filer_table *tab) argument
1182 gfar_write_filer_table(struct gfar_private *priv, struct filer_table *tab) argument
1226 struct filer_table *tab; local
[all...]
/linux-master/arch/arm/mach-s3c/
H A Dinit.c32 struct cpu_table *tab,
35 for (; count != 0; count--, tab++) {
36 if ((idcode & tab->idmask) == (tab->idcode & tab->idmask))
37 return tab;
31 s3c_lookup_cpu(unsigned long idcode, struct cpu_table *tab, unsigned int count) argument
/linux-master/scripts/dtc/
H A DMakefile10 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
24 HOSTCFLAGS_dtc-parser.tab.o := -I $(srctree)/$(src)
27 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
/linux-master/net/sched/
H A Dsch_gred.c53 struct gred_sched_data *tab[MAX_DPs]; member in struct:gred_sched
99 struct gred_sched_data *q = table->tab[i];
106 if (table->tab[n] && table->tab[n]->prio == q->prio)
160 if (table->tab[i] && table->tab[i]->red_flags)
173 if (dp >= t->DPs || (q = t->tab[dp]) == NULL) {
176 q = t->tab[dp];
199 if (t->tab[i] && t->tab[
[all...]
H A Dsch_choke.c71 struct sk_buff **tab; member in struct:choke_sched_data
99 } while (q->tab[q->head] == NULL);
109 } while (q->tab[q->tail] == NULL);
117 struct sk_buff *skb = q->tab[idx];
119 q->tab[idx] = NULL;
187 skb = q->tab[*pidx];
192 return q->tab[*pidx = q->head];
268 q->tab[q->tail] = skb;
294 skb = q->tab[q->head];
295 q->tab[
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_lcn.c925 struct phytbl_info tab; local
926 tab.tbl_id = tbl_id;
927 tab.tbl_ptr = tbl_ptr;
928 tab.tbl_len = tbl_len;
929 tab.tbl_width = tbl_width;
930 tab.tbl_offset = tbl_offset;
931 wlc_lcnphy_read_table(pi, &tab);
940 struct phytbl_info tab; local
941 tab.tbl_id = tbl_id;
942 tab
1894 struct phytbl_info tab; local
1909 struct phytbl_info tab; local
1922 struct phytbl_info tab; local
2066 struct phytbl_info tab; local
2233 struct phytbl_info tab; local
2268 struct phytbl_info tab; local
2871 struct phytbl_info tab; local
3011 struct phytbl_info tab; local
3104 struct phytbl_info tab; local
3120 struct phytbl_info tab; local
3132 struct phytbl_info tab; local
3192 struct phytbl_info tab; local
3343 struct phytbl_info tab; local
3787 struct phytbl_info tab; local
3822 struct phytbl_info tab; local
3844 struct phytbl_info tab; local
4136 struct phytbl_info tab; local
4281 struct phytbl_info tab; local
4315 struct phytbl_info tab; local
4541 struct phytbl_info tab; local
4683 struct phytbl_info tab; local
[all...]
/linux-master/arch/arm/kernel/
H A Dunwind.c577 struct unwind_table *tab = kmalloc(sizeof(*tab), GFP_KERNEL); local
582 if (!tab)
583 return tab;
585 tab->start = (const struct unwind_idx *)start;
586 tab->stop = (const struct unwind_idx *)(start + size);
587 tab->origin = unwind_find_origin(tab->start, tab->stop);
588 tab
598 unwind_table_del(struct unwind_table *tab) argument
[all...]
/linux-master/arch/arm/include/asm/
H A Dunwind.h39 extern void unwind_table_del(struct unwind_table *tab);
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dsched.c50 e = &s->tab[p->u.params.class];
129 end = &s->tab[s->sched_size];
130 for (e = &s->tab[0]; e != end; ++e) {
182 return qe ? &pi->sched_tbl->tab[qe->param.class] : NULL;
206 e = &pi->sched_tbl->tab[qe->param.class];
244 e = &s->tab[qe->param.class];
277 e = &pi->sched_tbl->tab[fe->param.class];
309 e = &s->tab[fe->param.class];
488 end = &s->tab[s->sched_size];
489 for (e = &s->tab[
[all...]
H A Dsched.h85 struct sched_class tab[] __counted_by(sched_size);
/linux-master/tools/testing/selftests/intel_pstate/
H A Drun.sh110 echo "Target Actual Difference MSR(0x199) max_perf_pct" | tr " " "\n" > /tmp/result.tab
116 cat >> /tmp/result.tab << EOF
126 pr -aTt -5 < /tmp/result.tab
/linux-master/tools/perf/jvmti/
H A Dlibjvmti.c36 jvmti_line_info_t *tab)
57 tab->pc = (unsigned long)pc;
58 tab->line_number = loc_tab[src_line].line_number;
59 tab->discrim = 0; /* not yet used */
60 tab->methodID = m;
73 get_line_numbers(jvmtiEnv *jvmti, const void *compile_info, jvmti_line_info_t **tab, int *nr_lines) argument
82 if (!(tab && nr_lines))
101 *tab = malloc(nr_total * sizeof(**tab));
102 if (!*tab)
35 do_get_line_number(jvmtiEnv *jvmti, void *pc, jmethodID m, jint bci, jvmti_line_info_t *tab) argument
[all...]
/linux-master/drivers/media/dvb-frontends/
H A Dcxd2820r_c.c20 struct reg_val_mask tab[] = { local
48 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab));
301 static const struct reg_val_mask tab[] = { local
313 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab));
H A Dcxd2820r_t2.c26 struct reg_val_mask tab[] = { local
91 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab));
389 static const struct reg_val_mask tab[] = { local
400 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab));
H A Dcxd2820r_t.c30 struct reg_val_mask tab[] = { local
73 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab));
395 static struct reg_val_mask tab[] = { local
407 ret = cxd2820r_wr_reg_val_mask_tab(priv, tab, ARRAY_SIZE(tab));
H A Daf9013.c836 const struct af9013_reg_mask_val *tab; local
894 tab = demod_init_tab;
896 ret = regmap_update_bits(state->regmap, tab[i].reg, tab[i].mask,
897 tab[i].val);
907 tab = tuner_init_tab_mxl5003d;
913 tab = tuner_init_tab_mxl5005;
917 tab = tuner_init_tab_env77h11d5;
921 tab = tuner_init_tab_mt2060;
925 tab
[all...]
/linux-master/arch/x86/platform/uv/
H A Dbios_uv.c26 struct uv_systab *tab = uv_systab; local
29 if (!tab || !tab->function)
35 ret = efi_call_virt_pointer(tab, function, (u64)which, a1, a2, a3, a4, a5);
/linux-master/drivers/video/fbdev/core/
H A Dsysimgblt.c194 const u32 *tab; local
201 tab = fb_be_math(p) ? cfb_tab8_be : cfb_tab8_le;
205 tab = fb_be_math(p) ? cfb_tab16_be : cfb_tab16_le;
209 tab = cfb_tab32;
228 colortab[i] = (tab[i] & eorx) ^ bgx;
/linux-master/drivers/hid/
H A Dhid-debug.c555 static void tab(int n, struct seq_file *f) { function
563 tab(n, f);
568 tab(n, f);
573 tab(n, f);
577 tab(n, f); seq_printf(f, "Usage(%d)\n", field->maxusage);
579 tab(n+2, f); hid_resolv_usage(field->usage[j].hid, f); seq_printf(f, "\n");
582 tab(n, f); seq_printf(f, "Logical Minimum(%d)\n", field->logical_minimum);
583 tab(n, f); seq_printf(f, "Logical Maximum(%d)\n", field->logical_maximum);
586 tab(n, f); seq_printf(f, "Physical Minimum(%d)\n", field->physical_minimum);
587 tab(
[all...]
/linux-master/kernel/debug/kdb/
H A Dkdb_io.c219 int tab = 0; local
242 tab = 0;
327 if (tab < 2)
328 ++tab;
344 if (tab == 2 && count > 0) {
369 } else if (tab != 2 && count > 0) {
/linux-master/kernel/bpf/
H A Dbtf.c1667 struct btf_kfunc_set_tab *tab = btf->kfunc_set_tab; local
1670 if (!tab)
1677 for (hook = 0; hook < ARRAY_SIZE(tab->sets); hook++)
1678 kfree(tab->sets[hook]);
1680 kfree(tab);
1686 struct btf_id_dtor_kfunc_tab *tab = btf->dtor_kfunc_tab; local
1688 if (!tab)
1690 kfree(tab);
1694 static void btf_struct_metas_free(struct btf_struct_metas *tab) argument
1698 if (!tab)
1707 struct btf_struct_metas *tab = btf->struct_meta_tab; local
1715 struct btf_struct_ops_tab *tab = btf->struct_ops_tab; local
5393 struct btf_struct_metas *tab = NULL; local
5471 struct btf_struct_metas *tab; local
7973 struct btf_kfunc_set_tab *tab; local
8228 struct btf_id_dtor_kfunc_tab *tab = btf->dtor_kfunc_tab; local
8284 struct btf_id_dtor_kfunc_tab *tab; local
8862 struct btf_struct_ops_tab *tab, *new_tab; local
[all...]
/linux-master/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dinit.c83 #define RANDOM_WRITE(dev, tab) \
85 tab, ARRAY_SIZE(tab))

Completed in 513 milliseconds

1234