Searched refs:tabsize (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/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-6.1.9/scripts/dtc/libfdt/ |
D | fdt.c | 311 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument 314 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-6.1.9/scripts/ |
D | checkpatch.pl | 74 my $tabsize = 8; 113 --tab-size=n set the number of spaces for tab (default $tabsize) 310 'tab-size=i' => \$tabsize, 392 die "$P: Invalid TAB size: $tabsize\n" if ($tabsize < 2); 1497 for (; ($n % $tabsize) != 0; $n++) { 2527 my $source_indent = $tabsize; 3830 s/(^\+.*) {$tabsize,$tabsize}\t/$1\t\t/) {} 3866 if ($indent % $tabsize) { 3870 $fixed[$fixlinenr] =~ s@(^\+\t+) +@$1 . "\t" x ($indent/$tabsize)@e; 3888 "\t" x ($pos / $tabsize) . [all …]
|
/linux-6.1.9/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-6.1.9/drivers/infiniband/hw/qib/ |
D | qib_iba7322.c | 7163 u32 tabsize, actual_cnt = 0; in qib_init_iba7322_funcs() local 7249 tabsize = dd->first_user_ctxt + ARRAY_SIZE(irq_table); in qib_init_iba7322_funcs() 7250 for (i = 0; i < tabsize; i++) in qib_init_iba7322_funcs() 7260 tabsize = actual_cnt; in qib_init_iba7322_funcs() 7261 dd->cspec->msix_entries = kcalloc(tabsize, in qib_init_iba7322_funcs() 7265 tabsize = 0; in qib_init_iba7322_funcs() 7267 if (qib_pcie_params(dd, 8, &tabsize)) in qib_init_iba7322_funcs() 7271 dd->cspec->num_msix_entries = tabsize; in qib_init_iba7322_funcs()
|