Home
last modified time | relevance | path

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

/lib/
Dpercpu_ida.c45 static inline void move_tags(unsigned *dst, unsigned *dst_nr, in move_tags() argument
50 memcpy(dst + *dst_nr, src + *src_nr, sizeof(unsigned) * nr); in move_tags()
51 *dst_nr += nr; in move_tags()