Searched refs:ux (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/selftests/ |
H A 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 in __igt_mmap_gpu() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | i915_gem_mman.c | 890 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()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_cdg.c | 99 * @ux: x in units of micro 101 * Returns exp(ux * -1e-6) * U32_MAX. 103 static u32 __pure nexp_u32(u32 ux) in nexp_u32() argument 111 u32 msb = ux >> 8; in nexp_u32() 115 /* Cut off when ux >= 2^24 (actual result is <= 222/U32_MAX). */ in nexp_u32() 120 res = U32_MAX - (ux & 0xff) * (U32_MAX / 1000000); in nexp_u32()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_cdg.c | 99 * @ux: x in units of micro 101 * Returns exp(ux * -1e-6) * U32_MAX. 103 static u32 __pure nexp_u32(u32 ux) in nexp_u32() argument 111 u32 msb = ux >> 8; in nexp_u32() 115 /* Cut off when ux >= 2^24 (actual result is <= 222/U32_MAX). */ in nexp_u32() 120 res = U32_MAX - (ux & 0xff) * (U32_MAX / 1000000); in nexp_u32()
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | ext4.h | 1594 /* 'ux' is the unwritten extent. */ 1597 struct ext4_extent *ux), 1599 TP_ARGS(inode, map, ux), 1616 __entry->u_lblk = le32_to_cpu(ux->ee_block); 1617 __entry->u_len = ext4_ext_get_actual_len(ux); 1618 __entry->u_pblk = ext4_ext_pblock(ux); 1630 * 'ux' is the unwritten extent. 1635 struct ext4_extent *ux, struct ext4_extent *ix), 1637 TP_ARGS(inode, map, ux, ix), 1657 __entry->u_lblk = le32_to_cpu(ux [all...] |
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | ext4.h | 1538 /* 'ux' is the unwritten extent. */ 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); 1574 * 'ux' is the unwritten extent. 1579 struct ext4_extent *ux, struct ext4_extent *ix), 1581 TP_ARGS(inode, map, ux, ix), 1601 __entry->u_lblk = le32_to_cpu(ux [all...] |
Completed in 10 milliseconds