/lib/ |
D | bug.c | 132 void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line() argument 137 *file = (const char *)&bug->file_disp + bug->file_disp; in bug_get_file_line() 139 *file = bug->file; in bug_get_file_line() 143 *file = NULL; in bug_get_file_line() 162 const char *file; in __report_bug() local 174 bug_get_file_line(bug, &file, &line); in __report_bug() 201 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in __report_bug() 206 if (file) in __report_bug() 207 pr_crit("kernel BUG at %s:%u!\n", file, line); in __report_bug() 212 trace_android_rvh_report_bug(file, line, bugaddr); in __report_bug()
|
D | error-inject.c | 217 struct dentry *dir, *file; in ei_debugfs_init() local 223 file = debugfs_create_file("list", 0444, dir, NULL, &ei_fops); in ei_debugfs_init() 224 if (!file) { in ei_debugfs_init()
|
D | string_helpers.c | 699 char *kstrdup_quotable_file(struct file *file, gfp_t gfp) in kstrdup_quotable_file() argument 703 if (!file) in kstrdup_quotable_file() 711 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
|
D | dynamic_debug.c | 997 static ssize_t ddebug_proc_write(struct file *file, const char __user *ubuf, in ddebug_proc_write() argument 1173 static int ddebug_proc_open(struct inode *inode, struct file *file) in ddebug_proc_open() argument 1175 return seq_open_private(file, &ddebug_proc_seqops, in ddebug_proc_open()
|
D | Kconfig.kmsan | 27 See <file:Documentation/dev-tools/kmsan.rst> for more details.
|
D | test_hmm.c | 160 static int dmirror_fops_open(struct inode *inode, struct file *filp) in dmirror_fops_open() 186 static int dmirror_fops_release(struct inode *inode, struct file *filp) in dmirror_fops_release() 1305 static long dmirror_fops_unlocked_ioctl(struct file *filp, in dmirror_fops_unlocked_ioctl() 1376 static int dmirror_fops_mmap(struct file *file, struct vm_area_struct *vma) in dmirror_fops_mmap() argument
|
D | Kconfig.debug | 118 enabled/disabled based on various levels of scope - per source file, 123 If a source file is compiled with DEBUG flag set, any 130 Dynamic debugging is controlled via the 'dynamic_debug/control' file, 134 We refer the control file as: <debugfs>/dynamic_debug/control. This 135 file contains a list of the debug statements that can be enabled. The 136 format for each line of the file is: 140 filename : source file of the debug statement 157 // enable the message at line 1603 of file svcsock.c 158 nullarbor:~ # echo -n 'file svcsock.c line 1603 +p' > 161 // enable all the messages in file svcsock.c [all …]
|
D | Makefile | 289 $(foreach file, $(libfdt_files), \ 290 $(eval CFLAGS_$(file) = -I $(srctree)/scripts/dtc/libfdt))
|
D | Kconfig.kfence | 17 See <file:Documentation/dev-tools/kfence.rst> for more details.
|
D | Kconfig.kcsan | 11 <file:Documentation/dev-tools/kcsan.rst>. 28 See <file:Documentation/dev-tools/kcsan.rst> for more details.
|
D | test_lockup.c | 144 struct file *test_file;
|
D | test_firmware.c | 150 static ssize_t test_fw_misc_read(struct file *f, char __user *buf, in test_fw_misc_read()
|
D | vsprintf.c | 951 char *file_dentry_name(char *buf, char *end, const struct file *f, in file_dentry_name()
|
/lib/kunit/ |
D | debugfs.c | 83 static int debugfs_release(struct inode *inode, struct file *file) in debugfs_release() argument 85 return single_release(inode, file); in debugfs_release() 88 static int debugfs_results_open(struct inode *inode, struct file *file) in debugfs_results_open() argument 94 return single_open(file, debugfs_print_results, suite); in debugfs_results_open()
|
D | test.c | 27 void __kunit_fail_current_test(const char *file, int line, const char *fmt, ...) in __kunit_fail_current_test() argument 51 kunit_err(current->kunit_test, "%s:%d: %s", file, line, buffer); in __kunit_fail_current_test() 279 loc->file, in kunit_fail()
|
D | assert.c | 29 expect_or_assert, loc->file, loc->line); in kunit_assert_prologue()
|
/lib/xz/ |
D | xz_dec_test.c | 64 static int xz_dec_test_open(struct inode *i, struct file *f) in xz_dec_test_open() 83 static int xz_dec_test_release(struct inode *i, struct file *f) in xz_dec_test_release() 102 static ssize_t xz_dec_test_write(struct file *file, const char __user *buf, in xz_dec_test_write() argument
|
D | Kconfig | 7 the .xz file format as the container. For integrity checking, 67 a character special file. It calculates CRC32 of the decompressed
|
/lib/raid6/ |
D | Makefile | 18 altivec_flags += -isystem $(shell $(CC) -print-file-name=include) 40 NEON_FLAGS += -isystem $(shell $(CC) -print-file-name=include)
|
D | vpermxor.uc | 14 * This file is postprocessed using unroll.awk
|
D | altivec.uc | 18 * This file is postprocessed using unroll.awk
|
D | s390vx.uc | 11 * This file is postprocessed using unroll.awk.
|
D | neon.uc | 24 * This file is postprocessed using unroll.awk
|
D | int.uc | 18 * This file is postprocessed using unroll.awk
|