Searched refs:tbls_size (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/sbus/char/
H A Denvctrl.c863 int len, i, tbls_size = 0; local
876 if ((pchild->tblprop_array[i].size + pchild->tblprop_array[i].offset) > tbls_size) {
877 tbls_size = pchild->tblprop_array[i].size + pchild->tblprop_array[i].offset;
881 pchild->tables = kmalloc(tbls_size, GFP_KERNEL);

Completed in 197 milliseconds