Home
last modified time | relevance | path

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

/linux-4.1.27/arch/arm64/include/asm/
Defi.h15 efi_##f##_t *__f; \
20 __f = efi.systab->runtime->f; \
21 __s = __f(__VA_ARGS__); \
29 efi_##f##_t *__f; \
33 __f = efi.systab->runtime->f; \
34 __f(__VA_ARGS__); \
/linux-4.1.27/arch/cris/include/arch-v32/arch/
Dunistd.h139 register long __f __asm__ ("srp") = (long) arg6; \
147 "r" (__c), "r" (__d), "h" (__e), "x" (__f) \
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_fcs.h214 #define bfa_fcs_fabric_npiv_capable(__f) ((__f)->is_npiv) argument
215 #define bfa_fcs_fabric_is_switched(__f) \ argument
216 ((__f)->fab_type == BFA_FCS_FABRIC_SWITCHED)
/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon.h2524 struct radeon_fence *__f = container_of(f, struct radeon_fence, base); in to_radeon_fence() local
2526 if (__f->base.ops == &radeon_fence_ops) in to_radeon_fence()
2527 return __f; in to_radeon_fence()