Searched defs:ux (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/include/linux/ |
D | minmax.h | 49 #define __sign_use(ux) (is_signed_type(typeof(ux)) ? \ argument 68 #define __is_nonneg(ux) statically_true((long long)(ux) >= 0) argument 70 #define __is_nonneg(ux) statically_true( \ argument 74 #define __types_ok(ux, uy) \ argument 77 #define __types_ok3(ux, uy, uz) \ argument 85 #define __cmp_once_unique(op, type, x, y, ux, uy) \ argument 91 #define __careful_cmp_once(op, x, y, ux, uy) ({ \ argument 131 #define __careful_op3(op, x, y, z, ux, uy, uz) ({ \ argument
|
/linux-6.14.4/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_mman.c | 934 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux))); in __igt_mmap() local 1116 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux))); in ___igt_mmap_migrate() local 1548 u32 __user *ux; in __igt_mmap_gpu() local
|
/linux-6.14.4/net/ipv4/ |
D | tcp_cdg.c | 103 static u32 __pure nexp_u32(u32 ux) in nexp_u32()
|
/linux-6.14.4/arch/arm64/kvm/ |
D | at.c | 47 bool ux; member
|