Home
last modified time | relevance | path

Searched refs:debug (Results 626 - 650 of 3659) sorted by relevance

1...<<21222324252627282930>>...147

/kernel/linux/linux-5.10/drivers/md/bcache/
H A DMakefile5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/
H A DMakefile3 st-delta-y := delta-v4l2.o delta-mem.o delta-ipc.o delta-debug.o
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
H A Ddebug-levels.h12 /* Maximum compile and run time debug level for all submodules */
16 #include <linux/wimax/debug.h>
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dcio_debug.h5 #include <asm/debug.h>
7 /* for use of debug feature */
/kernel/linux/linux-5.10/fs/ecryptfs/
H A DMakefile9 crypto.o keystore.o kthread.o debug.o
/kernel/linux/linux-5.10/include/uapi/linux/nfsd/
H A Ddebug.h3 * linux/include/linux/nfsd/debug.h
13 #include <linux/sunrpc/debug.h>
16 * knfsd debug flags
/kernel/linux/linux-5.10/kernel/cgroup/
H A DMakefile8 obj-$(CONFIG_CGROUP_DEBUG) += debug.o
/kernel/linux/linux-5.10/kernel/
H A Dmodule-internal.h20 struct _ddebug *debug; member
/kernel/linux/linux-5.10/include/linux/lockd/
H A Ddebug.h3 * linux/include/linux/lockd/debug.h
13 #include <linux/sunrpc/debug.h>
/kernel/linux/linux-6.6/fs/ecryptfs/
H A DMakefile9 crypto.o keystore.o kthread.o debug.o
/kernel/linux/linux-6.6/include/linux/lockd/
H A Ddebug.h3 * linux/include/linux/lockd/debug.h
13 #include <linux/sunrpc/debug.h>
/kernel/linux/linux-6.6/include/uapi/linux/nfsd/
H A Ddebug.h3 * linux/include/linux/nfsd/debug.h
13 #include <linux/sunrpc/debug.h>
16 * knfsd debug flags
/kernel/linux/linux-6.6/kernel/cgroup/
H A DMakefile9 obj-$(CONFIG_CGROUP_DEBUG) += debug.o
/kernel/linux/linux-6.6/drivers/media/platform/st/sti/delta/
H A DMakefile3 st-delta-y := delta-v4l2.o delta-mem.o delta-ipc.o delta-debug.o
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rkisp1/
H A DMakefile12 rockchip-isp1-$(CONFIG_DEBUG_FS) += rkisp1-debug.o
/kernel/linux/linux-6.6/drivers/md/bcache/
H A DMakefile5 bcache-y := alloc.o bset.o btree.o closure.o debug.o extents.o\
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/nfsd/
H A Ddebug.h21 #include <linux/sunrpc/debug.h>
/kernel/linux/linux-6.6/drivers/s390/crypto/
H A Dvfio_ap_debug.h10 #include <asm/debug.h>
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/nfsd/
H A Ddebug.h21 #include <linux/sunrpc/debug.h>
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/nfsd/
H A Ddebug.h8 #include <linux/sunrpc/debug.h>
/test/testfwk/xdevice/plugins/devicetest/log/
H A Dlogger.py41 DeviceTestLog.debug(msg)
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dptrace.c35 #include <asm/debug-monitors.h>
183 if (current->thread.debug.hbp_break[i] == bp) { in ptrace_hbptriggered()
190 if (current->thread.debug.hbp_watch[i] == bp) { in ptrace_hbptriggered()
215 if (t->debug.hbp_break[i]) { in flush_ptrace_hw_breakpoint()
216 unregister_hw_breakpoint(t->debug.hbp_break[i]); in flush_ptrace_hw_breakpoint()
217 t->debug.hbp_break[i] = NULL; in flush_ptrace_hw_breakpoint()
222 if (t->debug.hbp_watch[i]) { in flush_ptrace_hw_breakpoint()
223 unregister_hw_breakpoint(t->debug.hbp_watch[i]); in flush_ptrace_hw_breakpoint()
224 t->debug.hbp_watch[i] = NULL; in flush_ptrace_hw_breakpoint()
231 memset(&tsk->thread.debug, in ptrace_hw_copy_thread()
[all...]
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dptrace.c34 #include <asm/debug-monitors.h>
182 if (current->thread.debug.hbp_break[i] == bp) { in ptrace_hbptriggered()
189 if (current->thread.debug.hbp_watch[i] == bp) { in ptrace_hbptriggered()
212 if (t->debug.hbp_break[i]) { in flush_ptrace_hw_breakpoint()
213 unregister_hw_breakpoint(t->debug.hbp_break[i]); in flush_ptrace_hw_breakpoint()
214 t->debug.hbp_break[i] = NULL; in flush_ptrace_hw_breakpoint()
219 if (t->debug.hbp_watch[i]) { in flush_ptrace_hw_breakpoint()
220 unregister_hw_breakpoint(t->debug.hbp_watch[i]); in flush_ptrace_hw_breakpoint()
221 t->debug.hbp_watch[i] = NULL; in flush_ptrace_hw_breakpoint()
228 memset(&tsk->thread.debug, in ptrace_hw_copy_thread()
[all...]
/kernel/linux/linux-5.10/net/core/
H A Dpktgen.c479 static int debug __read_mostly;
902 if (debug) { in pktgen_if_write()
966 if (!strcmp(name, "debug")) { in pktgen_if_write()
972 debug = value; in pktgen_if_write()
973 sprintf(pg_result, "OK: debug=%u", debug); in pktgen_if_write()
1011 if (debug) in pktgen_if_write()
1026 if (debug) in pktgen_if_write()
1266 if (debug) in pktgen_if_write()
1286 if (debug) in pktgen_if_write()
[all...]
/kernel/linux/linux-6.6/net/core/
H A Dpktgen.c496 static int debug __read_mostly;
994 if (debug) { in pktgen_if_write()
1072 if (!strcmp(name, "debug")) { in pktgen_if_write()
1078 debug = value; in pktgen_if_write()
1079 sprintf(pg_result, "OK: debug=%u", debug); in pktgen_if_write()
1117 if (debug) in pktgen_if_write()
1132 if (debug) in pktgen_if_write()
1373 if (debug) in pktgen_if_write()
1393 if (debug) in pktgen_if_write()
[all...]

Completed in 19 milliseconds

1...<<21222324252627282930>>...147