Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c142 static logging_data *logging_tail = NULL; variable
283 logging_tail = NULL; in remove_head_of_queue()
1049 if (logging_tail == NULL) { in enqueue_logging_data()
1050 logging_tail = logging_head = lq; in enqueue_logging_data()
1052 logging_tail->ld_next = lq; in enqueue_logging_data()
1053 logging_tail = lq; in enqueue_logging_data()