Home
last modified time | relevance | path

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

/drivers/isdn/hysdn/
Dhysdn_proclog.c41 struct log_data *log_head, *log_tail; /* head and tail for queue */ member
123 pd->log_tail->next = ib; /* follows existing messages */ in put_log_buffer()
124 pd->log_tail = ib; /* new tail */ in put_log_buffer()
274 filep->private_data = &pd->log_tail->next; in hysdn_log_open()