Home
last modified time | relevance | path

Searched refs:divert_info_head (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/drivers/isdn/divert/
Ddivert_procfs.c32 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()
144 if (divert_info_head) in isdn_divert_open()
147 filep->private_data = &divert_info_head; in isdn_divert_open()
[all …]