Searched refs:ksize (Results 1 – 3 of 3) sorted by relevance
64 copy_min_struct_from_user(void *const dst, const size_t ksize, in copy_min_struct_from_user() argument74 BUILD_BUG_ON(ksize <= 0); in copy_min_struct_from_user()75 BUILD_BUG_ON(ksize < ksize_min); in copy_min_struct_from_user()82 return copy_struct_from_user(dst, ksize, src, usize); in copy_min_struct_from_user()
50 const size_t s = ksize(ptr); in tomoyo_memory_ok()
23 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= ksize(ptr); in tomoyo_memory_free()
Completed in 16 milliseconds