Searched refs:LU (Results 1 - 11 of 11) sorted by relevance

/linux-master/arch/sh/boards/mach-dreamcast/
H A Drtc.c19 #define TWENTY_YEARS ((20 * 365LU + 5) * 86400)
/linux-master/include/linux/
H A Dpercpu-refcount.h64 __PERCPU_REF_ATOMIC = 1LU << 0, /* operating in atomic mode */
65 __PERCPU_REF_DEAD = 1LU << 1, /* (being) killed */
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00reg.h170 #define is_valid_mask(x) is_power_of_two(1LU + (x) + low_bit_mask(x))
/linux-master/drivers/ata/
H A Dahci_dm816.c30 #define AHCI_DM816_PLL_OUT 1500000000LU
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_gpu_devfreq.c107 if (WARN_ON(busy_time > ~0LU))
108 busy_time = ~0LU;
/linux-master/lib/
H A Dpercpu-refcount.c37 #define PERCPU_COUNT_BIAS (1LU << (BITS_PER_LONG - 1))
H A Dklist.c44 #define KNODE_DEAD 1LU
H A Dlocking-selftest.c231 #define LU(x) L(x); U(x) macro
/linux-master/arch/x86/mm/
H A Dnuma.c358 /* numa_distance could be 1LU marking allocation failure, test cnt */
386 numa_distance = (void *)1LU;
/linux-master/net/bluetooth/
H A Daf_bluetooth.c711 bt->parent ? sock_i_ino(bt->parent) : 0LU);
/linux-master/mm/
H A Dpage-writeback.c1220 avg = max(avg, 1LU);

Completed in 195 milliseconds