Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/kcsan/
Dcore.c1326 void *__tsan_memset(void *s, int c, size_t count);
1327 noinline void *__tsan_memset(void *s, int c, size_t count) in __tsan_memset() function
1339 void *__tsan_memset(void *s, int c, size_t count) __alias(memset);
1341 EXPORT_SYMBOL(__tsan_memset);