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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dviotape.c286 struct op_struct *new_struct = local
287 kmalloc(sizeof(*new_struct), GFP_KERNEL);
288 if (!new_struct) {
292 new_struct->next = op_struct_list;
293 op_struct_list = new_struct;

Completed in 89 milliseconds