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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/block/
H A Dgenhd.c939 struct disk_part_tbl *old_ptbl = disk->part_tbl; local
943 if (old_ptbl) {
944 rcu_assign_pointer(old_ptbl->last_lookup, NULL);
945 call_rcu(&old_ptbl->rcu_head, disk_free_ptbl_rcu_cb);
965 struct disk_part_tbl *old_ptbl = disk->part_tbl; local
967 int len = old_ptbl ? old_ptbl->len : 0;
987 rcu_assign_pointer(new_ptbl->part[i], old_ptbl->part[i]);

Completed in 108 milliseconds