Searched refs:temp_table (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1466 struct filer_table *temp_table, u32 and_index) in gfar_sort_mask_table() argument 1495 gfar_swap_bits(&temp_table->fe[new_first], in gfar_sort_mask_table() 1496 &temp_table->fe[old_first], in gfar_sort_mask_table() 1497 &temp_table->fe[new_last], in gfar_sort_mask_table() 1498 &temp_table->fe[old_last], in gfar_sort_mask_table() 1518 struct filer_table *temp_table; in gfar_optimize_filer_masks() local 1527 temp_table = kmemdup(tab, sizeof(*temp_table), GFP_KERNEL); in gfar_optimize_filer_masks() 1528 if (temp_table == NULL) in gfar_optimize_filer_masks() 1541 gfar_sort_mask_table(mask_table, temp_table, and_index); in gfar_optimize_filer_masks() 1549 &(temp_table->fe[mask_table[i].start]), size); in gfar_optimize_filer_masks() [all …]
|
/linux-4.1.27/fs/jfs/ |
D | jfs_dtree.c | 379 struct dir_table_slot temp_table[12]; in add_index() local 396 memcpy(temp_table, &jfs_ip->i_dirtable, sizeof(temp_table)); in add_index() 409 memcpy(&jfs_ip->i_dirtable, temp_table, in add_index() 410 sizeof (temp_table)); in add_index() 421 memcpy(&jfs_ip->i_dirtable, temp_table, in add_index() 422 sizeof (temp_table)); in add_index() 434 memcpy(mp->data, temp_table, sizeof(temp_table)); in add_index()
|