Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/admin-guide/wimax/
Dwimax.rst63 The files named *dl_* indicate knobs for controlling the debug output
66 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\*
Di2400m.rst183 The files named *dl_* indicate knobs for controlling the debug output
186 # find /sys/kernel/debug/wimax\:wmx0 -name \*dl_\*
/kernel/linux/linux-5.10/arch/powerpc/perf/
Dhv-24x7.c298 __be16 *dl_, *ldl_; in event_end() local
313 dl_ = (__be16 *)(ev->remainder + nl - 2); in event_end()
314 if (!IS_ALIGNED((uintptr_t)dl_, 2)) in event_end()
315 pr_warn("desc len not aligned %p", dl_); in event_end()
316 dl = be16_to_cpu(*dl_); in event_end()