Searched refs:tabsize (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/security/selinux/ |
D | nlmsgtab.c | 154 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) in nlmsg_perm() argument 158 for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++) in nlmsg_perm()
|
/Linux-v5.15/scripts/dtc/libfdt/ |
D | fdt.c | 307 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument 310 const char *last = strtab + tabsize - len; in fdt_find_string_()
|
D | libfdt_internal.h | 23 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s);
|
/Linux-v5.15/scripts/ |
D | checkpatch.pl | 73 my $tabsize = 8; 112 --tab-size=n set the number of spaces for tab (default $tabsize) 309 'tab-size=i' => \$tabsize, 368 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2); 1465 for (; ($n % $tabsize) != 0; $n++) { 2495 my $source_indent = $tabsize; 3754 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {} 3790 if ($indent % $tabsize) { 3794 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e; 3812 "\t" x ($pos / $tabsize) . [all …]
|
/Linux-v5.15/drivers/media/usb/gspca/ |
D | vc032x.c | 3088 const u8 *tab, u8 tabsize, u16 addr) in put_tab_to_reg() argument 3093 for (j = 0; j < tabsize; j++) in put_tab_to_reg()
|
/Linux-v5.15/drivers/infiniband/hw/qib/ |
D | qib_iba7322.c | 7170 u32 tabsize, actual_cnt = 0; in qib_init_iba7322_funcs() local 7256 tabsize = dd->first_user_ctxt + ARRAY_SIZE(irq_table); in qib_init_iba7322_funcs() 7257 for (i = 0; i < tabsize; i++) in qib_init_iba7322_funcs() 7267 tabsize = actual_cnt; in qib_init_iba7322_funcs() 7268 dd->cspec->msix_entries = kcalloc(tabsize, in qib_init_iba7322_funcs() 7272 tabsize = 0; in qib_init_iba7322_funcs() 7274 if (qib_pcie_params(dd, 8, &tabsize)) in qib_init_iba7322_funcs() 7278 dd->cspec->num_msix_entries = tabsize; in qib_init_iba7322_funcs()
|