Searched refs:tmp_table (Results 1 – 2 of 2) sorted by relevance
361 struct ctl_table tmp_table = { in sve_proc_do_default_vl() local366 ret = proc_dointvec(&tmp_table, write, buffer, lenp, ppos); in sve_proc_do_default_vl()
49249 + struct partitions *tmp_table = NULL;49252 + tmp_table = pt_fmt->partitions;49262 + if (tmp_table[i].mask_flags == STORE_CODE) {49264 + tmp_table[i].name,49267 + part_table[part_num].size = tmp_table[i].size;49268 + part_table[part_num].offset = tmp_table[i].offset;49271 + tmp_table[i].mask_flags;49276 + if (tmp_table[i].mask_flags == STORE_CACHE) {49278 + tmp_table[i].name,49281 + part_table[part_num].size = tmp_table[i].size;[all …]