Home
last modified time | relevance | path

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

123456

/linux-3.4.99/drivers/net/wireless/wl12xx/
Dwl12xx.h218 unsigned long scanned_ch[BITS_TO_LONGS(WL1271_MAX_CHANNELS)];
342 unsigned long links_map[BITS_TO_LONGS(WL12XX_MAX_LINKS)];
343 unsigned long roles_map[BITS_TO_LONGS(WL12XX_MAX_ROLES)];
344 unsigned long roc_map[BITS_TO_LONGS(WL12XX_MAX_ROLES)];
346 BITS_TO_LONGS(WL12XX_MAX_RATE_POLICIES)];
388 unsigned long tx_frames_map[BITS_TO_LONGS(ACX_TX_DESCRIPTORS)];
535 unsigned long sta_hlid_map[BITS_TO_LONGS(
550 unsigned long links_map[BITS_TO_LONGS(WL12XX_MAX_LINKS)];
/linux-3.4.99/include/linux/
Dinput.h1256 unsigned long propbit[BITS_TO_LONGS(INPUT_PROP_CNT)];
1258 unsigned long evbit[BITS_TO_LONGS(EV_CNT)];
1259 unsigned long keybit[BITS_TO_LONGS(KEY_CNT)];
1260 unsigned long relbit[BITS_TO_LONGS(REL_CNT)];
1261 unsigned long absbit[BITS_TO_LONGS(ABS_CNT)];
1262 unsigned long mscbit[BITS_TO_LONGS(MSC_CNT)];
1263 unsigned long ledbit[BITS_TO_LONGS(LED_CNT)];
1264 unsigned long sndbit[BITS_TO_LONGS(SND_CNT)];
1265 unsigned long ffbit[BITS_TO_LONGS(FF_CNT)];
1266 unsigned long swbit[BITS_TO_LONGS(SW_CNT)];
[all …]
Dcpumask.h242 [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL \
603 return BITS_TO_LONGS(NR_CPUS) * sizeof(long); in cpumask_size()
735 cpu_bit_bitmap[BITS_PER_LONG+1][BITS_TO_LONGS(NR_CPUS)];
749 [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD \
756 [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, \
757 [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD \
775 [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD \
782 [0 ... BITS_TO_LONGS(NR_CPUS)-2] = ~0UL, \
783 [BITS_TO_LONGS(NR_CPUS)-1] = CPU_MASK_LAST_WORD \
790 [0 ... BITS_TO_LONGS(NR_CPUS)-1] = 0UL \
Dbitmap.h164 int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero()
171 size_t nlongs = BITS_TO_LONGS(nbits); in bitmap_fill()
185 int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_copy()
Dnodemask.h278 [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD \
285 [0 ... BITS_TO_LONGS(MAX_NUMNODES)-2] = ~0UL, \
286 [BITS_TO_LONGS(MAX_NUMNODES)-1] = NODE_MASK_LAST_WORD \
293 [0 ... BITS_TO_LONGS(MAX_NUMNODES)-1] = 0UL \
Ddma-attrs.h21 #define __DMA_ATTRS_LONGS BITS_TO_LONGS(DMA_ATTR_MAX)
/linux-3.4.99/fs/ocfs2/dlm/
Ddlmcommon.h68 unsigned long maybe_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
69 unsigned long vote_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
70 unsigned long response_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
71 unsigned long node_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
116 unsigned long node_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
145 unsigned long live_nodes_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
146 unsigned long domain_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
147 unsigned long exit_domain_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
148 unsigned long recovery_map[BITS_TO_LONGS(O2NM_MAX_NODES)];
335 unsigned long refmap[BITS_TO_LONGS(O2NM_MAX_NODES)];
[all …]
/linux-3.4.99/arch/x86/kernel/cpu/
Dperf_event.h43 unsigned long idxmsk[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
108 unsigned long active_mask[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
109 unsigned long running[BITS_TO_LONGS(X86_PMC_IDX_MAX)];
323 unsigned long events_mask[BITS_TO_LONGS(ARCH_PERFMON_EVENTS_COUNT)];
/linux-3.4.99/fs/ocfs2/cluster/
Dquorum.c61 unsigned long qs_hb_bm[BITS_TO_LONGS(O2NM_MAX_NODES)];
63 unsigned long qs_conn_bm[BITS_TO_LONGS(O2NM_MAX_NODES)];
65 unsigned long qs_hold_bm[BITS_TO_LONGS(O2NM_MAX_NODES)];
Dnodemanager.h70 unsigned long cl_nodes_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)];
Dheartbeat.c61 static unsigned long o2hb_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)];
73 static unsigned long o2hb_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
74 static unsigned long o2hb_live_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
75 static unsigned long o2hb_quorum_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
76 static unsigned long o2hb_failed_region_bitmap[BITS_TO_LONGS(O2NM_MAX_REGIONS)];
240 unsigned long hr_live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)];
982 unsigned long configured_nodes[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat()
983 unsigned long live_node_bitmap[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_do_disk_heartbeat()
1200 unsigned long map[BITS_TO_LONGS(O2NM_MAX_NODES)]; in o2hb_debug_open()
1433 BUG_ON(bytes < (BITS_TO_LONGS(O2NM_MAX_NODES) * sizeof(unsigned long))); in o2hb_fill_node_map_from_callback()
[all …]
/linux-3.4.99/lib/
Dbitmap.c114 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; in __bitmap_shift_right()
159 int k, lim = BITS_TO_LONGS(bits), left = bits % BITS_PER_LONG; in __bitmap_shift_left()
188 int nr = BITS_TO_LONGS(bits); in __bitmap_and()
201 int nr = BITS_TO_LONGS(bits); in __bitmap_or()
212 int nr = BITS_TO_LONGS(bits); in __bitmap_xor()
223 int nr = BITS_TO_LONGS(bits); in __bitmap_andnot()
1067 nlongs_reg = BITS_TO_LONGS(nbits_reg); in __reg_op()
/linux-3.4.99/drivers/infiniband/hw/nes/
Dnes_verbs.h53 unsigned long allocated_doorbells[BITS_TO_LONGS(NES_MAX_USER_DB_REGIONS)];
56 unsigned long allocated_wqs[BITS_TO_LONGS(NES_MAX_USER_WQ_REGIONS)];
/linux-3.4.99/tools/perf/util/include/linux/
Dtypes.h7 unsigned long name[BITS_TO_LONGS(bits)]
Dbitmap.h25 int len = BITS_TO_LONGS(nbits) * sizeof(unsigned long); in bitmap_zero()
/linux-3.4.99/arch/arm/kernel/
Dpmu.c22 static unsigned long pmu_lock[BITS_TO_LONGS(ARM_NUM_PMU_DEVICES)];
/linux-3.4.99/drivers/staging/ramster/cluster/
Dheartbeat.c45 static unsigned long r2hb_live_node_bitmap[BITS_TO_LONGS(R2NM_MAX_NODES)];
113 BUG_ON(bytes < (BITS_TO_LONGS(R2NM_MAX_NODES) * sizeof(unsigned long))); in r2hb_fill_node_map_from_callback()
429 unsigned long testing_map[BITS_TO_LONGS(R2NM_MAX_NODES)]; in r2hb_check_node_heartbeating_from_callback()
Dnodemanager.h70 unsigned long cl_nodes_bitmap[BITS_TO_LONGS(R2NM_MAX_NODES)];
/linux-3.4.99/tools/perf/util/
Dbitmap.c27 int nr = BITS_TO_LONGS(bits); in __bitmap_or()
/linux-3.4.99/net/rfkill/
Dinput.c44 static unsigned long rfkill_sw_pending[BITS_TO_LONGS(NUM_RFKILL_TYPES)];
45 static unsigned long rfkill_sw_state[BITS_TO_LONGS(NUM_RFKILL_TYPES)];
/linux-3.4.99/drivers/staging/iio/
Dtrigger.h71 unsigned long pool[BITS_TO_LONGS(CONFIG_IIO_CONSUMERS_PER_TRIGGER)];
/linux-3.4.99/arch/sh/kernel/
Dperf_event.c33 unsigned long used_mask[BITS_TO_LONGS(MAX_HWEVENTS)];
34 unsigned long active_mask[BITS_TO_LONGS(MAX_HWEVENTS)];
/linux-3.4.99/drivers/infiniband/hw/amso1100/
Dc2_pd.c79 c2dev->pd_table.table = kmalloc(BITS_TO_LONGS(c2dev->props.max_pd) * in c2_init_pd_table()
/linux-3.4.99/fs/ocfs2/
Dheartbeat.c53 memset(map->map, 0, BITS_TO_LONGS(OCFS2_NODE_MAP_MAX_NODES) * in ocfs2_node_map_init()
/linux-3.4.99/net/mac80211/
Dsta_info.h195 unsigned long tid_rx_timer_expired[BITS_TO_LONGS(STA_TID_NUM)];
196 unsigned long tid_rx_stop_requested[BITS_TO_LONGS(STA_TID_NUM)];

123456