/linux-6.3-rc2/include/linux/ |
A D | input.h | 145 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 D | cpumask.h | 439 [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL \ 807 return BITS_TO_LONGS(large_cpumask_bits) * sizeof(long); in cpumask_size() 1037 cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)]; 1127 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \ 1134 [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, \ 1135 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \ 1198 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \ 1203 [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, \ 1204 [BITS_TO_LONGS(NR_CPUS)-1] = BITMAP_LAST_WORD_MASK(NR_CPUS) \ 1210 [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL \
|
A D | platform_profile.h | 30 unsigned long choices[BITS_TO_LONGS(PLATFORM_PROFILE_LAST)];
|
A D | nodemask.h | 319 [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD \ 326 [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, \ 327 [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD \ 334 [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL \
|
A D | bitmap.h | 242 unsigned int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero() 252 unsigned int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_fill() 263 unsigned int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_copy()
|
/linux-6.3-rc2/drivers/s390/crypto/ |
A D | ap_bus.h | 315 #define APMASKSIZE (BITS_TO_LONGS(AP_DEVICES) * sizeof(unsigned long)) 316 #define AQMASKSIZE (BITS_TO_LONGS(AP_DOMAINS) * sizeof(unsigned long)) 319 unsigned long ioctlm[BITS_TO_LONGS(AP_IOCTLS)]; 320 unsigned long apm[BITS_TO_LONGS(AP_DEVICES)]; 321 unsigned long aqm[BITS_TO_LONGS(AP_DOMAINS)]; 322 unsigned long adm[BITS_TO_LONGS(AP_DOMAINS)];
|
/linux-6.3-rc2/tools/include/linux/ |
A D | bitmap.h | 12 unsigned long name[BITS_TO_LONGS(bits)] 33 int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero() 40 unsigned int nlongs = BITS_TO_LONGS(nbits); in bitmap_fill() 86 return calloc(1, BITS_TO_LONGS(nbits) * sizeof(unsigned long)); in bitmap_zalloc()
|
/linux-6.3-rc2/drivers/base/regmap/ |
A D | regcache-rbtree.c | 153 mem_size += BITS_TO_LONGS(n->blklen) * sizeof(long); in rbtree_show() 286 if (BITS_TO_LONGS(blklen) > BITS_TO_LONGS(rbnode->blklen)) { in regcache_rbtree_insert_to_block() 288 BITS_TO_LONGS(blklen) * sizeof(*present), in regcache_rbtree_insert_to_block() 293 memset(present + BITS_TO_LONGS(rbnode->blklen), 0, in regcache_rbtree_insert_to_block() 294 (BITS_TO_LONGS(blklen) - BITS_TO_LONGS(rbnode->blklen)) in regcache_rbtree_insert_to_block() 353 rbnode->cache_present = kcalloc(BITS_TO_LONGS(rbnode->blklen), in regcache_rbtree_node_alloc()
|
/linux-6.3-rc2/fs/xfs/scrub/ |
A D | attr.h | 56 BITS_TO_LONGS(sc->mp->m_attr_geo->blksize); in xchk_xattr_freemap() 65 BITS_TO_LONGS(sc->mp->m_attr_geo->blksize); in xchk_xattr_dstmap()
|
/linux-6.3-rc2/drivers/net/wireless/ti/wlcore/ |
A D | wlcore.h | 227 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)]; 228 unsigned long roles_map[BITS_TO_LONGS(WL12XX_MAX_ROLES)]; 229 unsigned long roc_map[BITS_TO_LONGS(WL12XX_MAX_ROLES)]; 231 BITS_TO_LONGS(WL12XX_MAX_RATE_POLICIES)]; 233 BITS_TO_LONGS(WLCORE_MAX_KLV_TEMPLATES)]; 275 unsigned long tx_frames_map[BITS_TO_LONGS(WLCORE_MAX_TX_DESCRIPTORS)]; 463 unsigned long rx_filter_enabled[BITS_TO_LONGS(WL1271_MAX_RX_FILTERS)];
|
A D | wlcore_i.h | 176 unsigned long scanned_ch[BITS_TO_LONGS(WL1271_MAX_CHANNELS)]; 369 unsigned long sta_hlid_map[BITS_TO_LONGS( 387 unsigned long links_map[BITS_TO_LONGS(WLCORE_MAX_LINKS)];
|
/linux-6.3-rc2/lib/ |
A D | bitmap.c | 86 unsigned int k, lim = BITS_TO_LONGS(bits); in __bitmap_complement() 106 unsigned k, lim = BITS_TO_LONGS(nbits); in __bitmap_shift_right() 152 unsigned int lim = BITS_TO_LONGS(nbits); in __bitmap_shift_left() 213 unsigned int len = BITS_TO_LONGS(nbits); in bitmap_cut() 260 unsigned int nr = BITS_TO_LONGS(bits); in __bitmap_or() 271 unsigned int nr = BITS_TO_LONGS(bits); in __bitmap_xor() 299 unsigned int nr = BITS_TO_LONGS(nbits); in __bitmap_replace() 1265 nlongs_reg = BITS_TO_LONGS(nbits_reg); in __reg_op() 1388 return kmalloc_array(BITS_TO_LONGS(nbits), sizeof(unsigned long), in bitmap_alloc() 1401 return kmalloc_array_node(BITS_TO_LONGS(nbits), sizeof(unsigned long), in bitmap_alloc_node() [all …]
|
/linux-6.3-rc2/fs/ocfs2/dlm/ |
A D | dlmcommon.h | 48 unsigned long maybe_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 49 unsigned long vote_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 50 unsigned long response_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 51 unsigned long node_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 95 unsigned long node_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 125 unsigned long live_nodes_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 126 unsigned long domain_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 127 unsigned long exit_domain_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 128 unsigned long recovery_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; 316 unsigned long refmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; [all …]
|
/linux-6.3-rc2/fs/ocfs2/cluster/ |
A D | quorum.c | 45 unsigned long qs_hb_bm[BITS_TO_LONGS(O2NM_MAX_NODES)]; 47 unsigned long qs_conn_bm[BITS_TO_LONGS(O2NM_MAX_NODES)]; 49 unsigned long qs_hold_bm[BITS_TO_LONGS(O2NM_MAX_NODES)];
|
A D | heartbeat.c | 46 static unsigned long o2hb_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; 58 static unsigned long o2hb_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 59 static unsigned long o2hb_live_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)]; 220 unsigned long hr_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; 249 unsigned long hr_nego_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; 367 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_nego_timeout() 1075 unsigned long configured_nodes[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat() 1076 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat() 1271 unsigned long map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_debug_open() 2458 unsigned long testing_map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_check_node_heartbeating_no_sem() [all …]
|
A D | nodemanager.h | 53 unsigned long cl_nodes_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)];
|
/linux-6.3-rc2/drivers/input/rmi4/ |
A D | rmi_driver.h | 57 unsigned long subpacket_map[BITS_TO_LONGS( 67 unsigned long presense_map[BITS_TO_LONGS(RMI_REG_DESC_PRESENSE_BITS)];
|
/linux-6.3-rc2/drivers/net/wireless/intel/iwlwifi/fw/ |
A D | img.h | 54 unsigned long _api[BITS_TO_LONGS(NUM_IWL_UCODE_TLV_API)]; 55 unsigned long _capa[BITS_TO_LONGS(NUM_IWL_UCODE_TLV_CAPA)];
|
/linux-6.3-rc2/net/mac80211/ |
A D | sta_info.h | 288 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(IEEE80211_NUM_TIDS)]; 289 unsigned long tid_rx_stop_requested[BITS_TO_LONGS(IEEE80211_NUM_TIDS)]; 290 unsigned long tid_rx_manage_offl[BITS_TO_LONGS(2 * IEEE80211_NUM_TIDS)]; 291 unsigned long agg_session_valid[BITS_TO_LONGS(IEEE80211_NUM_TIDS)]; 292 unsigned long unexpected_agg[BITS_TO_LONGS(IEEE80211_NUM_TIDS)];
|
/linux-6.3-rc2/lib/math/ |
A D | prime_numbers.c | 9 #define bitmap_size(nbits) (BITS_TO_LONGS(nbits) * sizeof(unsigned long)) 257 p->last, p->sz, p->primes[BITS_TO_LONGS(p->sz) - 1], buf); in dump_primes()
|
/linux-6.3-rc2/net/rfkill/ |
A D | input.c | 41 static unsigned long rfkill_sw_pending[BITS_TO_LONGS(NUM_RFKILL_TYPES)]; 42 static unsigned long rfkill_sw_state[BITS_TO_LONGS(NUM_RFKILL_TYPES)];
|
/linux-6.3-rc2/tools/perf/util/ |
A D | mmap.h | 22 (BITS_TO_LONGS(((struct mmap_cpu_mask *)m)->nbits) * sizeof(unsigned long))
|
/linux-6.3-rc2/drivers/crypto/qat/qat_common/ |
A D | adf_cfg_common.h | 20 #define ADF_DEVS_ARRAY_SIZE BITS_TO_LONGS(ADF_MAX_DEVICES)
|
/linux-6.3-rc2/arch/sh/kernel/ |
A D | perf_event.c | 30 unsigned long used_mask[BITS_TO_LONGS(MAX_HWEVENTS)]; 31 unsigned long active_mask[BITS_TO_LONGS(MAX_HWEVENTS)];
|
/linux-6.3-rc2/drivers/input/ |
A D | evdev.c | 652 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user() 689 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_from_user() 707 BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user() 724 len = compat ? BITS_TO_LONGS_COMPAT(maxbit) : BITS_TO_LONGS(maxbit); in bits_from_user() 739 int len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_to_user() 755 len = BITS_TO_LONGS(maxbit) * sizeof(long); in bits_from_user() 1004 size = sizeof(unsigned long) * BITS_TO_LONGS(cnt); in evdev_get_mask()
|