Searched refs:bitmap_to_arr64 (Results 1 – 4 of 4) sorted by relevance
| /linux/lib/ |
| H A D | bitmap.c | 885 void bitmap_to_arr64(u64 *buf, const unsigned long *bitmap, unsigned int nbits) in bitmap_to_arr64() function 900 EXPORT_SYMBOL(bitmap_to_arr64);
|
| H A D | test_bitmap.c | 724 bitmap_to_arr64(arr, exp1, nbits); in test_bitmap_arr64() 1530 bitmap_to_arr64(NULL, NULL, 0); in test_zero_nbits()
|
| /linux/include/linux/ |
| H A D | bitmap.h | 323 void bitmap_to_arr64(u64 *buf, const unsigned long *bitmap, unsigned int nbits); 327 #define bitmap_to_arr64(buf, bitmap, nbits) \ macro
|
| /linux/drivers/net/wan/ |
| H A D | fsl_qmc_hdlc.c | 440 bitmap_to_arr64(&ts_info->tx_ts_mask, ts_mask, 64); in qmc_hdlc_xlate_slot_map()
|