Searched refs:log_data (Results 1 – 1 of 1) sorted by relevance
29 struct log_data { struct30 struct log_data *next; argument42 struct log_data *log_head, *log_tail; /* head and tail for queue */ argument100 struct log_data *ib; in put_log_buffer()113 if (!(ib = (struct log_data *) kmalloc(sizeof(struct log_data) + strlen(cp), GFP_ATOMIC))) in put_log_buffer()208 struct log_data *inf; in hysdn_log_read()215 if (!*((struct log_data **) file->private_data)) { in hysdn_log_read()234 if (!(inf = *((struct log_data **) file->private_data))) in hysdn_log_read()303 struct log_data *inf; in hysdn_log_close()319 inf = *((struct log_data **) filep->private_data); /* get first log entry */ in hysdn_log_close()[all …]