Searched refs:new_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.c928 * @new_ptbl: new part_tbl to install
930 * Replace disk->part_tbl with @new_ptbl in RCU-safe way. The
937 struct disk_part_tbl *new_ptbl)
941 rcu_assign_pointer(disk->part_tbl, new_ptbl);
966 struct disk_part_tbl *new_ptbl; local
979 size = sizeof(*new_ptbl) + target * sizeof(new_ptbl->part[0]);
980 new_ptbl = kzalloc_node(size, GFP_KERNEL, disk->node_id);
981 if (!new_ptbl)
984 new_ptbl
936 disk_replace_part_tbl(struct gendisk *disk, struct disk_part_tbl *new_ptbl) argument
[all...]

Completed in 29 milliseconds