Searched refs:tabsize (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/security/selinux/ |
D | nlmsgtab.c | 144 static int nlmsg_perm(u16 nlmsg_type, u32 *perm, const struct nlmsg_perm *tab, size_t tabsize) in nlmsg_perm() argument 148 for (i = 0; i < tabsize/sizeof(struct nlmsg_perm); i++) in nlmsg_perm()
|
/Linux-v5.4/scripts/dtc/libfdt/ |
D | fdt.c | 265 const char *fdt_find_string_(const char *strtab, int tabsize, const char *s) in fdt_find_string_() argument 268 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.4/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.4/drivers/infiniband/hw/qib/ |
D | qib_iba7322.c | 7194 u32 tabsize, actual_cnt = 0; in qib_init_iba7322_funcs() local 7280 tabsize = dd->first_user_ctxt + ARRAY_SIZE(irq_table); in qib_init_iba7322_funcs() 7281 for (i = 0; i < tabsize; i++) in qib_init_iba7322_funcs() 7291 tabsize = actual_cnt; in qib_init_iba7322_funcs() 7292 dd->cspec->msix_entries = kcalloc(tabsize, in qib_init_iba7322_funcs() 7296 tabsize = 0; in qib_init_iba7322_funcs() 7298 if (qib_pcie_params(dd, 8, &tabsize)) in qib_init_iba7322_funcs() 7302 dd->cspec->num_msix_entries = tabsize; in qib_init_iba7322_funcs()
|