Home
last modified time | relevance | path

Searched refs:ux (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/net/ipv4/
Dtcp_cdg.c103 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-v5.10/drivers/gpu/drm/i915/gem/selftests/
Di915_gem_mman.c890 u32 __user *ux = u64_to_user_ptr((u64)(addr + i * sizeof(*ux))); in __igt_mmap() local
893 if (get_user(x, ux)) { in __igt_mmap()
909 if (put_user(x, ux)) { in __igt_mmap()
1096 u32 __user *ux; in __igt_mmap_gpu() local
1123 ux = u64_to_user_ptr((u64)addr); in __igt_mmap_gpu()
1125 if (put_user(bbe, ux)) { in __igt_mmap_gpu()
/Linux-v5.10/include/trace/events/
Dext4.h1584 struct ext4_extent *ux),
1586 TP_ARGS(inode, map, ux),
1603 __entry->u_lblk = le32_to_cpu(ux->ee_block);
1604 __entry->u_len = ext4_ext_get_actual_len(ux);
1605 __entry->u_pblk = ext4_ext_pblock(ux);
1622 struct ext4_extent *ux, struct ext4_extent *ix),
1624 TP_ARGS(inode, map, ux, ix),
1644 __entry->u_lblk = le32_to_cpu(ux->ee_block);
1645 __entry->u_len = ext4_ext_get_actual_len(ux);
1646 __entry->u_pblk = ext4_ext_pblock(ux);