Home
last modified time | relevance | path

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

/drivers/isdn/hysdn/
Dhysdn_proclog.c45 struct log_data *log_head, *log_tail; /* head and tail for queue */ member
124 if (!pd->log_head) in put_log_buffer()
125 pd->log_head = ib; /* new head */ in put_log_buffer()
134 while (pd->log_head->next) { in put_log_buffer()
135 if ((pd->log_head->usage_cnt <= 0) && in put_log_buffer()
136 (pd->log_head->next->usage_cnt <= 0)) { in put_log_buffer()
137 ib = pd->log_head; in put_log_buffer()
138 pd->log_head = pd->log_head->next; in put_log_buffer()
218 if (pd->log_head) in hysdn_log_open()
221 filep->private_data = &pd->log_head; in hysdn_log_open()
[all …]