Home
last modified time | relevance | path

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

/linux-6.1.9/lib/
Dtest_fprobe.c59 struct fprobe fp_entry = { in test_fprobe_entry() local
66 KUNIT_EXPECT_NE(test, 0, unregister_fprobe(&fp_entry)); in test_fprobe_entry()
67 KUNIT_EXPECT_EQ(test, 0, register_fprobe(&fp_entry, "fprobe_selftest_target*", NULL)); in test_fprobe_entry()
81 KUNIT_EXPECT_EQ(test, 0, unregister_fprobe(&fp_entry)); in test_fprobe_entry()
/linux-6.1.9/arch/m68k/math-emu/
DMakefile9 obj-y := fp_entry.o fp_scan.o fp_util.o fp_move.o fp_movem.o \
/linux-6.1.9/fs/ksmbd/
Dksmbd_work.h85 struct list_head fp_entry; member
Dksmbd_work.c28 INIT_LIST_HEAD(&work->fp_entry); in ksmbd_alloc_work_struct()
Dvfs_cache.c371 fp_entry) { in set_close_state_blocked_works()
372 list_del(&cancel_work->fp_entry); in set_close_state_blocked_works()
Dsmb2pdu.c7051 list_add(&work->fp_entry, &fp->blocked_works); in smb2_lock()
7067 list_del(&work->fp_entry); in smb2_lock()
7091 list_del(&work->fp_entry); in smb2_lock()