Home
last modified time | relevance | path

Searched refs:bitmap_to_arr64 (Results 1 – 4 of 4) sorted by relevance

/linux/lib/
H A Dbitmap.c885 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 Dtest_bitmap.c724 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 Dbitmap.h323 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 Dfsl_qmc_hdlc.c440 bitmap_to_arr64(&ts_info->tx_ts_mask, ts_mask, 64); in qmc_hdlc_xlate_slot_map()