Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hysdn/
Dhysdn_proclog.c45 struct log_data *log_head, *log_tail; /* head and tail for queue */ member
122 if (!pd->log_head) in put_log_buffer()
123 pd->log_head = ib; /* new head */ in put_log_buffer()
129 while (pd->log_head->next) { in put_log_buffer()
130 if ((pd->log_head->usage_cnt <= 0) && in put_log_buffer()
131 (pd->log_head->next->usage_cnt <= 0)) { in put_log_buffer()
132 ib = pd->log_head; in put_log_buffer()
133 pd->log_head = pd->log_head->next; in put_log_buffer()
217 if (pd->log_head) in hysdn_log_open()
220 filep->private_data = &pd->log_head; in hysdn_log_open()
[all …]