Home
last modified time | relevance | path

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