Home
last modified time | relevance | path

Searched refs:log_tail (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
124 pd->log_tail->next = ib; /* follows existing messages */ in put_log_buffer()
125 pd->log_tail = ib; /* new tail */ in put_log_buffer()
281 filep->private_data = &(pd->log_tail->next); in hysdn_log_open()