Lines Matching refs:divert_info_head
32 static struct divert_info *divert_info_head = NULL; /* head of queue */ variable
58 if (!divert_info_head) in put_info_buffer()
59 divert_info_head = ib; /* new head */ in put_info_buffer()
65 while (divert_info_head->next) { in put_info_buffer()
66 if ((divert_info_head->usage_cnt <= 0) && in put_info_buffer()
67 (divert_info_head->next->usage_cnt <= 0)) { in put_info_buffer()
68 ib = divert_info_head; in put_info_buffer()
69 divert_info_head = divert_info_head->next; in put_info_buffer()
145 if (divert_info_head) in isdn_divert_open()
148 filep->private_data = &divert_info_head; in isdn_divert_open()
171 while (divert_info_head) { in isdn_divert_close()
172 inf = divert_info_head; in isdn_divert_close()
173 divert_info_head = divert_info_head->next; in isdn_divert_close()