Home
last modified time | relevance | path

Searched refs:bitmap_copy (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dbitmap.h300 bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() function
324 bitmap_copy((unsigned long *)dst, src, size); in bitmap_to_arr32()
347 bitmap_copy(dst, (const unsigned long *)src, size); in bitmap_from_arr32()
/freebsd/sys/contrib/dev/rtw89/
H A Dchan.c515 bitmap_copy(recalc_map, hal->entity_map, NUM_OF_RTW89_CHANCTX); in rtw89_entity_recalc()