| /lib/kunit/ |
| D | debugfs.c | 94 static int debugfs_release(struct inode *inode, struct file *file) in debugfs_release() argument 96 return single_release(inode, file); in debugfs_release() 99 static int debugfs_results_open(struct inode *inode, struct file *file) in debugfs_results_open() argument 105 return single_open(file, debugfs_print_results, suite); in debugfs_results_open() 127 static int debugfs_run_open(struct inode *inode, struct file *file) in debugfs_run_open() argument 133 return single_open(file, debugfs_print_run, suite); in debugfs_run_open() 142 static ssize_t debugfs_run(struct file *file, in debugfs_run() argument 145 struct inode *f_inode = file->f_inode; in debugfs_run()
|
| D | user_alloc.c | 17 struct file *file; member 64 vres.addr = vm_mmap(p->file, p->addr, p->len, p->prot, p->flag, p->offset); in kunit_vm_mmap_init() 91 unsigned long kunit_vm_mmap(struct kunit *test, struct file *file, in kunit_vm_mmap() argument 97 .file = file, in kunit_vm_mmap()
|
| D | try-catch.c | 104 if (test->last_seen.file) in kunit_try_catch_run() 106 test->last_seen.file, test->last_seen.line); in kunit_try_catch_run()
|
| D | hooks-impl.h | 18 void __printf(3, 4) __kunit_fail_current_test_impl(const char *file,
|
| D | test.c | 33 void __printf(3, 4) __kunit_fail_current_test_impl(const char *file, int line, const char *fmt, ...) in __kunit_fail_current_test_impl() argument 57 kunit_err(current->kunit_test, "%s:%d: %s", file, line, buffer); in __kunit_fail_current_test_impl() 286 loc->file, in kunit_fail()
|
| D | assert.c | 30 expect_or_assert, loc->file, loc->line); in kunit_assert_prologue()
|
| D | assert_test.c | 56 .file = "testfile.c", in kunit_test_assert_prologue()
|
| /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 | buildid.c | 20 struct file *file; member 34 struct file *file, bool may_fault) in freader_init_from_file() argument 39 r->file = file; in freader_init_from_file() 69 if (secretmem_mapping(r->file->f_mapping)) in freader_get_folio() 72 r->folio = filemap_get_folio(r->file->f_mapping, file_off >> PAGE_SHIFT); in freader_get_folio() 76 filemap_invalidate_lock_shared(r->file->f_mapping); in freader_get_folio() 77 r->folio = read_cache_folio(r->file->f_mapping, file_off >> PAGE_SHIFT, in freader_get_folio() 78 NULL, r->file); in freader_get_folio() 79 filemap_invalidate_unlock_shared(r->file->f_mapping); in freader_get_folio()
|
| D | error-inject.c | 217 struct dentry *dir, *file; in ei_debugfs_init() local 221 file = debugfs_create_file("list", 0444, dir, NULL, &ei_fops); in ei_debugfs_init() 222 if (!file) { in ei_debugfs_init()
|
| D | string_helpers.c | 709 char *kstrdup_quotable_file(struct file *file, gfp_t gfp) in kstrdup_quotable_file() argument 713 if (!file) in kstrdup_quotable_file() 721 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
|
| D | dynamic_debug.c | 1004 static ssize_t ddebug_proc_write(struct file *file, const char __user *ubuf, in ddebug_proc_write() argument 1180 static int ddebug_proc_open(struct inode *inode, struct file *file) in ddebug_proc_open() argument 1182 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() 1296 static long dmirror_fops_unlocked_ioctl(struct file *filp, in dmirror_fops_unlocked_ioctl() 1367 static int dmirror_fops_mmap(struct file *file, struct vm_area_struct *vma) in dmirror_fops_mmap() argument
|
| D | Makefile | 282 $(foreach file, $(libfdt_files), \ 283 $(eval CFLAGS_$(file) = -I $(srctree)/scripts/dtc/libfdt))
|
| D | Kconfig.kfence | 17 See <file:Documentation/dev-tools/kfence.rst> for more details.
|
| 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 …]
|
| /lib/xz/ |
| D | xz_dec_test.c | 63 static int xz_dec_test_open(struct inode *i, struct file *f) in xz_dec_test_open() 82 static int xz_dec_test_release(struct inode *i, struct file *f) in xz_dec_test_release() 101 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, 73 a character special file. It calculates CRC32 of the decompressed
|
| /lib/raid6/ |
| D | Makefile | 19 altivec_flags += -isystem $(shell $(CC) -print-file-name=include)
|
| D | vpermxor.uc | 14 * This file is postprocessed using unroll.awk
|
| D | s390vx.uc | 11 * This file is postprocessed using unroll.awk.
|
| D | altivec.uc | 18 * This file is postprocessed using unroll.awk
|
| D | int.uc | 18 * This file is postprocessed using unroll.awk
|
| D | neon.uc | 24 * This file is postprocessed using unroll.awk
|