Home
last modified time | relevance | path

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

/security/landlock/
A Dsyscalls.c64 copy_min_struct_from_user(void *const dst, const size_t ksize, in copy_min_struct_from_user() argument
74 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()
/security/tomoyo/
A Dmemory.c50 const size_t s = ksize(ptr); in tomoyo_memory_ok()
A Dgc.c23 tomoyo_memory_used[TOMOYO_MEMORY_POLICY] -= ksize(ptr); in tomoyo_memory_free()

Completed in 16 milliseconds