Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/riscv/kernel/
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 …]
/kernel/linux/linux-5.10/fs/debugfs/
Dfile.c52 struct debugfs_fsdata *fsd = F_DENTRY(filp)->d_fsdata; in debugfs_real_fops() local
54 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) { in debugfs_real_fops()
63 return fsd->real_fops; in debugfs_real_fops()
84 struct debugfs_fsdata *fsd; in debugfs_file_get() local
89 fsd = d_fsd; in debugfs_file_get()
91 fsd = kmalloc(sizeof(*fsd), GFP_KERNEL); in debugfs_file_get()
92 if (!fsd) in debugfs_file_get()
95 fsd->real_fops = (void *)((unsigned long)d_fsd & in debugfs_file_get()
97 refcount_set(&fsd->active_users, 1); in debugfs_file_get()
98 init_completion(&fsd->active_users_drained); in debugfs_file_get()
[all …]
Dinode.c216 void *fsd = dentry->d_fsdata; in debugfs_release_dentry() local
218 if (!((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT)) in debugfs_release_dentry()
689 struct debugfs_fsdata *fsd; in __debugfs_file_removed() local
698 fsd = READ_ONCE(dentry->d_fsdata); in __debugfs_file_removed()
699 if ((unsigned long)fsd & DEBUGFS_FSDATA_IS_REAL_FOPS_BIT) in __debugfs_file_removed()
701 if (!refcount_dec_and_test(&fsd->active_users)) in __debugfs_file_removed()
702 wait_for_completion(&fsd->active_users_drained); in __debugfs_file_removed()
/kernel/liteos_m/arch/risc-v/nuclei/gcc/nmsis/Core/Include/
Driscv_bits.h42 # define FPSTORE fsd