Searched refs:log_head (Results 1 – 4 of 4) sorted by relevance
91 list_for_each_entry(ldev, &gd->log_head, sibling_node) { in log_device_find_by_name()191 list_for_each_entry(ldev, &gd->log_head, sibling_node) { in log_dispatch()302 INIT_LIST_HEAD((struct list_head *)&gd->log_head); in log_init()314 (struct list_head *)&gd->log_head); in log_init()
181 log_head = 'Log for building benchmark: %s\n' % (bench)182 logfile.write(log_head)
22 extern RCAR_INSTANTIATE_LOCK typedef struct log_head { struct
127 struct list_head log_head; /* List of struct log_device */ member