Home
last modified time | relevance | path

Searched defs:xf (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/fs/xfs/scrub/
Dxfile.c57 struct xfile *xf; in xfile_create() local
91 struct xfile *xf) in xfile_destroy()
108 struct xfile *xf, in xfile_load()
171 struct xfile *xf, in xfile_store()
230 struct xfile *xf, in xfile_seek_data()
247 struct xfile *xf, in xfile_get_folio()
305 struct xfile *xf, in xfile_put_folio()
317 struct xfile *xf, in xfile_discard()
Dxfile.h30 static inline unsigned long long xfile_bytes(struct xfile *xf) in xfile_bytes()
/linux-6.15/drivers/ssb/
Ddriver_chipcommon_pmu.c52 u8 xf; /* Crystal frequency value for PMU control */ member
179 u8 xf; /* Crystal frequency value for PMU control */ member
/linux-6.15/tools/perf/util/
Dtrace-event-scripting.c329 u32 xf = flags & PERF_ADDITIONAL_STATE_MASK; in sample_flags_to_name() local
/linux-6.15/arch/x86/kernel/
Duprobes.c725 #define XF(xf) (!!(flags & X86_EFLAGS_ ## xf)) argument
/linux-6.15/tools/testing/selftests/
Dkselftest_harness.h945 static inline void __register_xfail(struct __test_xfail *xf) in __register_xfail()