Searched refs:fp_entry (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/m68k/math-emu/
H A DMakefile9 obj-y := fp_entry.o fp_scan.o fp_util.o fp_move.o fp_movem.o \
/linux-master/lib/
H A Dtest_fprobe.c101 struct fprobe fp_entry = { local
108 KUNIT_EXPECT_NE(test, 0, unregister_fprobe(&fp_entry));
109 KUNIT_EXPECT_EQ(test, 0, register_fprobe(&fp_entry, "fprobe_selftest_target*", NULL));
123 KUNIT_EXPECT_EQ(test, 0, unregister_fprobe(&fp_entry));
/linux-master/fs/smb/server/
H A Dksmbd_work.h91 struct list_head fp_entry; member in struct:ksmbd_work
H A Dksmbd_work.c28 INIT_LIST_HEAD(&work->fp_entry);
H A Dvfs_cache.c374 fp_entry) {
H A Dsmb2pdu.c7403 list_add(&work->fp_entry, &fp->blocked_works);
7411 list_del(&work->fp_entry);

Completed in 116 milliseconds