Searched refs:table_bytes (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/clk/mmp/
H A Dclk-mix.c451 size_t table_bytes; mmp_clk_register_mix() local
468 table_bytes = sizeof(*config->table) * config->table_size; mmp_clk_register_mix()
469 mix->table = kmemdup(config->table, table_bytes, GFP_KERNEL); mmp_clk_register_mix()
480 table_bytes = sizeof(u32) * num_parents; mmp_clk_register_mix()
481 mix->mux_table = kmemdup(config->mux_table, table_bytes, mmp_clk_register_mix()
/linux-4.4.14/fs/exofs/
H A Dsuper.c580 unsigned table_bytes = table_count * sizeof(dt->dt_dev_table[0]) + exofs_read_lookup_dev_table() local
585 dt = kmalloc(table_bytes, GFP_KERNEL); exofs_read_lookup_dev_table()
588 table_bytes); exofs_read_lookup_dev_table()
599 table_bytes); exofs_read_lookup_dev_table()

Completed in 108 milliseconds