Searched refs:log_data (Results 1 – 1 of 1) sorted by relevance
32 struct log_data { struct33 struct log_data *next; argument45 struct log_data *log_head, *log_tail; /* head and tail for queue */ argument102 struct log_data *ib; in put_log_buffer()115 if (!(ib = kmalloc(sizeof(struct log_data) + strlen(cp), GFP_ATOMIC))) in put_log_buffer()172 struct log_data *inf; in hysdn_log_read()176 if (!(inf = *((struct log_data **) file->private_data))) { in hysdn_log_read()182 *((struct log_data **) file->private_data))); in hysdn_log_read()240 struct log_data *inf; in hysdn_log_close()252 inf = *((struct log_data **) filep->private_data); /* get first log entry */ in hysdn_log_close()[all …]