Searched refs:umax (Results 1 – 8 of 8) sorted by relevance
2061 u64 umin, umax; in shl_reg64() local2066 umax = meta->umax_src; in shl_reg64()2067 if (umin == umax) in shl_reg64()2071 if (umax < 32) { in shl_reg64()2173 u64 umin, umax; in shr_reg64() local2178 umax = meta->umax_src; in shr_reg64()2179 if (umin == umax) in shr_reg64()2183 if (umax < 32) { in shr_reg64()2290 u64 umin, umax; in ashr_reg64() local2295 umax = meta->umax_src; in ashr_reg64()[all …]
179 unsigned long umax; in apply_rela_bits() local193 umax = ((1UL << (bits - 1)) << 1) - 1; in apply_rela_bits()194 if ((unsigned long) val > umax) in apply_rela_bits()
146 op->store.i_size = umax(pos + len, vnode->netfs.remote_i_size); in afs_issue_write_worker()
152 #define umax(x, y) \ macro
34 data_align = umax(data_align, L1_CACHE_BYTES); in rxrpc_alloc_data_txbuf()
287 rh->ibi_chunk_sz = umax(4, rh->ibi_chunk_sz); in hci_dma_init()
1880 *mhz = umax(val, *mhz); in cppc_find_dmi_mhz()
918 lim.io_opt = umax(block_size, bdev_io_opt(cached_bdev)); in bcache_device_init()