Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/arch/powerpc/perf/
Dhv-24x7.c208 __be16 *dl_, *ldl_; in event_end() local
223 dl_ = (__be16 *)(ev->remainder + nl - 2); in event_end()
224 if (!IS_ALIGNED((uintptr_t)dl_, 2)) in event_end()
225 pr_warn("desc len not aligned %p", dl_); in event_end()
226 dl = be16_to_cpu(*dl_); in event_end()