/linux-4.4.14/drivers/ras/ |
H A D | debugfs.c | 39 struct dentry *fentry; ras_add_daemon_trace() local 44 fentry = debugfs_create_file("daemon_active", S_IRUSR, ras_debugfs_dir, ras_add_daemon_trace() 46 if (!fentry) ras_add_daemon_trace()
|
/linux-4.4.14/arch/ia64/sn/kernel/sn2/ |
H A D | prominfo_proc.c | 95 get_fit_entry(unsigned long nasid, int index, unsigned long *fentry, get_fit_entry() argument 98 return ia64_sn_get_fit_compt(nasid, index, fentry, banner, banlen); get_fit_entry() 105 static void dump_fit_entry(struct seq_file *m, unsigned long *fentry) dump_fit_entry() argument 109 type = FIT_TYPE(fentry[1]); dump_fit_entry() 113 FIT_MAJOR(fentry[1]), FIT_MINOR(fentry[1]), dump_fit_entry() 114 fentry[0], dump_fit_entry() 116 (unsigned)(fentry[1] & 0xffffff) * 16); dump_fit_entry() 131 unsigned long fentry[2]; proc_fit_show() local 136 if (get_fit_entry(nasid, index, fentry, NULL, 0)) proc_fit_show() 138 dump_fit_entry(m, fentry); proc_fit_show() 158 unsigned long fentry[2]; proc_version_show() local 163 if (get_fit_entry(nasid, index, fentry, banner, proc_version_show() 166 if (FIT_TYPE(fentry[1]) == FIT_ENTRY_SAL_A) proc_version_show() 170 seq_printf(m, "%x.%02x\n", FIT_MAJOR(fentry[1]), FIT_MINOR(fentry[1])); proc_version_show()
|
/linux-4.4.14/drivers/acpi/apei/ |
H A D | einj.c | 688 struct dentry *fentry; einj_init() local 714 fentry = debugfs_create_file("available_error_type", S_IRUSR, einj_init() 717 if (!fentry) einj_init() 719 fentry = debugfs_create_file("error_type", S_IRUSR | S_IWUSR, einj_init() 721 if (!fentry) einj_init() 723 fentry = debugfs_create_file("error_inject", S_IWUSR, einj_init() 725 if (!fentry) einj_init() 743 fentry = debugfs_create_x32("flags", S_IRUSR | S_IWUSR, einj_init() 745 if (!fentry) einj_init() 747 fentry = debugfs_create_x64("param1", S_IRUSR | S_IWUSR, einj_init() 749 if (!fentry) einj_init() 751 fentry = debugfs_create_x64("param2", S_IRUSR | S_IWUSR, einj_init() 753 if (!fentry) einj_init() 755 fentry = debugfs_create_x64("param3", S_IRUSR | S_IWUSR, einj_init() 757 if (!fentry) einj_init() 759 fentry = debugfs_create_x64("param4", S_IRUSR | S_IWUSR, einj_init() 761 if (!fentry) einj_init() 764 fentry = debugfs_create_x32("notrigger", S_IRUSR | S_IWUSR, einj_init() 766 if (!fentry) einj_init() 773 fentry = debugfs_create_blob("vendor", S_IRUSR, einj_init() 775 if (!fentry) einj_init() 777 fentry = debugfs_create_x32("vendor_flags", S_IRUSR | S_IWUSR, einj_init() 779 if (!fentry) einj_init()
|
/linux-4.4.14/arch/x86/kernel/ |
H A D | mcount_64.S | 43 * When -mfentry is used, the call is to 'fentry' and not 'mcount' 74 * is not set up properly. If fentry is used, we need to save a frame 76 * fentry is called before the stack frame is set up, where as mcount
|
/linux-4.4.14/drivers/cdrom/ |
H A D | gdrom.c | 335 int fentry, lentry, track, data, tocuse, err; gdrom_get_last_session() local 351 fentry = get_entry_track(gd.toc->first); gdrom_get_last_session() 360 } while (track >= fentry); gdrom_get_last_session()
|
/linux-4.4.14/scripts/ |
H A D | recordmcount.h | 264 char const *fentry = "__fentry__"; get_mcountsym() local 270 (strcmp(fentry, symname) == 0)) get_mcountsym()
|
/linux-4.4.14/tools/perf/util/ |
H A D | probe-finder.c | 168 * If fentry == true and vr_die is a parameter, do huristic search 208 * This is fuzzed by fentry mcount. We try to find the convert_variable_location()
|