Searched refs:tmp_entry (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | dt_object.c | 677 char *tmp_entry = entry; in dt_index_page_build() local 703 memcpy(tmp_entry, &hash, sizeof(hash)); in dt_index_page_build() 704 tmp_entry += sizeof(hash); in dt_index_page_build() 710 memcpy(tmp_entry, key, ii->ii_keysize); in dt_index_page_build() 711 tmp_entry += ii->ii_keysize; in dt_index_page_build() 714 rc = iops->rec(env, it, (struct dt_rec *)tmp_entry, attr); in dt_index_page_build() 723 entry = tmp_entry + ii->ii_recsize; in dt_index_page_build()
|
/linux-4.1.27/drivers/net/ethernet/mellanox/mlx4/ |
D | mcg.c | 245 struct mlx4_steer_index *tmp_entry, *entry = NULL; in existing_steering_entry() local 258 list_for_each_entry(tmp_entry, &s_steer->steer_entries[steer], list) { in existing_steering_entry() 259 if (tmp_entry->index == index) { in existing_steering_entry() 260 entry = tmp_entry; in existing_steering_entry() 294 struct mlx4_steer_index *tmp_entry, *entry = NULL; in check_duplicate_entry() local 308 list_for_each_entry(tmp_entry, &s_steer->steer_entries[steer], list) { in check_duplicate_entry() 309 if (tmp_entry->index == index) { in check_duplicate_entry() 310 entry = tmp_entry; in check_duplicate_entry() 374 struct mlx4_steer_index *entry = NULL, *tmp_entry; in can_remove_steering_entry() local 390 list_for_each_entry_safe(entry, tmp_entry, &s_steer->steer_entries[steer], list) { in can_remove_steering_entry() [all …]
|
D | main.c | 2620 struct mlx4_steer_index *entry, *tmp_entry; in mlx4_clear_steering() local 2633 list_for_each_entry_safe(entry, tmp_entry, in mlx4_clear_steering()
|
/linux-4.1.27/net/ipv4/ |
D | cipso_ipv4.c | 280 struct cipso_v4_map_cache_entry *entry, *tmp_entry; in cipso_v4_cache_invalidate() local 286 tmp_entry, in cipso_v4_cache_invalidate()
|