Searched refs:op_struct_list (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.c227 static struct op_struct *op_struct_list; variable in typeref:struct:op_struct
273 while (op_struct_list) {
274 struct op_struct *toFree = op_struct_list;
275 op_struct_list = op_struct_list->next;
292 new_struct->next = op_struct_list;
293 op_struct_list = new_struct;
305 retval = op_struct_list;
307 op_struct_list = retval->next;
323 op_struct->next = op_struct_list;
[all...]

Completed in 43 milliseconds