/lib/kunit/ |
A 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()
|
A 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()
|
A D | try-catch.c | 79 if (test->last_seen.file) in kunit_try_catch_run() 81 test->last_seen.file, test->last_seen.line); in kunit_try_catch_run()
|
A D | hooks-impl.h | 18 void __printf(3, 4) __kunit_fail_current_test_impl(const char *file,
|
A 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() 293 loc->file, in kunit_fail()
|
A D | assert.c | 30 expect_or_assert, loc->file, loc->line); in kunit_assert_prologue()
|
/lib/ |
A D | bug.c | 126 void bug_get_file_line(struct bug_entry *bug, const char **file, in bug_get_file_line() argument 131 *file = (const char *)&bug->file_disp + bug->file_disp; in bug_get_file_line() 133 *file = bug->file; in bug_get_file_line() 137 *file = NULL; in bug_get_file_line() 156 const char *file; in __report_bug() local 168 bug_get_file_line(bug, &file, &line); in __report_bug() 195 __warn(file, line, (void *)bugaddr, BUG_GET_TAINT(bug), regs, in __report_bug() 200 if (file) in __report_bug() 201 pr_crit("kernel BUG at %s:%u!\n", file, line); in __report_bug()
|
A 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()
|
A 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()
|
A D | string_helpers.c | 712 char *kstrdup_quotable_file(struct file *file, gfp_t gfp) in kstrdup_quotable_file() argument 716 if (!file) in kstrdup_quotable_file() 724 pathname = file_path(file, temp, PATH_MAX + 11); in kstrdup_quotable_file()
|
A 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()
|
A D | Kconfig.kmsan | 27 See <file:Documentation/dev-tools/kmsan.rst> for more details.
|
A 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() 1274 static long dmirror_fops_unlocked_ioctl(struct file *filp, in dmirror_fops_unlocked_ioctl() 1345 static int dmirror_fops_mmap(struct file *file, struct vm_area_struct *vma) in dmirror_fops_mmap() argument
|
A D | Makefile | 265 $(foreach file, $(libfdt_files), \ 266 $(eval CFLAGS_$(file) = -I $(srctree)/scripts/dtc/libfdt))
|
A D | Kconfig.kfence | 17 See <file:Documentation/dev-tools/kfence.rst> for more details.
|
/lib/tests/ |
A D | printf_kunit.c | 58 file, line, bufsize, fmt, ret, elen); in do_test() 65 file, line, bufsize, fmt); in do_test() 73 file, line, fmt); in do_test() 82 file, line, bufsize, fmt); in do_test() 89 file, line, bufsize, fmt); in do_test() 96 file, line, bufsize, fmt); in do_test() 103 file, line, bufsize, fmt, test_buffer, written, expect); in do_test() 119 file, line, elen, BUF_SIZE, fmt); in __test() 134 do_test(kunittest, file, line, rand, expect, elen, fmt, ap); in __test() 135 do_test(kunittest, file, line, 0, expect, elen, fmt, ap); in __test() [all …]
|
A D | scanf_kunit.c | 21 typedef void (*check_fn)(struct kunit *test, const char *file, const int line, 26 _test(struct kunit *test, const char *file, const int line, check_fn fn, const void *check_data, in _test() argument 39 file, line, string, fmt, ret, n_args); in _test() 41 (*fn)(test, file, line, check_data, string, fmt, n_args, ap); in _test() 54 file, line, str, fmt, *expect, got); \ 60 static void check_ull(struct kunit *test, const char *file, const int line, const void *check_data, in check_ull() argument 68 static void check_ll(struct kunit *test, const char *file, const int line, const void *check_data, in check_ll() argument 76 static void check_ulong(struct kunit *test, const char *file, const int line, in check_ulong() argument 109 static void check_ushort(struct kunit *test, const char *file, const int line, in check_ushort() argument 118 static void check_short(struct kunit *test, const char *file, const int line, in check_short() argument [all …]
|
/lib/xz/ |
A 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
|
A 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/ |
A D | Makefile | 20 altivec_flags += -isystem $(shell $(CC) -print-file-name=include)
|
A D | vpermxor.uc | 14 * This file is postprocessed using unroll.awk
|
A D | s390vx.uc | 11 * This file is postprocessed using unroll.awk.
|
A D | altivec.uc | 18 * This file is postprocessed using unroll.awk
|
A D | int.uc | 18 * This file is postprocessed using unroll.awk
|
A D | neon.uc | 24 * This file is postprocessed using unroll.awk
|