Searched refs:ux (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/i915/gem/selftests/ |
D | i915_gem_mman.c | 932 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux))); in __igt_mmap() local 935 if (get_user(x, ux)) { in __igt_mmap() 951 if (put_user(x, ux)) { in __igt_mmap() 1114 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux))); in ___igt_mmap_migrate() local 1117 if (get_user(x, ux)) { in ___igt_mmap_migrate() 1144 if (put_user(x, ux)) { in ___igt_mmap_migrate() 1546 u32 __user *ux; in __igt_mmap_gpu() local 1574 ux = u64_to_user_ptr((u64)addr); in __igt_mmap_gpu() 1576 if (put_user(bbe, ux)) { in __igt_mmap_gpu()
|
/Linux-v6.6/net/ipv4/ |
D | tcp_cdg.c | 103 static u32 __pure nexp_u32(u32 ux) in nexp_u32() argument 111 u32 msb = ux >> 8; in nexp_u32() 120 res = U32_MAX - (ux & 0xff) * (U32_MAX / 1000000); in nexp_u32()
|
/Linux-v6.6/include/trace/events/ |
D | ext4.h | 1541 struct ext4_extent *ux), 1543 TP_ARGS(inode, map, ux), 1560 __entry->u_lblk = le32_to_cpu(ux->ee_block); 1561 __entry->u_len = ext4_ext_get_actual_len(ux); 1562 __entry->u_pblk = ext4_ext_pblock(ux); 1579 struct ext4_extent *ux, struct ext4_extent *ix), 1581 TP_ARGS(inode, map, ux, ix), 1601 __entry->u_lblk = le32_to_cpu(ux->ee_block); 1602 __entry->u_len = ext4_ext_get_actual_len(ux); 1603 __entry->u_pblk = ext4_ext_pblock(ux);
|