Searched refs:fp_entry (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/lib/ |
H A D | test_fprobe.c | 101 struct fprobe fp_entry = { in test_fprobe_entry() local 108 KUNIT_EXPECT_NE(test, 0, unregister_fprobe(&fp_entry)); in test_fprobe_entry() 109 KUNIT_EXPECT_EQ(test, 0, register_fprobe(&fp_entry, "fprobe_selftest_target*", NULL)); in test_fprobe_entry() 123 KUNIT_EXPECT_EQ(test, 0, unregister_fprobe(&fp_entry)); in test_fprobe_entry()
|
/kernel/linux/linux-5.10/arch/m68k/math-emu/ |
H A D | Makefile | 9 obj-y := fp_entry.o fp_scan.o fp_util.o fp_move.o fp_movem.o \
|
/kernel/linux/linux-6.6/arch/m68k/math-emu/ |
H A D | Makefile | 9 obj-y := fp_entry.o fp_scan.o fp_util.o fp_move.o fp_movem.o \
|
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | ksmbd_work.h | 91 struct list_head fp_entry; member
|
H A D | ksmbd_work.c | 28 INIT_LIST_HEAD(&work->fp_entry); in ksmbd_alloc_work_struct()
|
H A D | vfs_cache.c | 373 fp_entry) { in set_close_state_blocked_works()
|
H A D | smb2pdu.c | 7108 list_add(&work->fp_entry, &fp->blocked_works); in smb2_lock() 7116 list_del(&work->fp_entry); in smb2_lock()
|
/kernel/liteos_a/fs/fat/os_adapt/ |
H A D | fatfs.c | 635 LOS_ListAdd(&finfo->fp_list, &fp->fp_entry); in fatfs_open() 669 LOS_ListDelete(&fp->fp_entry); in fatfs_close() 824 LOS_DL_LIST_FOR_EACH_ENTRY(entry, list, FIL, fp_entry) { in update_filbuff()
|
Completed in 16 milliseconds