Home
last modified time | relevance | path

Searched refs:dl_ (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/Documentation/wimax/
DREADME.wimax56 The files named *dl_* indicate knobs for controlling the debug output
59 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\*
DREADME.i2400m167 The files named *dl_* indicate knobs for controlling the debug output
170 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\*
/linux-4.1.27/arch/powerpc/perf/
Dhv-24x7.c199 __be16 *dl_, *ldl_; in event_end() local
214 dl_ = (__be16 *)(ev->remainder + nl - 2); in event_end()
215 if (!IS_ALIGNED((uintptr_t)dl_, 2)) in event_end()
216 pr_warn("desc len not aligned %p", dl_); in event_end()
217 dl = be16_to_cpu(*dl_); in event_end()