Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/isdn/hysdn/
Dhysdn_proclog.c42 struct log_data *log_head, *log_tail; /* head and tail for queue */ member
121 if (!pd->log_head) in put_log_buffer()
122 pd->log_head = ib; /* new head */ in put_log_buffer()
131 while (pd->log_head->next) { in put_log_buffer()
132 if ((pd->log_head->usage_cnt <= 0) && in put_log_buffer()
133 (pd->log_head->next->usage_cnt <= 0)) { in put_log_buffer()
134 ib = pd->log_head; in put_log_buffer()
135 pd->log_head = pd->log_head->next; in put_log_buffer()
280 if (pd->log_head) in hysdn_log_open()
283 filep->private_data = &(pd->log_head); in hysdn_log_open()
[all …]