Searched refs:dtl (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Ddtl.c51 struct dtl { struct
58 static DEFINE_PER_CPU(struct dtl, cpu_dtl);
75 static int dtl_enable(struct dtl *dtl) argument
81 if (dtl->buf)
85 dtl->buf_entries = dtl_buf_entries;
87 dtl->buf = kmalloc_node(dtl->buf_entries * sizeof(struct dtl_entry),
88 GFP_KERNEL, cpu_to_node(dtl->cpu));
89 if (!dtl
122 dtl_disable(struct dtl *dtl) argument
139 struct dtl *dtl = inode->i_private; local
152 struct dtl *dtl = inode->i_private; local
161 struct dtl *dtl; local
222 dtl_setup_file(struct dtl *dtl) argument
265 struct dtl *dtl = &per_cpu(cpu_dtl, i); local
[all...]
H A DMakefile28 obj-$(CONFIG_DTL) += dtl.o

Completed in 99 milliseconds