Home
last modified time | relevance | path

Searched refs:fsd (Results 1 – 8 of 8) sorted by relevance

/linux/arch/riscv/kernel/
H A Dfpu.S28 fsd f0, TASK_THREAD_F0_F0(a0)
29 fsd f1, TASK_THREAD_F1_F0(a0)
30 fsd f2, TASK_THREAD_F2_F0(a0)
31 fsd f3, TASK_THREAD_F3_F0(a0)
32 fsd f4, TASK_THREAD_F4_F0(a0)
33 fsd f5, TASK_THREAD_F5_F0(a0)
34 fsd f6, TASK_THREAD_F6_F0(a0)
35 fsd f7, TASK_THREAD_F7_F0(a0)
36 fsd f8, TASK_THREAD_F8_F0(a0)
37 fsd f9, TASK_THREAD_F9_F0(a0)
[all …]
/linux/fs/debugfs/
H A Dfile.c64 struct debugfs_fsdata *fsd; in __debugfs_file_get() local
77 fsd = d_fsd; in __debugfs_file_get()
85 fsd = kmalloc_obj(*fsd); in __debugfs_file_get()
86 if (!fsd) in __debugfs_file_get()
91 ops = fsd->short_fops = DEBUGFS_I(inode)->short_fops; in __debugfs_file_get()
98 fsd->real_fops = NULL; in __debugfs_file_get()
101 ops = fsd->real_fops = DEBUGFS_I(inode)->real_fops; in __debugfs_file_get()
112 fsd->short_fops = NULL; in __debugfs_file_get()
114 fsd->methods = methods; in __debugfs_file_get()
115 refcount_set(&fsd->active_users, 1); in __debugfs_file_get()
[all …]
H A Dinode.c247 struct debugfs_fsdata *fsd = dentry->d_fsdata; in debugfs_release_dentry() local
249 if (fsd) { in debugfs_release_dentry()
250 WARN_ON(!list_empty(&fsd->cancellations)); in debugfs_release_dentry()
251 mutex_destroy(&fsd->cancellations_mtx); in debugfs_release_dentry()
253 kfree(fsd); in debugfs_release_dentry()
695 struct debugfs_fsdata *fsd; in __debugfs_file_removed() local
704 fsd = READ_ONCE(dentry->d_fsdata); in __debugfs_file_removed()
705 if (!fsd) in __debugfs_file_removed()
709 if (refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()
730 while (refcount_read(&fsd->active_users)) { in __debugfs_file_removed()
[all …]
/linux/arch/arm64/boot/dts/tesla/
H A Dfsd-evb.dts12 #include "fsd.dtsi"
17 compatible = "tesla,fsd-evb", "tesla,fsd";
H A DMakefile3 fsd-evb.dtb
H A Dfsd-pinctrl.dtsi11 #include "fsd-pinctrl.h"
/linux/drivers/clk/samsung/
H A DMakefile34 obj-$(CONFIG_TESLA_FSD_COMMON_CLK) += clk-fsd.o
/linux/
H A DMAINTAINERS3621 M: linux-fsd@tesla.com