Home
last modified time | relevance | path

Searched refs:BITS_TO_LONGS (Results 1 – 12 of 12) sorted by relevance

/include/linux/
A Dinput.h145 unsigned long evbit[BITS_TO_LONGS(EV_CNT)];
146 unsigned long keybit[BITS_TO_LONGS(KEY_CNT)];
147 unsigned long relbit[BITS_TO_LONGS(REL_CNT)];
148 unsigned long absbit[BITS_TO_LONGS(ABS_CNT)];
149 unsigned long mscbit[BITS_TO_LONGS(MSC_CNT)];
152 unsigned long ffbit[BITS_TO_LONGS(FF_CNT)];
153 unsigned long swbit[BITS_TO_LONGS(SW_CNT)];
180 unsigned long key[BITS_TO_LONGS(KEY_CNT)];
181 unsigned long led[BITS_TO_LONGS(LED_CNT)];
182 unsigned long snd[BITS_TO_LONGS(SND_CNT)];
[all …]
A Dcpumask.h583 [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL \
1174 cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)];
1278 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \
1285 [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, \
1286 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \
1356 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \
1361 [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, \
1362 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \
1368 [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL \
A Dnodemask.h306 [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD \
313 [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, \
314 [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD \
321 [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL \
A Dtypes.h11 unsigned long name[BITS_TO_LONGS(bits)]
A Drtc.h145 unsigned long features[BITS_TO_LONGS(RTC_FEATURE_CNT)];
A Dbitops.h11 #define BITS_TO_LONGS(nr) __KERNEL_DIV_ROUND_UP(nr, BITS_PER_TYPE(long)) macro
A Dbitmap.h277 unsigned int copy = BITS_TO_LONGS(count); in bitmap_copy_and_extend()
A Dxarray.h1159 #define XA_MARK_LONGS BITS_TO_LONGS(XA_CHUNK_SIZE)
/include/linux/iio/
A Dtrigger.h75 unsigned long pool[BITS_TO_LONGS(CONFIG_IIO_CONSUMERS_PER_TRIGGER)];
/include/drm/
A Ddrm_connector.h314 unsigned long y420_vdb_modes[BITS_TO_LONGS(256)];
322 unsigned long y420_cmdb_modes[BITS_TO_LONGS(256)];
/include/trace/events/
A Dsched.h786 __array( unsigned long, mem_allowed, BITS_TO_LONGS(MAX_NUMNODES))
795 BITS_TO_LONGS(MAX_NUMNODES) * sizeof(long));
/include/net/
A Dmac80211.h3066 unsigned long flags[BITS_TO_LONGS(NUM_IEEE80211_HW_FLAGS)];

Completed in 44 milliseconds