Home
last modified time | relevance | path

Searched refs:dtl_consumer (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/powerpc/platforms/pseries/
Ddtl.c96 dtl_consumer = consume_dtle; in dtl_start()
114 dtl_consumer = NULL; in dtl_stop()
/Linux-v5.4/arch/powerpc/include/asm/
Dlppaca.h188 extern void (*dtl_consumer)(struct dtl_entry *entry, u64 index);
/Linux-v5.4/tools/testing/selftests/powerpc/vphn/asm/
Dlppaca.h188 extern void (*dtl_consumer)(struct dtl_entry *entry, u64 index);
/Linux-v5.4/arch/powerpc/kernel/
Dtime.c160 void (*dtl_consumer)(struct dtl_entry *, u64); variable
218 if (dtl_consumer) in scan_dispatch_log()
219 dtl_consumer(dtl, i); in scan_dispatch_log()