Searched refs:log_data (Results 1 – 2 of 2) 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 */ argument103 struct log_data *ib; in put_log_buffer()117 if (!(ib = kmalloc(sizeof(struct log_data) + strlen(cp), GFP_ATOMIC))) in put_log_buffer()174 struct log_data *inf; in hysdn_log_read()178 if (!*((struct log_data **) file->private_data)) { in hysdn_log_read()185 if (!(inf = *((struct log_data **) file->private_data))) in hysdn_log_read()241 struct log_data *inf; in hysdn_log_close()253 inf = *((struct log_data **) filep->private_data); /* get first log entry */ in hysdn_log_close()[all …]
264 u8 log_data[IB_CC_MAD_LOGDATA_LEN]; member