Home
last modified time | relevance | path

Searched defs:clear_data (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mtd/tests/
H A Dsubpagetest.c38 static inline void clear_data(unsigned char *buf, size_t len) in clear_data() function
/linux/rust/kernel/
H A Dcpufreq.rs660 fn clear_data<T: ForeignOwnable>(&mut self) -> Option<T> { in clear_data() method