Searched refs:dtl_entry (Results 1 – 6 of 6) sorted by relevance
36 struct dtl_entry *buf;63 struct dtl_entry *write_ptr;64 struct dtl_entry *buf;65 struct dtl_entry *buf_end;77 static void consume_dtle(struct dtl_entry *dtle, u64 index) in consume_dtle()80 struct dtl_entry *wp = dtlr->write_ptr; in consume_dtle()197 struct dtl_entry *buf = NULL; in dtl_enable()271 if ((len % sizeof(struct dtl_entry)) != 0) in dtl_file_read()277 n_req = len / sizeof(struct dtl_entry); in dtl_file_read()308 read_size * sizeof(struct dtl_entry)); in dtl_file_read()[all …]
293 struct dtl_entry *dtl; in alloc_dispatch_logs()
63 struct dtl_entry *dtl; in vpa_init()
89 struct dtl_entry *dispatch_log;90 struct dtl_entry *dispatch_log_end;157 struct dtl_entry *dtl_curr; /* pointer corresponding to dtl_ridx */
189 struct dtl_entry { struct203 #define N_DISPATCH_LOG (DISPATCH_LOG_BYTES / sizeof(struct dtl_entry)) argument213 extern void (*dtl_consumer)(struct dtl_entry *entry, u64 index);
164 void (*dtl_consumer)(struct dtl_entry *, u64);202 struct dtl_entry *dtl = local_paca->dtl_curr; in scan_dispatch_log()203 struct dtl_entry *dtl_end = local_paca->dispatch_log_end; in scan_dispatch_log()