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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/s390/misc/
H A Dchandev.c674 chandev_not_oper_struct *new_not_oper; local
677 if((new_not_oper=kmalloc(sizeof(chandev_not_oper_struct),GFP_ATOMIC)))
679 new_not_oper->irq=irq;
680 new_not_oper->status=status;
682 enqueue_tail(&chandev_not_oper_head,(queue *)new_not_oper);
2140 chandev_not_oper_struct *new_not_oper; local
2159 new_not_oper=(chandev_not_oper_struct *)dequeue_head(&chandev_not_oper_head);
2161 if(new_not_oper)
2163 chandev_not_oper_func(new_not_oper->irq,new_not_oper
[all...]

Completed in 32 milliseconds